HEX: #F5EE71
RGB: (245,238,113)
#F5EE71 contains mainly red and green colors. Web safe color of #F5EE71 is #FFFF66 (or #FF6).
#F5EE71 color RGB value is (245,238,113).
RGB: (245,238,113)
(96%, 93%, 44%)
R 245 of 255 = 96%
G 238 of 255 = 93%
B 113 of 255 = 44%
R + G + B ~ 78%. #F5EE71 is quite light color.
R + G + B = 245 + 238 + 113 = 596 (100%)
R 245 of 596 ~ 41.11%
G 238 of 596 ~ 39.93%
B 113 of 596 ~ 18.96'%
#F5EE71 color CMYK value is (0,3,54,4).
CMYK: (0,3,54,4)
C0M3Y54K4 (0%, 3%, 54%, 4%)
(0.00 / 0.03 / 0.54 / 0.04)
Color #F5EE71 in popluar color models
F5 | EE | 71 | |
---|---|---|---|
RGB | 245 | 238 | 113 |
HSL | 57° | 86.84% | 70.20% |
HSB/HSV | 57° | 53.88% | 96.08% |
CMYK | 0.00% | 2.86% | 53.88% |
3.92% |
Color #F5EE71 in popluar number systems.
HEX | F5 | EE | 71 |
Decimal | 245 | 238 | 113 |
Binary | 11110101 | 11101110 | 1110001 |
Octal | 365 | 356 | 161 |
Shades of #F5EE71
Tints of #F5EE71
Examples of css and html codes for elements with #F5EE71 color. Also use rgb(245,238,113) instead hex code.
.myTextColor { color: #F5EE71; }
<p style="color:#F5EE71">This sample text font color is #F5EE71.</p>
This text font color is #F5EE71.
.myBgColor { background-color: #F5EE71; }
<div style="background-color:#F5EE71">Inner text</div>
This div background color is #F5EE71.
.myBorderColor { border: 1px solid #F5EE71; }
<div style="border:3px solid #F5EE71">Div</div>
This div border color is #F5EE71.
.myOpacity80 { color: #F5EE71; opacity: 0.8; }
<p style="color:#F5EE71;opacity:0.8;">80%</p>
Text with #F5EE71 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5EE71;}
<p style="text-shadow: 3px 3px 1px #F5EE71">Text here.</p>
This text has shadow with #F5EE71 color.
.textShadow {text-shadow: 3px 3px 1px #F5EE71', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5EE71, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5EE71 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5EE71, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5EE71, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5EE71 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5EE71;
-webkit-box-shadow: 1px 1px 3px 2px #F5EE71;
box-shadow: 1px 1px 3px 2px #F5EE71;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5EE71; -webkit-box-shadow: 1px 1px 3px 2px #F5EE71; box-shadow:1px 1px 3px 2px #F5EE71;">
Div content here
</div>
This text has color #F5EE71 on black background.
This text has color #F5EE71 on white background.
This text has black color on #F5EE71 background.
This text has white color on #F5EE71 background.
Complementary color for #hex is #0A118E.