HEX: #EDEDCA
RGB: (237,237,202)
#EDEDCA contains red, green and blue colors in about the same proportion. Web safe color of #EDEDCA is #FFFFCC (or #FFC).
#EDEDCA color RGB value is (237,237,202).
RGB: (237,237,202)
(93%, 93%, 79%)
R 237 of 255 = 93%
G 237 of 255 = 93%
B 202 of 255 = 79%
R + G + B ~ 88%. #EDEDCA is light color.
R + G + B = 237 + 237 + 202 = 676 (100%)
R 237 of 676 ~ 35.06%
G 237 of 676 ~ 35.06%
B 202 of 676 ~ 29.88'%
#EDEDCA color CMYK value is (0,0,15,7).
CMYK: (0,0,15,7)
C0M0Y15K7 (0%, 0%, 15%, 7%)
(0.00 / 0.00 / 0.15 / 0.07)
Color #EDEDCA in popluar color models
ED | ED | CA | |
---|---|---|---|
RGB | 237 | 237 | 202 |
HSL | 60° | 49.30% | 86.08% |
HSB/HSV | 60° | 14.77% | 92.94% |
CMYK | 0.00% | 0.00% | 14.77% |
7.06% |
Color #EDEDCA in popluar number systems.
HEX | ED | ED | CA |
Decimal | 237 | 237 | 202 |
Binary | 11101101 | 11101101 | 11001010 |
Octal | 355 | 355 | 312 |
Shades of #EDEDCA
Tints of #EDEDCA
Examples of css and html codes for elements with #EDEDCA color. Also use rgb(237,237,202) instead hex code.
.myTextColor { color: #EDEDCA; }
<p style="color:#EDEDCA">This sample text font color is #EDEDCA.</p>
This text font color is #EDEDCA.
.myBgColor { background-color: #EDEDCA; }
<div style="background-color:#EDEDCA">Inner text</div>
This div background color is #EDEDCA.
.myBorderColor { border: 1px solid #EDEDCA; }
<div style="border:3px solid #EDEDCA">Div</div>
This div border color is #EDEDCA.
.myOpacity80 { color: #EDEDCA; opacity: 0.8; }
<p style="color:#EDEDCA;opacity:0.8;">80%</p>
Text with #EDEDCA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDEDCA;}
<p style="text-shadow: 3px 3px 1px #EDEDCA">Text here.</p>
This text has shadow with #EDEDCA color.
.textShadow {text-shadow: 3px 3px 1px #EDEDCA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDEDCA, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDEDCA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDEDCA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDEDCA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDEDCA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDEDCA;
-webkit-box-shadow: 1px 1px 3px 2px #EDEDCA;
box-shadow: 1px 1px 3px 2px #EDEDCA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDEDCA; -webkit-box-shadow: 1px 1px 3px 2px #EDEDCA; box-shadow:1px 1px 3px 2px #EDEDCA;">
Div content here
</div>
This text has color #EDEDCA on black background.
This text has color #EDEDCA on white background.
This text has black color on #EDEDCA background.
This text has white color on #EDEDCA background.