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