HEX: #EEF8A0
RGB: (238,248,160)
#EEF8A0 contains mainly red and green colors. Web safe color of #EEF8A0 is #FFFF99 (or #FF9).
#EEF8A0 color RGB value is (238,248,160).
RGB: (238,248,160)
(93%, 97%, 63%)
R 238 of 255 = 93%
G 248 of 255 = 97%
B 160 of 255 = 63%
R + G + B ~ 84%. #EEF8A0 is quite light color.
R + G + B = 238 + 248 + 160 = 646 (100%)
R 238 of 646 ~ 36.84%
G 248 of 646 ~ 38.39%
B 160 of 646 ~ 24.77'%
#EEF8A0 color CMYK value is (4,0,35,3).
CMYK: (4,0,35,3) C4M0Y35K3 (4%,0%,35%,3%) (0.04/0.00/0.35/0.03)
Color #EEF8A0 in popluar color models
EE | F8 | A0 | |
---|---|---|---|
RGB | 238 | 248 | 160 |
HSL | 67° | 86.27% | 80.00% |
HSB/HSV | 67° | 35.48% | 97.25% |
CMYK | 4.03% | 0.00% | 35.48% |
2.75% |
Color #EEF8A0 in popluar number systems.
HEX | EE | F8 | A0 |
Decimal | 238 | 248 | 160 |
Binary | 11101110 | 11111000 | 10100000 |
Octal | 356 | 370 | 240 |
Shades of #EEF8A0
Tints of #EEF8A0
Examples of css and html codes for elements with #EEF8A0 color. Also use rgb(238,248,160) instead hex code.
.myTextColor { color: #EEF8A0; }
<p style="color:#EEF8A0">This sample text font color is #EEF8A0.</p>
This text font color is #EEF8A0.
.myBgColor { background-color: #EEF8A0; }
<div style="background-color:#EEF8A0">Inner text</div>
This div background color is #EEF8A0.
.myBorderColor { border: 1px solid #EEF8A0; }
<div style="border:3px solid #EEF8A0">Div</div>
This div border color is #EEF8A0.
.myOpacity80 { color: #EEF8A0; opacity: 0.8; }
<p style="color:#EEF8A0;opacity:0.8;">80%</p>
Text with #EEF8A0 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEF8A0;}
<p style="text-shadow: 3px 3px 1px #EEF8A0">Text here.</p>
This text has shadow with #EEF8A0 color.
.textShadow {text-shadow: 3px 3px 1px #EEF8A0', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEF8A0, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEF8A0 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEF8A0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEF8A0, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEF8A0 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEF8A0;
-webkit-box-shadow: 1px 1px 3px 2px #EEF8A0;
box-shadow: 1px 1px 3px 2px #EEF8A0;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEF8A0; -webkit-box-shadow: 1px 1px 3px 2px #EEF8A0; box-shadow:1px 1px 3px 2px #EEF8A0;">
Div content here
</div>
This text has color #EEF8A0 on black background.
This text has color #EEF8A0 on white background.
This text has black color on #EEF8A0 background.
This text has white color on #EEF8A0 background.
Complementary color for #hex is #11075F.