HEX: #EFD399
RGB: (239,211,153)
#EFD399 contains mainly red and green colors. Web safe color of #EFD399 is #FFCC99 (or #FC9).
#EFD399 color RGB value is (239,211,153).
RGB: (239,211,153)
(94%, 83%, 60%)
R 239 of 255 = 94%
G 211 of 255 = 83%
B 153 of 255 = 60%
R + G + B ~ 79%. #EFD399 is quite light color.
R + G + B = 239 + 211 + 153 = 603 (100%)
R 239 of 603 ~ 39.64%
G 211 of 603 ~ 34.99%
B 153 of 603 ~ 25.37'%
#EFD399 color CMYK value is (0,12,36,6).
CMYK: (0,12,36,6)
C0M12Y36K6 (0%, 12%, 36%, 6%)
(0.00 / 0.12 / 0.36 / 0.06)
Color #EFD399 in popluar color models
EF | D3 | 99 | |
---|---|---|---|
RGB | 239 | 211 | 153 |
HSL | 40° | 72.88% | 76.86% |
HSB/HSV | 40° | 35.98% | 93.73% |
CMYK | 0.00% | 11.72% | 35.98% |
6.27% |
Color #EFD399 in popluar number systems.
HEX | EF | D3 | 99 |
Decimal | 239 | 211 | 153 |
Binary | 11101111 | 11010011 | 10011001 |
Octal | 357 | 323 | 231 |
Shades of #EFD399
Tints of #EFD399
Examples of css and html codes for elements with #EFD399 color. Also use rgb(239,211,153) instead hex code.
.myTextColor { color: #EFD399; }
<p style="color:#EFD399">This sample text font color is #EFD399.</p>
This text font color is #EFD399.
.myBgColor { background-color: #EFD399; }
<div style="background-color:#EFD399">Inner text</div>
This div background color is #EFD399.
.myBorderColor { border: 1px solid #EFD399; }
<div style="border:3px solid #EFD399">Div</div>
This div border color is #EFD399.
.myOpacity80 { color: #EFD399; opacity: 0.8; }
<p style="color:#EFD399;opacity:0.8;">80%</p>
Text with #EFD399 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFD399;}
<p style="text-shadow: 3px 3px 1px #EFD399">Text here.</p>
This text has shadow with #EFD399 color.
.textShadow {text-shadow: 3px 3px 1px #EFD399', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFD399, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFD399 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFD399, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFD399, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFD399 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFD399;
-webkit-box-shadow: 1px 1px 3px 2px #EFD399;
box-shadow: 1px 1px 3px 2px #EFD399;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFD399; -webkit-box-shadow: 1px 1px 3px 2px #EFD399; box-shadow:1px 1px 3px 2px #EFD399;">
Div content here
</div>
This text has color #EFD399 on black background.
This text has color #EFD399 on white background.
This text has black color on #EFD399 background.
This text has white color on #EFD399 background.
Complementary color for #hex is #102C66.