HEX: #E0A587
RGB: (224,165,135)
#E0A587 contains mainly red and green colors. Web safe color of #E0A587 is #CC9999 (or #C99).
#E0A587 color RGB value is (224,165,135).
RGB: (224,165,135)
(88%, 65%, 53%)
R 224 of 255 = 88%
G 165 of 255 = 65%
B 135 of 255 = 53%
R + G + B ~ 69%. #E0A587 is quite light color.
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'%
#E0A587 color CMYK value is (0,26,40,12).
CMYK: (0,26,40,12) C0M26Y40K12 (0%,26%,40%,12%) (0.00/0.26/0.40/0.12)
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 of #E0A587
Tints of #E0A587
Examples of css and html codes for elements with #E0A587 color. Also use rgb(224,165,135) instead hex code.
.myTextColor { color: #E0A587; }
<p style="color:#E0A587">This sample text font color is #E0A587.</p>
This text font color is #E0A587.
.myBgColor { background-color: #E0A587; }
<div style="background-color:#E0A587">Inner text</div>
This div background color is #E0A587.
.myBorderColor { border: 1px solid #E0A587; }
<div style="border:3px solid #E0A587">Div</div>
This div border color is #E0A587.
.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%.
.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.
/* 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 text has color #E0A587 on black background.
This text has color #E0A587 on white background.
This text has black color on #E0A587 background.
This text has white color on #E0A587 background.
Complementary color for #hex is #1F5A78.