HEX: #EED37F
RGB: (238,211,127)
#EED37F contains mainly red and green colors. Web safe color of #EED37F is #FFCC66 (or #FC6).
#EED37F color RGB value is (238,211,127).
RGB: (238,211,127)
(93%, 83%, 50%)
R 238 of 255 = 93%
G 211 of 255 = 83%
B 127 of 255 = 50%
R + G + B ~ 75%. #EED37F is quite light color.
R + G + B = 238 + 211 + 127 = 576 (100%)
R 238 of 576 ~ 41.32%
G 211 of 576 ~ 36.63%
B 127 of 576 ~ 22.05'%
#EED37F color CMYK value is (0,11,47,7).
CMYK: (0,11,47,7)
C0M11Y47K7 (0%, 11%, 47%, 7%)
(0.00 / 0.11 / 0.47 / 0.07)
Color #EED37F in popluar color models
EE | D3 | 7F | |
---|---|---|---|
RGB | 238 | 211 | 127 |
HSL | 45° | 76.55% | 71.57% |
HSB/HSV | 45° | 46.64% | 93.33% |
CMYK | 0.00% | 11.34% | 46.64% |
6.67% |
Color #EED37F in popluar number systems.
HEX | EE | D3 | 7F |
Decimal | 238 | 211 | 127 |
Binary | 11101110 | 11010011 | 1111111 |
Octal | 356 | 323 | 177 |
Shades of #EED37F
Tints of #EED37F
Examples of css and html codes for elements with #EED37F color. Also use rgb(238,211,127) instead hex code.
.myTextColor { color: #EED37F; }
<p style="color:#EED37F">This sample text font color is #EED37F.</p>
This text font color is #EED37F.
.myBgColor { background-color: #EED37F; }
<div style="background-color:#EED37F">Inner text</div>
This div background color is #EED37F.
.myBorderColor { border: 1px solid #EED37F; }
<div style="border:3px solid #EED37F">Div</div>
This div border color is #EED37F.
.myOpacity80 { color: #EED37F; opacity: 0.8; }
<p style="color:#EED37F;opacity:0.8;">80%</p>
Text with #EED37F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EED37F;}
<p style="text-shadow: 3px 3px 1px #EED37F">Text here.</p>
This text has shadow with #EED37F color.
.textShadow {text-shadow: 3px 3px 1px #EED37F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EED37F, 5px 5px 20px red">Text here.</p>
This text has shadow with #EED37F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EED37F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EED37F, Direction=45, Strength=4)">Text</p>
This text has shadow with #EED37F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EED37F;
-webkit-box-shadow: 1px 1px 3px 2px #EED37F;
box-shadow: 1px 1px 3px 2px #EED37F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EED37F; -webkit-box-shadow: 1px 1px 3px 2px #EED37F; box-shadow:1px 1px 3px 2px #EED37F;">
Div content here
</div>
This text has color #EED37F on black background.
This text has color #EED37F on white background.
This text has black color on #EED37F background.
This text has white color on #EED37F background.
Complementary color for #hex is #112C80.