HEX: #F0EE7F
RGB: (240,238,127)
#F0EE7F contains mainly red and green colors. Web safe color of #F0EE7F is #FFFF66 (or #FF6).
#F0EE7F color RGB value is (240,238,127).
RGB: (240,238,127)
(94%, 93%, 50%)
R 240 of 255 = 94%
G 238 of 255 = 93%
B 127 of 255 = 50%
R + G + B ~ 79%. #F0EE7F is quite light color.
R + G + B = 240 + 238 + 127 = 605 (100%)
R 240 of 605 ~ 39.67%
G 238 of 605 ~ 39.34%
B 127 of 605 ~ 20.99'%
#F0EE7F color CMYK value is (0,1,47,6).
CMYK: (0,1,47,6)
C0M1Y47K6 (0%, 1%, 47%, 6%)
(0.00 / 0.01 / 0.47 / 0.06)
Color #F0EE7F in popluar color models
F0 | EE | 7F | |
---|---|---|---|
RGB | 240 | 238 | 127 |
HSL | 59° | 79.02% | 71.96% |
HSB/HSV | 59° | 47.08% | 94.12% |
CMYK | 0.00% | 0.83% | 47.08% |
5.88% |
Color #F0EE7F in popluar number systems.
HEX | F0 | EE | 7F |
Decimal | 240 | 238 | 127 |
Binary | 11110000 | 11101110 | 1111111 |
Octal | 360 | 356 | 177 |
Shades of #F0EE7F
Tints of #F0EE7F
Examples of css and html codes for elements with #F0EE7F color. Also use rgb(240,238,127) instead hex code.
.myTextColor { color: #F0EE7F; }
<p style="color:#F0EE7F">This sample text font color is #F0EE7F.</p>
This text font color is #F0EE7F.
.myBgColor { background-color: #F0EE7F; }
<div style="background-color:#F0EE7F">Inner text</div>
This div background color is #F0EE7F.
.myBorderColor { border: 1px solid #F0EE7F; }
<div style="border:3px solid #F0EE7F">Div</div>
This div border color is #F0EE7F.
.myOpacity80 { color: #F0EE7F; opacity: 0.8; }
<p style="color:#F0EE7F;opacity:0.8;">80%</p>
Text with #F0EE7F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F0EE7F;}
<p style="text-shadow: 3px 3px 1px #F0EE7F">Text here.</p>
This text has shadow with #F0EE7F color.
.textShadow {text-shadow: 3px 3px 1px #F0EE7F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F0EE7F, 5px 5px 20px red">Text here.</p>
This text has shadow with #F0EE7F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0EE7F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F0EE7F, Direction=45, Strength=4)">Text</p>
This text has shadow with #F0EE7F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F0EE7F;
-webkit-box-shadow: 1px 1px 3px 2px #F0EE7F;
box-shadow: 1px 1px 3px 2px #F0EE7F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0EE7F; -webkit-box-shadow: 1px 1px 3px 2px #F0EE7F; box-shadow:1px 1px 3px 2px #F0EE7F;">
Div content here
</div>
This text has color #F0EE7F on black background.
This text has color #F0EE7F on white background.
This text has black color on #F0EE7F background.
This text has white color on #F0EE7F background.
Complementary color for #hex is #0F1180.