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