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