HEX: #EFE9CE
RGB: (239,233,206)
#EFE9CE contains red, green and blue colors in about the same proportion. Web safe color of #EFE9CE is #FFFFCC (or #FFC).
#EFE9CE color RGB value is (239,233,206).
RGB: (239,233,206)
(94%, 91%, 81%)
R 239 of 255 = 94%
G 233 of 255 = 91%
B 206 of 255 = 81%
R + G + B ~ 89%. #EFE9CE is light color.
R + G + B = 239 + 233 + 206 = 678 (100%)
R 239 of 678 ~ 35.25%
G 233 of 678 ~ 34.37%
B 206 of 678 ~ 30.38'%
#EFE9CE color CMYK value is (0,3,14,6).
CMYK: (0,3,14,6)
C0M3Y14K6 (0%, 3%, 14%, 6%)
(0.00 / 0.03 / 0.14 / 0.06)
Color #EFE9CE in popluar color models
EF | E9 | CE | |
---|---|---|---|
RGB | 239 | 233 | 206 |
HSL | 49° | 50.77% | 87.25% |
HSB/HSV | 49° | 13.81% | 93.73% |
CMYK | 0.00% | 2.51% | 13.81% |
6.27% |
Color #EFE9CE in popluar number systems.
HEX | EF | E9 | CE |
Decimal | 239 | 233 | 206 |
Binary | 11101111 | 11101001 | 11001110 |
Octal | 357 | 351 | 316 |
Shades of #EFE9CE
Tints of #EFE9CE
Examples of css and html codes for elements with #EFE9CE color. Also use rgb(239,233,206) instead hex code.
.myTextColor { color: #EFE9CE; }
<p style="color:#EFE9CE">This sample text font color is #EFE9CE.</p>
This text font color is #EFE9CE.
.myBgColor { background-color: #EFE9CE; }
<div style="background-color:#EFE9CE">Inner text</div>
This div background color is #EFE9CE.
.myBorderColor { border: 1px solid #EFE9CE; }
<div style="border:3px solid #EFE9CE">Div</div>
This div border color is #EFE9CE.
.myOpacity80 { color: #EFE9CE; opacity: 0.8; }
<p style="color:#EFE9CE;opacity:0.8;">80%</p>
Text with #EFE9CE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFE9CE;}
<p style="text-shadow: 3px 3px 1px #EFE9CE">Text here.</p>
This text has shadow with #EFE9CE color.
.textShadow {text-shadow: 3px 3px 1px #EFE9CE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFE9CE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFE9CE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFE9CE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFE9CE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFE9CE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFE9CE;
-webkit-box-shadow: 1px 1px 3px 2px #EFE9CE;
box-shadow: 1px 1px 3px 2px #EFE9CE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFE9CE; -webkit-box-shadow: 1px 1px 3px 2px #EFE9CE; box-shadow:1px 1px 3px 2px #EFE9CE;">
Div content here
</div>
This text has color #EFE9CE on black background.
This text has color #EFE9CE on white background.
This text has black color on #EFE9CE background.
This text has white color on #EFE9CE background.
Complementary color for #hex is #101631.