HEX: #EEC37C
RGB: (238,195,124)
#EEC37C contains mainly red and green colors. Web safe color of #EEC37C is #FFCC66 (or #FC6).
#EEC37C color RGB value is (238,195,124).
RGB: (238,195,124)
(93%, 76%, 49%)
R 238 of 255 = 93%
G 195 of 255 = 76%
B 124 of 255 = 49%
R + G + B ~ 73%. #EEC37C is quite light color.
R + G + B = 238 + 195 + 124 = 557 (100%)
R 238 of 557 ~ 42.73%
G 195 of 557 ~ 35.01%
B 124 of 557 ~ 22.26'%
#EEC37C color CMYK value is (0,18,48,7).
CMYK: (0,18,48,7)
C0M18Y48K7 (0%, 18%, 48%, 7%)
(0.00 / 0.18 / 0.48 / 0.07)
Color #EEC37C in popluar color models
EE | C3 | 7C | |
---|---|---|---|
RGB | 238 | 195 | 124 |
HSL | 37° | 77.03% | 70.98% |
HSB/HSV | 37° | 47.90% | 93.33% |
CMYK | 0.00% | 18.07% | 47.90% |
6.67% |
Color #EEC37C in popluar number systems.
HEX | EE | C3 | 7C |
Decimal | 238 | 195 | 124 |
Binary | 11101110 | 11000011 | 1111100 |
Octal | 356 | 303 | 174 |
Shades of #EEC37C
Tints of #EEC37C
Examples of css and html codes for elements with #EEC37C color. Also use rgb(238,195,124) instead hex code.
.myTextColor { color: #EEC37C; }
<p style="color:#EEC37C">This sample text font color is #EEC37C.</p>
This text font color is #EEC37C.
.myBgColor { background-color: #EEC37C; }
<div style="background-color:#EEC37C">Inner text</div>
This div background color is #EEC37C.
.myBorderColor { border: 1px solid #EEC37C; }
<div style="border:3px solid #EEC37C">Div</div>
This div border color is #EEC37C.
.myOpacity80 { color: #EEC37C; opacity: 0.8; }
<p style="color:#EEC37C;opacity:0.8;">80%</p>
Text with #EEC37C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEC37C;}
<p style="text-shadow: 3px 3px 1px #EEC37C">Text here.</p>
This text has shadow with #EEC37C color.
.textShadow {text-shadow: 3px 3px 1px #EEC37C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEC37C, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEC37C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEC37C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEC37C, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEC37C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEC37C;
-webkit-box-shadow: 1px 1px 3px 2px #EEC37C;
box-shadow: 1px 1px 3px 2px #EEC37C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEC37C; -webkit-box-shadow: 1px 1px 3px 2px #EEC37C; box-shadow:1px 1px 3px 2px #EEC37C;">
Div content here
</div>
This text has color #EEC37C on black background.
This text has color #EEC37C on white background.
This text has black color on #EEC37C background.
This text has white color on #EEC37C background.
Complementary color for #hex is #113C83.