HEX: #EFE9BE
RGB: (239,233,190)
#EFE9BE contains red, green and blue colors in about the same proportion. Web safe color of #EFE9BE is #FFFFCC (or #FFC).
#EFE9BE color RGB value is (239,233,190).
RGB: (239,233,190)
(94%, 91%, 75%)
R 239 of 255 = 94%
G 233 of 255 = 91%
B 190 of 255 = 75%
R + G + B ~ 87%. #EFE9BE is light color.
R + G + B = 239 + 233 + 190 = 662 (100%)
R 239 of 662 ~ 36.1%
G 233 of 662 ~ 35.2%
B 190 of 662 ~ 28.7'%
#EFE9BE color CMYK value is (0,3,21,6).
CMYK: (0,3,21,6)
C0M3Y21K6 (0%, 3%, 21%, 6%)
(0.00 / 0.03 / 0.21 / 0.06)
Color #EFE9BE in popluar color models
EF | E9 | BE | |
---|---|---|---|
RGB | 239 | 233 | 190 |
HSL | 53° | 60.49% | 84.12% |
HSB/HSV | 53° | 20.50% | 93.73% |
CMYK | 0.00% | 2.51% | 20.50% |
6.27% |
Color #EFE9BE in popluar number systems.
HEX | EF | E9 | BE |
Decimal | 239 | 233 | 190 |
Binary | 11101111 | 11101001 | 10111110 |
Octal | 357 | 351 | 276 |
Shades of #EFE9BE
Tints of #EFE9BE
Examples of css and html codes for elements with #EFE9BE color. Also use rgb(239,233,190) instead hex code.
.myTextColor { color: #EFE9BE; }
<p style="color:#EFE9BE">This sample text font color is #EFE9BE.</p>
This text font color is #EFE9BE.
.myBgColor { background-color: #EFE9BE; }
<div style="background-color:#EFE9BE">Inner text</div>
This div background color is #EFE9BE.
.myBorderColor { border: 1px solid #EFE9BE; }
<div style="border:3px solid #EFE9BE">Div</div>
This div border color is #EFE9BE.
.myOpacity80 { color: #EFE9BE; opacity: 0.8; }
<p style="color:#EFE9BE;opacity:0.8;">80%</p>
Text with #EFE9BE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFE9BE;}
<p style="text-shadow: 3px 3px 1px #EFE9BE">Text here.</p>
This text has shadow with #EFE9BE color.
.textShadow {text-shadow: 3px 3px 1px #EFE9BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFE9BE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFE9BE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFE9BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFE9BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFE9BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFE9BE;
-webkit-box-shadow: 1px 1px 3px 2px #EFE9BE;
box-shadow: 1px 1px 3px 2px #EFE9BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFE9BE; -webkit-box-shadow: 1px 1px 3px 2px #EFE9BE; box-shadow:1px 1px 3px 2px #EFE9BE;">
Div content here
</div>
This text has color #EFE9BE on black background.
This text has color #EFE9BE on white background.
This text has black color on #EFE9BE background.
This text has white color on #EFE9BE background.
Complementary color for #hex is #101641.