HEX: #EDDCBD
RGB: (237,220,189)
#EDDCBD contains red, green and blue colors in about the same proportion. Web safe color of #EDDCBD is #FFCCCC (or #FCC).
#EDDCBD color RGB value is (237,220,189).
RGB: (237,220,189)
(93%, 86%, 74%)
R 237 of 255 = 93%
G 220 of 255 = 86%
B 189 of 255 = 74%
R + G + B ~ 84%. #EDDCBD is quite light color.
R + G + B = 237 + 220 + 189 = 646 (100%)
R 237 of 646 ~ 36.69%
G 220 of 646 ~ 34.06%
B 189 of 646 ~ 29.26'%
#EDDCBD color CMYK value is (0,7,20,7).
CMYK: (0,7,20,7)
C0M7Y20K7 (0%, 7%, 20%, 7%)
(0.00 / 0.07 / 0.20 / 0.07)
Color #EDDCBD in popluar color models
ED | DC | BD | |
---|---|---|---|
RGB | 237 | 220 | 189 |
HSL | 39° | 57.14% | 83.53% |
HSB/HSV | 39° | 20.25% | 92.94% |
CMYK | 0.00% | 7.17% | 20.25% |
7.06% |
Color #EDDCBD in popluar number systems.
HEX | ED | DC | BD |
Decimal | 237 | 220 | 189 |
Binary | 11101101 | 11011100 | 10111101 |
Octal | 355 | 334 | 275 |
Shades of #EDDCBD
Tints of #EDDCBD
Examples of css and html codes for elements with #EDDCBD color. Also use rgb(237,220,189) instead hex code.
.myTextColor { color: #EDDCBD; }
<p style="color:#EDDCBD">This sample text font color is #EDDCBD.</p>
This text font color is #EDDCBD.
.myBgColor { background-color: #EDDCBD; }
<div style="background-color:#EDDCBD">Inner text</div>
This div background color is #EDDCBD.
.myBorderColor { border: 1px solid #EDDCBD; }
<div style="border:3px solid #EDDCBD">Div</div>
This div border color is #EDDCBD.
.myOpacity80 { color: #EDDCBD; opacity: 0.8; }
<p style="color:#EDDCBD;opacity:0.8;">80%</p>
Text with #EDDCBD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDDCBD;}
<p style="text-shadow: 3px 3px 1px #EDDCBD">Text here.</p>
This text has shadow with #EDDCBD color.
.textShadow {text-shadow: 3px 3px 1px #EDDCBD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDDCBD, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDDCBD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDDCBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDDCBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDDCBD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDDCBD;
-webkit-box-shadow: 1px 1px 3px 2px #EDDCBD;
box-shadow: 1px 1px 3px 2px #EDDCBD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDDCBD; -webkit-box-shadow: 1px 1px 3px 2px #EDDCBD; box-shadow:1px 1px 3px 2px #EDDCBD;">
Div content here
</div>
This text has color #EDDCBD on black background.
This text has color #EDDCBD on white background.
This text has black color on #EDDCBD background.
This text has white color on #EDDCBD background.
Complementary color for #hex is #122342.