HEX: #EFDD53
RGB: (239,221,83)
#EFDD53 contains mainly red and green colors. Web safe color of #EFDD53 is #FFCC66 (or #FC6).
#EFDD53 color RGB value is (239,221,83).
RGB: (239,221,83)
(94%, 87%, 33%)
R 239 of 255 = 94%
G 221 of 255 = 87%
B 83 of 255 = 33%
R + G + B ~ 71%. #EFDD53 is quite light color.
R + G + B = 239 + 221 + 83 = 543 (100%)
R 239 of 543 ~ 44.01%
G 221 of 543 ~ 40.7%
B 83 of 543 ~ 15.29'%
#EFDD53 color CMYK value is (0,8,65,6).
CMYK: (0,8,65,6)
C0M8Y65K6 (0%, 8%, 65%, 6%)
(0.00 / 0.08 / 0.65 / 0.06)
Color #EFDD53 in popluar color models
EF | DD | 53 | |
---|---|---|---|
RGB | 239 | 221 | 83 |
HSL | 53° | 82.98% | 63.14% |
HSB/HSV | 53° | 65.27% | 93.73% |
CMYK | 0.00% | 7.53% | 65.27% |
6.27% |
Color #EFDD53 in popluar number systems.
HEX | EF | DD | 53 |
Decimal | 239 | 221 | 83 |
Binary | 11101111 | 11011101 | 1010011 |
Octal | 357 | 335 | 123 |
Shades of #EFDD53
Tints of #EFDD53
Examples of css and html codes for elements with #EFDD53 color. Also use rgb(239,221,83) instead hex code.
.myTextColor { color: #EFDD53; }
<p style="color:#EFDD53">This sample text font color is #EFDD53.</p>
This text font color is #EFDD53.
.myBgColor { background-color: #EFDD53; }
<div style="background-color:#EFDD53">Inner text</div>
This div background color is #EFDD53.
.myBorderColor { border: 1px solid #EFDD53; }
<div style="border:3px solid #EFDD53">Div</div>
This div border color is #EFDD53.
.myOpacity80 { color: #EFDD53; opacity: 0.8; }
<p style="color:#EFDD53;opacity:0.8;">80%</p>
Text with #EFDD53 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFDD53;}
<p style="text-shadow: 3px 3px 1px #EFDD53">Text here.</p>
This text has shadow with #EFDD53 color.
.textShadow {text-shadow: 3px 3px 1px #EFDD53', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFDD53, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFDD53 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFDD53, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFDD53, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFDD53 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFDD53;
-webkit-box-shadow: 1px 1px 3px 2px #EFDD53;
box-shadow: 1px 1px 3px 2px #EFDD53;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFDD53; -webkit-box-shadow: 1px 1px 3px 2px #EFDD53; box-shadow:1px 1px 3px 2px #EFDD53;">
Div content here
</div>
This text has color #EFDD53 on black background.
This text has color #EFDD53 on white background.
This text has black color on #EFDD53 background.
This text has white color on #EFDD53 background.
Complementary color for #hex is #1022AC.