What is hex #E4D00A color?

 
The hex code #E4D00A is also know by an other name that is Citrine.
This color is composed of 228% red, 208% green and 10% blue. So we can say that the RGB value is (228,208,10)
You need to use it for a printer? The CMYK colors code equivalent of hex #E4D00A is C:0 M:9 Y:96, K:11) .
In the HSV/HSB scale, #E4D00A has a hue of 54°, 96% saturation and a brightness value of 89%.
If you want to know all about the hex #E4D00A, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #E4D00A (complementary, analogous, triadic, tetradic...).

Hex #E4D00A Color Codes & Equivalents

Color Name [Citrine]
RGB Values (228,208,10)
CMYK Values (0%, 9%, 96%, 11%)
HSV/HSB Values (54°, 96%, 89%)
Closest Web Safe
#CCCC00
Inverse Color
#1b2ff5
Closest Pantone®
605 C
Closest RAL
RAL 1021 [Rape yellow]
Complementary Color
#0a1ee4

#E4D00A Converted to Grayscale Codes

Average
#959595
Lightness (Desaturation)
#777777
Weighted (BT601)
#bfbfbf
Luma (BT709)
#c6c6c6

Hex #E4D00A Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #E4D00A is #0a1ee4. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #E4D00A you will find #0a1ee4. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#E4D00A #0a1ee4

Analogous Palette

The analogous color scheme of #E4D00A is composed with colors #E4630A and #8BE40A. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #E4D00A with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#E4630A #E4D00A #8BE40A

Split-Complementary Palette

The split-complementary color scheme of #E4D00A is composed with colors #630AE4 and #0A8BE4. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#E4D00A #630AE4 #0A8BE4

Triadic Palette

The triadic color scheme of #E4D00A is composed with colors #D00AE4 and #0AE4D0. They are located to the right and left of your main color #E4D00A with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#E4D00A #D00AE4 #0AE4D0

Tetradic Palette

The tetradic color scheme of #E4D00A is composed with colors #0AE4D0, #0A1EE4 and #E40A1E A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#E4D00A #0AE4D0 #0A1EE4 #E40A1E

Square Palette

The square color scheme of #E4D00A is composed with colors #0AE463, #0A1EE4 and #E40A8B To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#E4D00A #0AE463 #0A1EE4 #E40A8B

Tints, Tones & Shades of Hex #E4D00A

Tints

Tints are created by adding white, resulting in lighter shades of #E4D00A.

#E4D00A #F4DF0D #F5E121 #F6E435 #F7E748 #F7E95C #F8EC6F #F9EE83

Tones

Tones are made by mixing with gray, softening the original color.

#E4D00A #D8C615 #CCBC21 #C1B32C #B5A938 #A9A044 #9E964F #928D5B

Shades

Shades result from adding black, creating darker variations.

#E4D00A #D0BE09 #BCAC08 #A99A07 #958806 #827605 #6E6504 #5B5304

Hex #E4D00A in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #E4D00A
Java new Color(228,208,10);
Python Color(#E4D00A)
.NET Color.FromArgb(255, 228,208,10);
Swift / iOS UIColor(red: 0.89, green: 0.82, blue: 0.04, alpha: 1)
Kotlin / Android Color.rgb(228, 208, 10)