HEX: #EFC76F
RGB: (239,199,111)
#EFC76F contains mainly red and green colors. Web safe color of #EFC76F is #FFCC66 (or #FC6).
#EFC76F color RGB value is (239,199,111).
RGB: (239,199,111)
(94%, 78%, 44%)
R 239 of 255 = 94%
G 199 of 255 = 78%
B 111 of 255 = 44%
R + G + B ~ 72%. #EFC76F is quite light color.
R + G + B = 239 + 199 + 111 = 549 (100%)
R 239 of 549 ~ 43.53%
G 199 of 549 ~ 36.25%
B 111 of 549 ~ 20.22'%
#EFC76F color CMYK value is (0,17,54,6).
CMYK: (0,17,54,6)
C0M17Y54K6 (0%, 17%, 54%, 6%)
(0.00 / 0.17 / 0.54 / 0.06)
Color #EFC76F in popluar color models
EF | C7 | 6F | |
---|---|---|---|
RGB | 239 | 199 | 111 |
HSL | 41° | 80.00% | 68.63% |
HSB/HSV | 41° | 53.56% | 93.73% |
CMYK | 0.00% | 16.74% | 53.56% |
6.27% |
Color #EFC76F in popluar number systems.
HEX | EF | C7 | 6F |
Decimal | 239 | 199 | 111 |
Binary | 11101111 | 11000111 | 1101111 |
Octal | 357 | 307 | 157 |
Shades of #EFC76F
Tints of #EFC76F
Examples of css and html codes for elements with #EFC76F color. Also use rgb(239,199,111) instead hex code.
.myTextColor { color: #EFC76F; }
<p style="color:#EFC76F">This sample text font color is #EFC76F.</p>
This text font color is #EFC76F.
.myBgColor { background-color: #EFC76F; }
<div style="background-color:#EFC76F">Inner text</div>
This div background color is #EFC76F.
.myBorderColor { border: 1px solid #EFC76F; }
<div style="border:3px solid #EFC76F">Div</div>
This div border color is #EFC76F.
.myOpacity80 { color: #EFC76F; opacity: 0.8; }
<p style="color:#EFC76F;opacity:0.8;">80%</p>
Text with #EFC76F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFC76F;}
<p style="text-shadow: 3px 3px 1px #EFC76F">Text here.</p>
This text has shadow with #EFC76F color.
.textShadow {text-shadow: 3px 3px 1px #EFC76F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFC76F, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFC76F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFC76F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFC76F, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFC76F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFC76F;
-webkit-box-shadow: 1px 1px 3px 2px #EFC76F;
box-shadow: 1px 1px 3px 2px #EFC76F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFC76F; -webkit-box-shadow: 1px 1px 3px 2px #EFC76F; box-shadow:1px 1px 3px 2px #EFC76F;">
Div content here
</div>
This text has color #EFC76F on black background.
This text has color #EFC76F on white background.
This text has black color on #EFC76F background.
This text has white color on #EFC76F background.
Complementary color for #hex is #103890.