HEX: #EEB582
RGB: (238,181,130)
#EEB582 contains mainly red and green colors. Web safe color of #EEB582 is #FFCC99 (or #FC9).
#EEB582 color RGB value is (238,181,130).
RGB: (238,181,130)
(93%, 71%, 51%)
R 238 of 255 = 93%
G 181 of 255 = 71%
B 130 of 255 = 51%
R + G + B ~ 72%. #EEB582 is quite light color.
R + G + B = 238 + 181 + 130 = 549 (100%)
R 238 of 549 ~ 43.35%
G 181 of 549 ~ 32.97%
B 130 of 549 ~ 23.68'%
#EEB582 color CMYK value is (0,24,45,7).
CMYK: (0,24,45,7)
C0M24Y45K7 (0%, 24%, 45%, 7%)
(0.00 / 0.24 / 0.45 / 0.07)
Color #EEB582 in popluar color models
EE | B5 | 82 | |
---|---|---|---|
RGB | 238 | 181 | 130 |
HSL | 28° | 76.06% | 72.16% |
HSB/HSV | 28° | 45.38% | 93.33% |
CMYK | 0.00% | 23.95% | 45.38% |
6.67% |
Color #EEB582 in popluar number systems.
HEX | EE | B5 | 82 |
Decimal | 238 | 181 | 130 |
Binary | 11101110 | 10110101 | 10000010 |
Octal | 356 | 265 | 202 |
Shades of #EEB582
Tints of #EEB582
Examples of css and html codes for elements with #EEB582 color. Also use rgb(238,181,130) instead hex code.
.myTextColor { color: #EEB582; }
<p style="color:#EEB582">This sample text font color is #EEB582.</p>
This text font color is #EEB582.
.myBgColor { background-color: #EEB582; }
<div style="background-color:#EEB582">Inner text</div>
This div background color is #EEB582.
.myBorderColor { border: 1px solid #EEB582; }
<div style="border:3px solid #EEB582">Div</div>
This div border color is #EEB582.
.myOpacity80 { color: #EEB582; opacity: 0.8; }
<p style="color:#EEB582;opacity:0.8;">80%</p>
Text with #EEB582 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEB582;}
<p style="text-shadow: 3px 3px 1px #EEB582">Text here.</p>
This text has shadow with #EEB582 color.
.textShadow {text-shadow: 3px 3px 1px #EEB582', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEB582, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEB582 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEB582, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEB582, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEB582 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEB582;
-webkit-box-shadow: 1px 1px 3px 2px #EEB582;
box-shadow: 1px 1px 3px 2px #EEB582;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEB582; -webkit-box-shadow: 1px 1px 3px 2px #EEB582; box-shadow:1px 1px 3px 2px #EEB582;">
Div content here
</div>
This text has color #EEB582 on black background.
This text has color #EEB582 on white background.
This text has black color on #EEB582 background.
This text has white color on #EEB582 background.
Complementary color for #EEB582 is #114A7D.