HEX: #E5C88C
RGB: (229,200,140)
#E5C88C contains mainly red and green colors. Web safe color of #E5C88C is #CCCC99 (or #CC9).
#E5C88C color RGB value is (229,200,140).
RGB: (229,200,140)
(90%, 78%, 55%)
R 229 of 255 = 90%
G 200 of 255 = 78%
B 140 of 255 = 55%
R + G + B ~ 74%. #E5C88C is quite light color.
R + G + B = 229 + 200 + 140 = 569 (100%)
R 229 of 569 ~ 40.25%
G 200 of 569 ~ 35.15%
B 140 of 569 ~ 24.6'%
#E5C88C color CMYK value is (0,13,39,10).
CMYK: (0,13,39,10) C0M13Y39K10 (0%,13%,39%,10%) (0.00/0.13/0.39/0.10)
Color #E5C88C in popluar color models
E5 | C8 | 8C | |
---|---|---|---|
RGB | 229 | 200 | 140 |
HSL | 40° | 63.12% | 72.35% |
HSB/HSV | 40° | 38.86% | 89.80% |
CMYK | 0.00% | 12.66% | 38.86% |
10.20% |
Color #E5C88C in popluar number systems.
HEX | E5 | C8 | 8C |
Decimal | 229 | 200 | 140 |
Binary | 11100101 | 11001000 | 10001100 |
Octal | 345 | 310 | 214 |
Shades of #E5C88C
Tints of #E5C88C
Examples of css and html codes for elements with #E5C88C color. Also use rgb(229,200,140) instead hex code.
.myTextColor { color: #E5C88C; }
<p style="color:#E5C88C">This sample text font color is #E5C88C.</p>
This text font color is #E5C88C.
.myBgColor { background-color: #E5C88C; }
<div style="background-color:#E5C88C">Inner text</div>
This div background color is #E5C88C.
.myBorderColor { border: 1px solid #E5C88C; }
<div style="border:3px solid #E5C88C">Div</div>
This div border color is #E5C88C.
.myOpacity80 { color: #E5C88C; opacity: 0.8; }
<p style="color:#E5C88C;opacity:0.8;">80%</p>
Text with #E5C88C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5C88C;}
<p style="text-shadow: 3px 3px 1px #E5C88C">Text here.</p>
This text has shadow with #E5C88C color.
.textShadow {text-shadow: 3px 3px 1px #E5C88C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5C88C, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5C88C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5C88C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5C88C, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5C88C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5C88C;
-webkit-box-shadow: 1px 1px 3px 2px #E5C88C;
box-shadow: 1px 1px 3px 2px #E5C88C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5C88C; -webkit-box-shadow: 1px 1px 3px 2px #E5C88C; box-shadow:1px 1px 3px 2px #E5C88C;">
Div content here
</div>
This text has color #E5C88C on black background.
This text has color #E5C88C on white background.
This text has black color on #E5C88C background.
This text has white color on #E5C88C background.
Complementary color for #hex is #1A3773.