HEX: #EFCF95
RGB: (239,207,149)
#EFCF95 contains mainly red and green colors. Web safe color of #EFCF95 is #FFCC99 (or #FC9).
#EFCF95 color RGB value is (239,207,149).
RGB: (239,207,149)
(94%, 81%, 58%)
R 239 of 255 = 94%
G 207 of 255 = 81%
B 149 of 255 = 58%
R + G + B ~ 78%. #EFCF95 is quite light color.
R + G + B = 239 + 207 + 149 = 595 (100%)
R 239 of 595 ~ 40.17%
G 207 of 595 ~ 34.79%
B 149 of 595 ~ 25.04'%
#EFCF95 color CMYK value is (0,13,38,6).
CMYK: (0,13,38,6) C0M13Y38K6 (0%,13%,38%,6%) (0.00/0.13/0.38/0.06)
Color #EFCF95 in popluar color models
EF | CF | 95 | |
---|---|---|---|
RGB | 239 | 207 | 149 |
HSL | 39° | 73.77% | 76.08% |
HSB/HSV | 39° | 37.66% | 93.73% |
CMYK | 0.00% | 13.39% | 37.66% |
6.27% |
Color #EFCF95 in popluar number systems.
HEX | EF | CF | 95 |
Decimal | 239 | 207 | 149 |
Binary | 11101111 | 11001111 | 10010101 |
Octal | 357 | 317 | 225 |
Shades of #EFCF95
Tints of #EFCF95
Examples of css and html codes for elements with #EFCF95 color. Also use rgb(239,207,149) instead hex code.
.myTextColor { color: #EFCF95; }
<p style="color:#EFCF95">This sample text font color is #EFCF95.</p>
This text font color is #EFCF95.
.myBgColor { background-color: #EFCF95; }
<div style="background-color:#EFCF95">Inner text</div>
This div background color is #EFCF95.
.myBorderColor { border: 1px solid #EFCF95; }
<div style="border:3px solid #EFCF95">Div</div>
This div border color is #EFCF95.
.myOpacity80 { color: #EFCF95; opacity: 0.8; }
<p style="color:#EFCF95;opacity:0.8;">80%</p>
Text with #EFCF95 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFCF95;}
<p style="text-shadow: 3px 3px 1px #EFCF95">Text here.</p>
This text has shadow with #EFCF95 color.
.textShadow {text-shadow: 3px 3px 1px #EFCF95', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFCF95, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFCF95 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFCF95, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFCF95, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFCF95 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFCF95;
-webkit-box-shadow: 1px 1px 3px 2px #EFCF95;
box-shadow: 1px 1px 3px 2px #EFCF95;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFCF95; -webkit-box-shadow: 1px 1px 3px 2px #EFCF95; box-shadow:1px 1px 3px 2px #EFCF95;">
Div content here
</div>
This text has color #EFCF95 on black background.
This text has color #EFCF95 on white background.
This text has black color on #EFCF95 background.
This text has white color on #EFCF95 background.
Complementary color for #hex is #10306A.