HEX: #EDC19C
RGB: (237,193,156)
#EDC19C contains mainly red and green colors. Web safe color of #EDC19C is #FFCC99 (or #FC9).
#EDC19C color RGB value is (237,193,156).
RGB: (237,193,156)
(93%, 76%, 61%)
R 237 of 255 = 93%
G 193 of 255 = 76%
B 156 of 255 = 61%
R + G + B ~ 77%. #EDC19C is quite light color.
R + G + B = 237 + 193 + 156 = 586 (100%)
R 237 of 586 ~ 40.44%
G 193 of 586 ~ 32.94%
B 156 of 586 ~ 26.62'%
#EDC19C color CMYK value is (0,19,34,7).
CMYK: (0,19,34,7)
C0M19Y34K7 (0%, 19%, 34%, 7%)
(0.00 / 0.19 / 0.34 / 0.07)
Color #EDC19C in popluar color models
ED | C1 | 9C | |
---|---|---|---|
RGB | 237 | 193 | 156 |
HSL | 27° | 69.23% | 77.06% |
HSB/HSV | 27° | 34.18% | 92.94% |
CMYK | 0.00% | 18.57% | 34.18% |
7.06% |
Color #EDC19C in popluar number systems.
HEX | ED | C1 | 9C |
Decimal | 237 | 193 | 156 |
Binary | 11101101 | 11000001 | 10011100 |
Octal | 355 | 301 | 234 |
Shades of #EDC19C
Tints of #EDC19C
Examples of css and html codes for elements with #EDC19C color. Also use rgb(237,193,156) instead hex code.
.myTextColor { color: #EDC19C; }
<p style="color:#EDC19C">This sample text font color is #EDC19C.</p>
This text font color is #EDC19C.
.myBgColor { background-color: #EDC19C; }
<div style="background-color:#EDC19C">Inner text</div>
This div background color is #EDC19C.
.myBorderColor { border: 1px solid #EDC19C; }
<div style="border:3px solid #EDC19C">Div</div>
This div border color is #EDC19C.
.myOpacity80 { color: #EDC19C; opacity: 0.8; }
<p style="color:#EDC19C;opacity:0.8;">80%</p>
Text with #EDC19C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDC19C;}
<p style="text-shadow: 3px 3px 1px #EDC19C">Text here.</p>
This text has shadow with #EDC19C color.
.textShadow {text-shadow: 3px 3px 1px #EDC19C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDC19C, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDC19C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDC19C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDC19C, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDC19C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDC19C;
-webkit-box-shadow: 1px 1px 3px 2px #EDC19C;
box-shadow: 1px 1px 3px 2px #EDC19C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDC19C; -webkit-box-shadow: 1px 1px 3px 2px #EDC19C; box-shadow:1px 1px 3px 2px #EDC19C;">
Div content here
</div>
This text has color #EDC19C on black background.
This text has color #EDC19C on white background.
This text has black color on #EDC19C background.
This text has white color on #EDC19C background.
Complementary color for #hex is #123E63.