HEX: #E6D999
RGB: (230,217,153)
#E6D999 contains mainly red and green colors. Web safe color of #E6D999 is #CCCC99 (or #CC9).
#E6D999 color RGB value is (230,217,153).
RGB: (230,217,153)
(90%, 85%, 60%)
R 230 of 255 = 90%
G 217 of 255 = 85%
B 153 of 255 = 60%
R + G + B ~ 78%. #E6D999 is quite light color.
R + G + B = 230 + 217 + 153 = 600 (100%)
R 230 of 600 ~ 38.33%
G 217 of 600 ~ 36.17%
B 153 of 600 ~ 25.5'%
#E6D999 color CMYK value is (0,6,33,10).
CMYK: (0,6,33,10)
C0M6Y33K10 (0%, 6%, 33%, 10%)
(0.00 / 0.06 / 0.33 / 0.10)
Color #E6D999 in popluar color models
E6 | D9 | 99 | |
---|---|---|---|
RGB | 230 | 217 | 153 |
HSL | 50° | 60.63% | 75.10% |
HSB/HSV | 50° | 33.48% | 90.20% |
CMYK | 0.00% | 5.65% | 33.48% |
9.80% |
Color #E6D999 in popluar number systems.
HEX | E6 | D9 | 99 |
Decimal | 230 | 217 | 153 |
Binary | 11100110 | 11011001 | 10011001 |
Octal | 346 | 331 | 231 |
Shades of #E6D999
Tints of #E6D999
Examples of css and html codes for elements with #E6D999 color. Also use rgb(230,217,153) instead hex code.
.myTextColor { color: #E6D999; }
<p style="color:#E6D999">This sample text font color is #E6D999.</p>
This text font color is #E6D999.
.myBgColor { background-color: #E6D999; }
<div style="background-color:#E6D999">Inner text</div>
This div background color is #E6D999.
.myBorderColor { border: 1px solid #E6D999; }
<div style="border:3px solid #E6D999">Div</div>
This div border color is #E6D999.
.myOpacity80 { color: #E6D999; opacity: 0.8; }
<p style="color:#E6D999;opacity:0.8;">80%</p>
Text with #E6D999 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6D999;}
<p style="text-shadow: 3px 3px 1px #E6D999">Text here.</p>
This text has shadow with #E6D999 color.
.textShadow {text-shadow: 3px 3px 1px #E6D999', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6D999, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6D999 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6D999, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6D999, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6D999 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6D999;
-webkit-box-shadow: 1px 1px 3px 2px #E6D999;
box-shadow: 1px 1px 3px 2px #E6D999;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6D999; -webkit-box-shadow: 1px 1px 3px 2px #E6D999; box-shadow:1px 1px 3px 2px #E6D999;">
Div content here
</div>
This text has color #E6D999 on black background.
This text has color #E6D999 on white background.
This text has black color on #E6D999 background.
This text has white color on #E6D999 background.
Complementary color for #hex is #192666.