HEX: #EFC873
RGB: (239,200,115)
#EFC873 contains mainly red and green colors. Web safe color of #EFC873 is #FFCC66 (or #FC6).
#EFC873 color RGB value is (239,200,115).
RGB: (239,200,115)
(94%, 78%, 45%)
R 239 of 255 = 94%
G 200 of 255 = 78%
B 115 of 255 = 45%
R + G + B ~ 72%. #EFC873 is quite light color.
R + G + B = 239 + 200 + 115 = 554 (100%)
R 239 of 554 ~ 43.14%
G 200 of 554 ~ 36.1%
B 115 of 554 ~ 20.76'%
#EFC873 color CMYK value is (0,16,52,6).
CMYK: (0,16,52,6)
C0M16Y52K6 (0%, 16%, 52%, 6%)
(0.00 / 0.16 / 0.52 / 0.06)
Color #EFC873 in popluar color models
EF | C8 | 73 | |
---|---|---|---|
RGB | 239 | 200 | 115 |
HSL | 41° | 79.49% | 69.41% |
HSB/HSV | 41° | 51.88% | 93.73% |
CMYK | 0.00% | 16.32% | 51.88% |
6.27% |
Color #EFC873 in popluar number systems.
HEX | EF | C8 | 73 |
Decimal | 239 | 200 | 115 |
Binary | 11101111 | 11001000 | 1110011 |
Octal | 357 | 310 | 163 |
Shades of #EFC873
Tints of #EFC873
Examples of css and html codes for elements with #EFC873 color. Also use rgb(239,200,115) instead hex code.
.myTextColor { color: #EFC873; }
<p style="color:#EFC873">This sample text font color is #EFC873.</p>
This text font color is #EFC873.
.myBgColor { background-color: #EFC873; }
<div style="background-color:#EFC873">Inner text</div>
This div background color is #EFC873.
.myBorderColor { border: 1px solid #EFC873; }
<div style="border:3px solid #EFC873">Div</div>
This div border color is #EFC873.
.myOpacity80 { color: #EFC873; opacity: 0.8; }
<p style="color:#EFC873;opacity:0.8;">80%</p>
Text with #EFC873 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFC873;}
<p style="text-shadow: 3px 3px 1px #EFC873">Text here.</p>
This text has shadow with #EFC873 color.
.textShadow {text-shadow: 3px 3px 1px #EFC873', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFC873, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFC873 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFC873, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFC873, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFC873 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFC873;
-webkit-box-shadow: 1px 1px 3px 2px #EFC873;
box-shadow: 1px 1px 3px 2px #EFC873;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFC873; -webkit-box-shadow: 1px 1px 3px 2px #EFC873; box-shadow:1px 1px 3px 2px #EFC873;">
Div content here
</div>
This text has color #EFC873 on black background.
This text has color #EFC873 on white background.
This text has black color on #EFC873 background.
This text has white color on #EFC873 background.
Complementary color for #hex is #10378C.