HEX: #E5C7AF
RGB: (229,199,175)
#E5C7AF contains red, green and blue colors in about the same proportion. Web safe color of #E5C7AF is #CCCC99 (or #CC9).
#E5C7AF color RGB value is (229,199,175).
RGB: (229,199,175)
(90%, 78%, 69%)
R 229 of 255 = 90%
G 199 of 255 = 78%
B 175 of 255 = 69%
R + G + B ~ 79%. #E5C7AF is quite light color.
R + G + B = 229 + 199 + 175 = 603 (100%)
R 229 of 603 ~ 37.98%
G 199 of 603 ~ 33%
B 175 of 603 ~ 29.02'%
#E5C7AF color CMYK value is (0,13,24,10).
CMYK: (0,13,24,10) C0M13Y24K10 (0%,13%,24%,10%) (0.00/0.13/0.24/0.10)
Color #E5C7AF in popluar color models
E5 | C7 | AF | |
---|---|---|---|
RGB | 229 | 199 | 175 |
HSL | 27° | 50.94% | 79.22% |
HSB/HSV | 27° | 23.58% | 89.80% |
CMYK | 0.00% | 13.10% | 23.58% |
10.20% |
Color #E5C7AF in popluar number systems.
HEX | E5 | C7 | AF |
Decimal | 229 | 199 | 175 |
Binary | 11100101 | 11000111 | 10101111 |
Octal | 345 | 307 | 257 |
Shades of #E5C7AF
Tints of #E5C7AF
Examples of css and html codes for elements with #E5C7AF color. Also use rgb(229,199,175) instead hex code.
.myTextColor { color: #E5C7AF; }
<p style="color:#E5C7AF">This sample text font color is #E5C7AF.</p>
This text font color is #E5C7AF.
.myBgColor { background-color: #E5C7AF; }
<div style="background-color:#E5C7AF">Inner text</div>
This div background color is #E5C7AF.
.myBorderColor { border: 1px solid #E5C7AF; }
<div style="border:3px solid #E5C7AF">Div</div>
This div border color is #E5C7AF.
.myOpacity80 { color: #E5C7AF; opacity: 0.8; }
<p style="color:#E5C7AF;opacity:0.8;">80%</p>
Text with #E5C7AF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5C7AF;}
<p style="text-shadow: 3px 3px 1px #E5C7AF">Text here.</p>
This text has shadow with #E5C7AF color.
.textShadow {text-shadow: 3px 3px 1px #E5C7AF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5C7AF, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5C7AF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5C7AF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5C7AF, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5C7AF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5C7AF;
-webkit-box-shadow: 1px 1px 3px 2px #E5C7AF;
box-shadow: 1px 1px 3px 2px #E5C7AF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5C7AF; -webkit-box-shadow: 1px 1px 3px 2px #E5C7AF; box-shadow:1px 1px 3px 2px #E5C7AF;">
Div content here
</div>
This text has color #E5C7AF on black background.
This text has color #E5C7AF on white background.
This text has black color on #E5C7AF background.
This text has white color on #E5C7AF background.
Complementary color for #hex is #1A3850.