HEX: #EED06F
RGB: (238,208,111)
#EED06F contains mainly red and green colors. Web safe color of #EED06F is #FFCC66 (or #FC6).
#EED06F color RGB value is (238,208,111).
RGB: (238,208,111)
(93%, 82%, 44%)
R 238 of 255 = 93%
G 208 of 255 = 82%
B 111 of 255 = 44%
R + G + B ~ 73%. #EED06F is quite light color.
R + G + B = 238 + 208 + 111 = 557 (100%)
R 238 of 557 ~ 42.73%
G 208 of 557 ~ 37.34%
B 111 of 557 ~ 19.93'%
#EED06F color CMYK value is (0,13,53,7).
CMYK: (0,13,53,7) C0M13Y53K7 (0%,13%,53%,7%) (0.00/0.13/0.53/0.07)
Color #EED06F in popluar color models
EE | D0 | 6F | |
---|---|---|---|
RGB | 238 | 208 | 111 |
HSL | 46° | 78.88% | 68.43% |
HSB/HSV | 46° | 53.36% | 93.33% |
CMYK | 0.00% | 12.61% | 53.36% |
6.67% |
Color #EED06F in popluar number systems.
HEX | EE | D0 | 6F |
Decimal | 238 | 208 | 111 |
Binary | 11101110 | 11010000 | 1101111 |
Octal | 356 | 320 | 157 |
Shades of #EED06F
Tints of #EED06F
Examples of css and html codes for elements with #EED06F color. Also use rgb(238,208,111) instead hex code.
.myTextColor { color: #EED06F; }
<p style="color:#EED06F">This sample text font color is #EED06F.</p>
This text font color is #EED06F.
.myBgColor { background-color: #EED06F; }
<div style="background-color:#EED06F">Inner text</div>
This div background color is #EED06F.
.myBorderColor { border: 1px solid #EED06F; }
<div style="border:3px solid #EED06F">Div</div>
This div border color is #EED06F.
.myOpacity80 { color: #EED06F; opacity: 0.8; }
<p style="color:#EED06F;opacity:0.8;">80%</p>
Text with #EED06F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EED06F;}
<p style="text-shadow: 3px 3px 1px #EED06F">Text here.</p>
This text has shadow with #EED06F color.
.textShadow {text-shadow: 3px 3px 1px #EED06F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EED06F, 5px 5px 20px red">Text here.</p>
This text has shadow with #EED06F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EED06F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EED06F, Direction=45, Strength=4)">Text</p>
This text has shadow with #EED06F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EED06F;
-webkit-box-shadow: 1px 1px 3px 2px #EED06F;
box-shadow: 1px 1px 3px 2px #EED06F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EED06F; -webkit-box-shadow: 1px 1px 3px 2px #EED06F; box-shadow:1px 1px 3px 2px #EED06F;">
Div content here
</div>
This text has color #EED06F on black background.
This text has color #EED06F on white background.
This text has black color on #EED06F background.
This text has white color on #EED06F background.
Complementary color for #hex is #112F90.