HEX: #EED184
RGB: (238,209,132)
#EED184 contains mainly red and green colors. Web safe color of #EED184 is #FFCC99 (or #FC9).
#EED184 color RGB value is (238,209,132).
RGB: (238,209,132)
(93%, 82%, 52%)
R 238 of 255 = 93%
G 209 of 255 = 82%
B 132 of 255 = 52%
R + G + B ~ 76%. #EED184 is quite light color.
R + G + B = 238 + 209 + 132 = 579 (100%)
R 238 of 579 ~ 41.11%
G 209 of 579 ~ 36.1%
B 132 of 579 ~ 22.8'%
#EED184 color CMYK value is (0,12,45,7).
CMYK: (0,12,45,7)
C0M12Y45K7 (0%, 12%, 45%, 7%)
(0.00 / 0.12 / 0.45 / 0.07)
Color #EED184 in popluar color models
EE | D1 | 84 | |
---|---|---|---|
RGB | 238 | 209 | 132 |
HSL | 44° | 75.71% | 72.55% |
HSB/HSV | 44° | 44.54% | 93.33% |
CMYK | 0.00% | 12.18% | 44.54% |
6.67% |
Color #EED184 in popluar number systems.
HEX | EE | D1 | 84 |
Decimal | 238 | 209 | 132 |
Binary | 11101110 | 11010001 | 10000100 |
Octal | 356 | 321 | 204 |
Shades of #EED184
Tints of #EED184
Examples of css and html codes for elements with #EED184 color. Also use rgb(238,209,132) instead hex code.
.myTextColor { color: #EED184; }
<p style="color:#EED184">This sample text font color is #EED184.</p>
This text font color is #EED184.
.myBgColor { background-color: #EED184; }
<div style="background-color:#EED184">Inner text</div>
This div background color is #EED184.
.myBorderColor { border: 1px solid #EED184; }
<div style="border:3px solid #EED184">Div</div>
This div border color is #EED184.
.myOpacity80 { color: #EED184; opacity: 0.8; }
<p style="color:#EED184;opacity:0.8;">80%</p>
Text with #EED184 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EED184;}
<p style="text-shadow: 3px 3px 1px #EED184">Text here.</p>
This text has shadow with #EED184 color.
.textShadow {text-shadow: 3px 3px 1px #EED184', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EED184, 5px 5px 20px red">Text here.</p>
This text has shadow with #EED184 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EED184, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EED184, Direction=45, Strength=4)">Text</p>
This text has shadow with #EED184 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EED184;
-webkit-box-shadow: 1px 1px 3px 2px #EED184;
box-shadow: 1px 1px 3px 2px #EED184;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EED184; -webkit-box-shadow: 1px 1px 3px 2px #EED184; box-shadow:1px 1px 3px 2px #EED184;">
Div content here
</div>
This text has color #EED184 on black background.
This text has color #EED184 on white background.
This text has black color on #EED184 background.
This text has white color on #EED184 background.
Complementary color for #hex is #112E7B.