COLOR #E0A587

HEX: #E0A587 RGB: (224,165,135)

Color info

#E0A587 contains mainly red and green colors. Web safe color of #E0A587 is #CC9999 (or #C99).

RGB color model

#E0A587 color RGB value is (224,165,135).

RGB: (224,165,135) (88%, 65%, 53%)

RGB channels and saturation

R 224 of 255 = 88%
G 165 of 255 = 65%
B 135 of 255 = 53%

224
165
135

R + G + B ~ 69%. #E0A587 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 165 + 135 = 524 (100%)
R 224 of 524 ~ 42.75%
G 165 of 524 ~ 31.49%
B 135 of 524 ~ 25.76'%

%42.75
%31.49
%25.76

CMYK color model

#E0A587 color CMYK value is (0,26,40,12).

  • cyan value is 0.00%
  • magenta value is 26.34%
  • yellow value is 39.73%
  • key color value is 12.16%
CMYK: (0,26,40,12) C0M26Y40K12 (0%,26%,40%,12%) (0.00/0.26/0.40/0.12) 

CMYK percentages

%0
%26.34
%39.73
%12.16

Codes

Color #E0A587 in popluar color models

E0 A5 87
RGB 224 165 135
HSL 20° 58.94% 70.39%
HSB/HSV 20° 39.73% 87.84%
CMYK 0.00% 26.34% 39.73%
12.16%

Color #E0A587 in popluar number systems.

HEX E0 A5 87
Decimal 224 165 135
Binary 11100000 10100101 10000111
Octal 340 245 207

Shades and tints

Shades of #E0A587

#E0A587
(224,165,135)
#CC967B
(204,150,123)
#B8876F
(184,135,111)
#A47863
(164,120,99)
#906957
(144,105,87)
#7C5A4B
(124,90,75)
#684B3F
(104,75,63)
#543C33
(84,60,51)
#402D27
(64,45,39)
#2C1E1B
(44,30,27)
#180F0F
(24,15,15)
#000000
(0,0,0)

Tints of #E0A587

#E0A587
(224,165,135)
#E2AD91
(226,173,145)
#E4B59B
(228,181,155)
#E6BDA5
(230,189,165)
#E8C5AF
(232,197,175)
#EACDB9
(234,205,185)
#ECD5C3
(236,213,195)
#EEDDCD
(238,221,205)
#F0E5D7
(240,229,215)
#F2EDE1
(242,237,225)
#F4F5EB
(244,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A587 color. Also use rgb(224,165,135) instead hex code.

Text Font Color

.myTextColor { color: #E0A587; }

<p style="color:#E0A587">This sample text font color is #E0A587.</p>

This text font color is #E0A587.

Background Color

.myBgColor { background-color: #E0A587; }

<div style="background-color:#E0A587">Inner text</div>

This div background color is #E0A587.

Border color

.myBorderColor { border: 1px solid #E0A587; }

<div style="border:3px solid #E0A587">Div</div>

This div border color is #E0A587.

Opacity

.myOpacity80 { color: #E0A587; opacity: 0.8; }

<p style="color:#E0A587;opacity:0.8;">80%</p>

Text with #E0A587 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E0A587;}

<p style="text-shadow: 3px 3px 1px #E0A587">Text here.</p>

This text has shadow with #E0A587 color.


.textShadow {text-shadow: 3px 3px 1px #E0A587', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E0A587, 5px 5px 20px red">Text here.</p>

This text has shadow with #E0A587 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E0A587, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E0A587, Direction=45, Strength=4)">Text</p>

This text has shadow with #E0A587 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E0A587;
-webkit-box-shadow: 1px 1px 3px 2px #E0A587;
box-shadow: 1px 1px 3px 2px #E0A587;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E0A587; -webkit-box-shadow: 1px 1px 3px 2px #E0A587; box-shadow:1px 1px 3px 2px #E0A587;">
Div content here
</div>

This div box has shadow with color #E0A587.

Preview

Color preview on black background

This text has color #E0A587 on black background.


Color preview on white background

This text has color #E0A587 on white background.


Black color preview on #E0A587 background

This text has black color on #E0A587 background.


White color preview on #E0A587 background

This text has white color on #E0A587 background.


Related colors

Complementary color

Complementary color for #hex is #1F5A78.


I love getcolorcode.com

Triadic colors

1 #87E0A5 and #A587E0 with #E0A587 are triadic colors.

2 #87A5E0 and #A5E087 with #E0A587 are triadic colors.