HEX: #E4DAA6
RGB: (228,218,166)
#E4DAA6 contains mainly red and green colors. Web safe color of #E4DAA6 is #CCCC99 (or #CC9).
#E4DAA6 color RGB value is (228,218,166).
RGB: (228,218,166)
(89%, 85%, 65%)
R 228 of 255 = 89%
G 218 of 255 = 85%
B 166 of 255 = 65%
R + G + B ~ 80%. #E4DAA6 is quite light color.
R + G + B = 228 + 218 + 166 = 612 (100%)
R 228 of 612 ~ 37.25%
G 218 of 612 ~ 35.62%
B 166 of 612 ~ 27.12'%
#E4DAA6 color CMYK value is (0,4,27,11).
CMYK: (0,4,27,11)
C0M4Y27K11 (0%, 4%, 27%, 11%)
(0.00 / 0.04 / 0.27 / 0.11)
Color #E4DAA6 in popluar color models
E4 | DA | A6 | |
---|---|---|---|
RGB | 228 | 218 | 166 |
HSL | 50° | 53.45% | 77.25% |
HSB/HSV | 50° | 27.19% | 89.41% |
CMYK | 0.00% | 4.39% | 27.19% |
10.59% |
Color #E4DAA6 in popluar number systems.
HEX | E4 | DA | A6 |
Decimal | 228 | 218 | 166 |
Binary | 11100100 | 11011010 | 10100110 |
Octal | 344 | 332 | 246 |
Shades of #E4DAA6
Tints of #E4DAA6
Examples of css and html codes for elements with #E4DAA6 color. Also use rgb(228,218,166) instead hex code.
.myTextColor { color: #E4DAA6; }
<p style="color:#E4DAA6">This sample text font color is #E4DAA6.</p>
This text font color is #E4DAA6.
.myBgColor { background-color: #E4DAA6; }
<div style="background-color:#E4DAA6">Inner text</div>
This div background color is #E4DAA6.
.myBorderColor { border: 1px solid #E4DAA6; }
<div style="border:3px solid #E4DAA6">Div</div>
This div border color is #E4DAA6.
.myOpacity80 { color: #E4DAA6; opacity: 0.8; }
<p style="color:#E4DAA6;opacity:0.8;">80%</p>
Text with #E4DAA6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4DAA6;}
<p style="text-shadow: 3px 3px 1px #E4DAA6">Text here.</p>
This text has shadow with #E4DAA6 color.
.textShadow {text-shadow: 3px 3px 1px #E4DAA6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4DAA6, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4DAA6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4DAA6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4DAA6, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4DAA6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4DAA6;
-webkit-box-shadow: 1px 1px 3px 2px #E4DAA6;
box-shadow: 1px 1px 3px 2px #E4DAA6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4DAA6; -webkit-box-shadow: 1px 1px 3px 2px #E4DAA6; box-shadow:1px 1px 3px 2px #E4DAA6;">
Div content here
</div>
This text has color #E4DAA6 on black background.
This text has color #E4DAA6 on white background.
This text has black color on #E4DAA6 background.
This text has white color on #E4DAA6 background.
Complementary color for #hex is #1B2559.