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