HEX: #EDCA99
RGB: (237,202,153)
#EDCA99 contains mainly red and green colors. Web safe color of #EDCA99 is #FFCC99 (or #FC9).
#EDCA99 color RGB value is (237,202,153).
RGB: (237,202,153)
(93%, 79%, 60%)
R 237 of 255 = 93%
G 202 of 255 = 79%
B 153 of 255 = 60%
R + G + B ~ 77%. #EDCA99 is quite light color.
R + G + B = 237 + 202 + 153 = 592 (100%)
R 237 of 592 ~ 40.03%
G 202 of 592 ~ 34.12%
B 153 of 592 ~ 25.84'%
#EDCA99 color CMYK value is (0,15,35,7).
CMYK: (0,15,35,7)
C0M15Y35K7 (0%, 15%, 35%, 7%)
(0.00 / 0.15 / 0.35 / 0.07)
Color #EDCA99 in popluar color models
ED | CA | 99 | |
---|---|---|---|
RGB | 237 | 202 | 153 |
HSL | 35° | 70.00% | 76.47% |
HSB/HSV | 35° | 35.44% | 92.94% |
CMYK | 0.00% | 14.77% | 35.44% |
7.06% |
Color #EDCA99 in popluar number systems.
HEX | ED | CA | 99 |
Decimal | 237 | 202 | 153 |
Binary | 11101101 | 11001010 | 10011001 |
Octal | 355 | 312 | 231 |
Shades of #EDCA99
Tints of #EDCA99
Examples of css and html codes for elements with #EDCA99 color. Also use rgb(237,202,153) instead hex code.
.myTextColor { color: #EDCA99; }
<p style="color:#EDCA99">This sample text font color is #EDCA99.</p>
This text font color is #EDCA99.
.myBgColor { background-color: #EDCA99; }
<div style="background-color:#EDCA99">Inner text</div>
This div background color is #EDCA99.
.myBorderColor { border: 1px solid #EDCA99; }
<div style="border:3px solid #EDCA99">Div</div>
This div border color is #EDCA99.
.myOpacity80 { color: #EDCA99; opacity: 0.8; }
<p style="color:#EDCA99;opacity:0.8;">80%</p>
Text with #EDCA99 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDCA99;}
<p style="text-shadow: 3px 3px 1px #EDCA99">Text here.</p>
This text has shadow with #EDCA99 color.
.textShadow {text-shadow: 3px 3px 1px #EDCA99', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDCA99, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDCA99 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDCA99, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDCA99, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDCA99 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDCA99;
-webkit-box-shadow: 1px 1px 3px 2px #EDCA99;
box-shadow: 1px 1px 3px 2px #EDCA99;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDCA99; -webkit-box-shadow: 1px 1px 3px 2px #EDCA99; box-shadow:1px 1px 3px 2px #EDCA99;">
Div content here
</div>
This text has color #EDCA99 on black background.
This text has color #EDCA99 on white background.
This text has black color on #EDCA99 background.
This text has white color on #EDCA99 background.
Complementary color for #hex is #123566.