HEX: #EDDEAB
RGB: (237,222,171)
#EDDEAB contains mainly red and green colors. Web safe color of #EDDEAB is #FFCC99 (or #FC9).
#EDDEAB color RGB value is (237,222,171).
RGB: (237,222,171)
(93%, 87%, 67%)
R 237 of 255 = 93%
G 222 of 255 = 87%
B 171 of 255 = 67%
R + G + B ~ 82%. #EDDEAB is quite light color.
R + G + B = 237 + 222 + 171 = 630 (100%)
R 237 of 630 ~ 37.62%
G 222 of 630 ~ 35.24%
B 171 of 630 ~ 27.14'%
#EDDEAB color CMYK value is (0,6,28,7).
CMYK: (0,6,28,7)
C0M6Y28K7 (0%, 6%, 28%, 7%)
(0.00 / 0.06 / 0.28 / 0.07)
Color #EDDEAB in popluar color models
ED | DE | AB | |
---|---|---|---|
RGB | 237 | 222 | 171 |
HSL | 46° | 64.71% | 80.00% |
HSB/HSV | 46° | 27.85% | 92.94% |
CMYK | 0.00% | 6.33% | 27.85% |
7.06% |
Color #EDDEAB in popluar number systems.
HEX | ED | DE | AB |
Decimal | 237 | 222 | 171 |
Binary | 11101101 | 11011110 | 10101011 |
Octal | 355 | 336 | 253 |
Shades of #EDDEAB
Tints of #EDDEAB
Examples of css and html codes for elements with #EDDEAB color. Also use rgb(237,222,171) instead hex code.
.myTextColor { color: #EDDEAB; }
<p style="color:#EDDEAB">This sample text font color is #EDDEAB.</p>
This text font color is #EDDEAB.
.myBgColor { background-color: #EDDEAB; }
<div style="background-color:#EDDEAB">Inner text</div>
This div background color is #EDDEAB.
.myBorderColor { border: 1px solid #EDDEAB; }
<div style="border:3px solid #EDDEAB">Div</div>
This div border color is #EDDEAB.
.myOpacity80 { color: #EDDEAB; opacity: 0.8; }
<p style="color:#EDDEAB;opacity:0.8;">80%</p>
Text with #EDDEAB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDDEAB;}
<p style="text-shadow: 3px 3px 1px #EDDEAB">Text here.</p>
This text has shadow with #EDDEAB color.
.textShadow {text-shadow: 3px 3px 1px #EDDEAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDDEAB, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDDEAB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDDEAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDDEAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDDEAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDDEAB;
-webkit-box-shadow: 1px 1px 3px 2px #EDDEAB;
box-shadow: 1px 1px 3px 2px #EDDEAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDDEAB; -webkit-box-shadow: 1px 1px 3px 2px #EDDEAB; box-shadow:1px 1px 3px 2px #EDDEAB;">
Div content here
</div>
This text has color #EDDEAB on black background.
This text has color #EDDEAB on white background.
This text has black color on #EDDEAB background.
This text has white color on #EDDEAB background.
Complementary color for #hex is #122154.