HEX: #EEC774
RGB: (238,199,116)
#EEC774 contains mainly red and green colors. Web safe color of #EEC774 is #FFCC66 (or #FC6).
#EEC774 color RGB value is (238,199,116).
RGB: (238,199,116)
(93%, 78%, 45%)
R 238 of 255 = 93%
G 199 of 255 = 78%
B 116 of 255 = 45%
R + G + B ~ 72%. #EEC774 is quite light color.
R + G + B = 238 + 199 + 116 = 553 (100%)
R 238 of 553 ~ 43.04%
G 199 of 553 ~ 35.99%
B 116 of 553 ~ 20.98'%
#EEC774 color CMYK value is (0,16,51,7).
CMYK: (0,16,51,7)
C0M16Y51K7 (0%, 16%, 51%, 7%)
(0.00 / 0.16 / 0.51 / 0.07)
Color #EEC774 in popluar color models
EE | C7 | 74 | |
---|---|---|---|
RGB | 238 | 199 | 116 |
HSL | 41° | 78.21% | 69.41% |
HSB/HSV | 41° | 51.26% | 93.33% |
CMYK | 0.00% | 16.39% | 51.26% |
6.67% |
Color #EEC774 in popluar number systems.
HEX | EE | C7 | 74 |
Decimal | 238 | 199 | 116 |
Binary | 11101110 | 11000111 | 1110100 |
Octal | 356 | 307 | 164 |
Shades of #EEC774
Tints of #EEC774
Examples of css and html codes for elements with #EEC774 color. Also use rgb(238,199,116) instead hex code.
.myTextColor { color: #EEC774; }
<p style="color:#EEC774">This sample text font color is #EEC774.</p>
This text font color is #EEC774.
.myBgColor { background-color: #EEC774; }
<div style="background-color:#EEC774">Inner text</div>
This div background color is #EEC774.
.myBorderColor { border: 1px solid #EEC774; }
<div style="border:3px solid #EEC774">Div</div>
This div border color is #EEC774.
.myOpacity80 { color: #EEC774; opacity: 0.8; }
<p style="color:#EEC774;opacity:0.8;">80%</p>
Text with #EEC774 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEC774;}
<p style="text-shadow: 3px 3px 1px #EEC774">Text here.</p>
This text has shadow with #EEC774 color.
.textShadow {text-shadow: 3px 3px 1px #EEC774', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEC774, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEC774 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEC774, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEC774, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEC774 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEC774;
-webkit-box-shadow: 1px 1px 3px 2px #EEC774;
box-shadow: 1px 1px 3px 2px #EEC774;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEC774; -webkit-box-shadow: 1px 1px 3px 2px #EEC774; box-shadow:1px 1px 3px 2px #EEC774;">
Div content here
</div>
This text has color #EEC774 on black background.
This text has color #EEC774 on white background.
This text has black color on #EEC774 background.
This text has white color on #EEC774 background.
Complementary color for #hex is #11388B.