HEX: #EFD59E
RGB: (239,213,158)
#EFD59E contains mainly red and green colors. Web safe color of #EFD59E is #FFCC99 (or #FC9).
#EFD59E color RGB value is (239,213,158).
RGB: (239,213,158)
(94%, 84%, 62%)
R 239 of 255 = 94%
G 213 of 255 = 84%
B 158 of 255 = 62%
R + G + B ~ 80%. #EFD59E is quite light color.
R + G + B = 239 + 213 + 158 = 610 (100%)
R 239 of 610 ~ 39.18%
G 213 of 610 ~ 34.92%
B 158 of 610 ~ 25.9'%
#EFD59E color CMYK value is (0,11,34,6).
CMYK: (0,11,34,6)
C0M11Y34K6 (0%, 11%, 34%, 6%)
(0.00 / 0.11 / 0.34 / 0.06)
Color #EFD59E in popluar color models
EF | D5 | 9E | |
---|---|---|---|
RGB | 239 | 213 | 158 |
HSL | 41° | 71.68% | 77.84% |
HSB/HSV | 41° | 33.89% | 93.73% |
CMYK | 0.00% | 10.88% | 33.89% |
6.27% |
Color #EFD59E in popluar number systems.
HEX | EF | D5 | 9E |
Decimal | 239 | 213 | 158 |
Binary | 11101111 | 11010101 | 10011110 |
Octal | 357 | 325 | 236 |
Shades of #EFD59E
Tints of #EFD59E
Examples of css and html codes for elements with #EFD59E color. Also use rgb(239,213,158) instead hex code.
.myTextColor { color: #EFD59E; }
<p style="color:#EFD59E">This sample text font color is #EFD59E.</p>
This text font color is #EFD59E.
.myBgColor { background-color: #EFD59E; }
<div style="background-color:#EFD59E">Inner text</div>
This div background color is #EFD59E.
.myBorderColor { border: 1px solid #EFD59E; }
<div style="border:3px solid #EFD59E">Div</div>
This div border color is #EFD59E.
.myOpacity80 { color: #EFD59E; opacity: 0.8; }
<p style="color:#EFD59E;opacity:0.8;">80%</p>
Text with #EFD59E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFD59E;}
<p style="text-shadow: 3px 3px 1px #EFD59E">Text here.</p>
This text has shadow with #EFD59E color.
.textShadow {text-shadow: 3px 3px 1px #EFD59E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFD59E, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFD59E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFD59E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFD59E, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFD59E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFD59E;
-webkit-box-shadow: 1px 1px 3px 2px #EFD59E;
box-shadow: 1px 1px 3px 2px #EFD59E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFD59E; -webkit-box-shadow: 1px 1px 3px 2px #EFD59E; box-shadow:1px 1px 3px 2px #EFD59E;">
Div content here
</div>
This text has color #EFD59E on black background.
This text has color #EFD59E on white background.
This text has black color on #EFD59E background.
This text has white color on #EFD59E background.
Complementary color for #hex is #102A61.