What is hex #E1A95F color?

 
The hex code #E1A95F is also know by an other name that is Earth Yellow.
This color is composed of 225% red, 169% green and 95% blue. So we can say that the RGB value is (225,169,95)
You need to use it for a printer? The CMYK colors code equivalent of hex #E1A95F is C:0 M:25 Y:58, K:12) .
In the HSV/HSB scale, #E1A95F has a hue of 34°, 58% saturation and a brightness value of 88%.
If you want to know all about the hex #E1A95F, 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 #E1A95F (complementary, analogous, triadic, tetradic...).

Hex #E1A95F Color Codes & Equivalents

Color Name [Earth Yellow]
RGB Values (225,169,95)
CMYK Values (0%, 25%, 58%, 12%)
HSV/HSB Values (34°, 58%, 88%)
Closest Web Safe
#CC9966 [Brown Yellow]
Inverse Color
#1e56a0
Closest Pantone®
7411 C
Closest RAL
RAL 1017 [Saffron yellow]
Complementary Color
#5f97e1

#E1A95F Converted to Grayscale Codes

Average
#a3a3a3
Lightness (Desaturation)
#a0a0a0
Weighted (BT601)
#b1b1b1
Luma (BT709)
#b0b0b0

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

Complementary Palette

The complementary color of #E1A95F is #5f97e1. 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 #E1A95F you will find #5f97e1. 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.

#E1A95F #5f97e1

Analogous Palette

The analogous color scheme of #E1A95F is composed with colors #E1685F and #D8E15F. 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 #E1A95F 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.

#E1685F #E1A95F #D8E15F

Split-Complementary Palette

The split-complementary color scheme of #E1A95F is composed with colors #685FE1 and #5FD8E1. 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.

#E1A95F #685FE1 #5FD8E1

Triadic Palette

The triadic color scheme of #E1A95F is composed with colors #A95FE1 and #5FE1A9. They are located to the right and left of your main color #E1A95F 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.

#E1A95F #A95FE1 #5FE1A9

Tetradic Palette

The tetradic color scheme of #E1A95F is composed with colors #5FE1A9, #5F97E1 and #E15F97 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.

#E1A95F #5FE1A9 #5F97E1 #E15F97

Square Palette

The square color scheme of #E1A95F is composed with colors #5FE168, #5F97E1 and #E15FD8 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.

#E1A95F #5FE168 #5F97E1 #E15FD8

Tints, Tones & Shades of Hex #E1A95F

Tints

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

#E1A95F #E4B270 #E7BB81 #EAC492 #EDCDA3 #F1D7B4 #F4E0C6 #F7E9D7

Tones

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

#E1A95F #D7A768 #CEA671 #C5A57A #BBA384 #B2A28D #A9A196 #A0A0A0

Shades

Shades result from adding black, creating darker variations.

#E1A95F #DD9F4D #DA963C #D78D2B #C88225 #B77722 #A66C1F #95601B

Hex #E1A95F 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 #E1A95F
Java new Color(225,169,95);
Python Color(#E1A95F)
.NET Color.FromArgb(255, 225,169,95);
Swift / iOS UIColor(red: 0.88, green: 0.66, blue: 0.37, alpha: 1)
Kotlin / Android Color.rgb(225, 169, 95)