HEX: #EED39B
RGB: (238,211,155)
#EED39B contains mainly red and green colors. Web safe color of #EED39B is #FFCC99 (or #FC9).
#EED39B color RGB value is (238,211,155).
RGB: (238,211,155)
(93%, 83%, 61%)
R 238 of 255 = 93%
G 211 of 255 = 83%
B 155 of 255 = 61%
R + G + B ~ 79%. #EED39B is quite light color.
R + G + B = 238 + 211 + 155 = 604 (100%)
R 238 of 604 ~ 39.4%
G 211 of 604 ~ 34.93%
B 155 of 604 ~ 25.66'%
#EED39B color CMYK value is (0,11,35,7).
CMYK: (0,11,35,7)
C0M11Y35K7 (0%, 11%, 35%, 7%)
(0.00 / 0.11 / 0.35 / 0.07)
Color #EED39B in popluar color models
EE | D3 | 9B | |
---|---|---|---|
RGB | 238 | 211 | 155 |
HSL | 40° | 70.94% | 77.06% |
HSB/HSV | 40° | 34.87% | 93.33% |
CMYK | 0.00% | 11.34% | 34.87% |
6.67% |
Color #EED39B in popluar number systems.
HEX | EE | D3 | 9B |
Decimal | 238 | 211 | 155 |
Binary | 11101110 | 11010011 | 10011011 |
Octal | 356 | 323 | 233 |
Shades of #EED39B
Tints of #EED39B
Examples of css and html codes for elements with #EED39B color. Also use rgb(238,211,155) instead hex code.
.myTextColor { color: #EED39B; }
<p style="color:#EED39B">This sample text font color is #EED39B.</p>
This text font color is #EED39B.
.myBgColor { background-color: #EED39B; }
<div style="background-color:#EED39B">Inner text</div>
This div background color is #EED39B.
.myBorderColor { border: 1px solid #EED39B; }
<div style="border:3px solid #EED39B">Div</div>
This div border color is #EED39B.
.myOpacity80 { color: #EED39B; opacity: 0.8; }
<p style="color:#EED39B;opacity:0.8;">80%</p>
Text with #EED39B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EED39B;}
<p style="text-shadow: 3px 3px 1px #EED39B">Text here.</p>
This text has shadow with #EED39B color.
.textShadow {text-shadow: 3px 3px 1px #EED39B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EED39B, 5px 5px 20px red">Text here.</p>
This text has shadow with #EED39B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EED39B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EED39B, Direction=45, Strength=4)">Text</p>
This text has shadow with #EED39B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EED39B;
-webkit-box-shadow: 1px 1px 3px 2px #EED39B;
box-shadow: 1px 1px 3px 2px #EED39B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EED39B; -webkit-box-shadow: 1px 1px 3px 2px #EED39B; box-shadow:1px 1px 3px 2px #EED39B;">
Div content here
</div>
This text has color #EED39B on black background.
This text has color #EED39B on white background.
This text has black color on #EED39B background.
This text has white color on #EED39B background.
Complementary color for #hex is #112C64.