HEX: #EDC59E
RGB: (237,197,158)
#EDC59E contains mainly red and green colors. Web safe color of #EDC59E is #FFCC99 (or #FC9).
#EDC59E color RGB value is (237,197,158).
RGB: (237,197,158)
(93%, 77%, 62%)
R 237 of 255 = 93%
G 197 of 255 = 77%
B 158 of 255 = 62%
R + G + B ~ 77%. #EDC59E is quite light color.
R + G + B = 237 + 197 + 158 = 592 (100%)
R 237 of 592 ~ 40.03%
G 197 of 592 ~ 33.28%
B 158 of 592 ~ 26.69'%
#EDC59E color CMYK value is (0,17,33,7).
CMYK: (0,17,33,7)
C0M17Y33K7 (0%, 17%, 33%, 7%)
(0.00 / 0.17 / 0.33 / 0.07)
Color #EDC59E in popluar color models
ED | C5 | 9E | |
---|---|---|---|
RGB | 237 | 197 | 158 |
HSL | 30° | 68.70% | 77.45% |
HSB/HSV | 30° | 33.33% | 92.94% |
CMYK | 0.00% | 16.88% | 33.33% |
7.06% |
Color #EDC59E in popluar number systems.
HEX | ED | C5 | 9E |
Decimal | 237 | 197 | 158 |
Binary | 11101101 | 11000101 | 10011110 |
Octal | 355 | 305 | 236 |
Shades of #EDC59E
Tints of #EDC59E
Examples of css and html codes for elements with #EDC59E color. Also use rgb(237,197,158) instead hex code.
.myTextColor { color: #EDC59E; }
<p style="color:#EDC59E">This sample text font color is #EDC59E.</p>
This text font color is #EDC59E.
.myBgColor { background-color: #EDC59E; }
<div style="background-color:#EDC59E">Inner text</div>
This div background color is #EDC59E.
.myBorderColor { border: 1px solid #EDC59E; }
<div style="border:3px solid #EDC59E">Div</div>
This div border color is #EDC59E.
.myOpacity80 { color: #EDC59E; opacity: 0.8; }
<p style="color:#EDC59E;opacity:0.8;">80%</p>
Text with #EDC59E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDC59E;}
<p style="text-shadow: 3px 3px 1px #EDC59E">Text here.</p>
This text has shadow with #EDC59E color.
.textShadow {text-shadow: 3px 3px 1px #EDC59E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDC59E, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDC59E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDC59E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDC59E, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDC59E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDC59E;
-webkit-box-shadow: 1px 1px 3px 2px #EDC59E;
box-shadow: 1px 1px 3px 2px #EDC59E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDC59E; -webkit-box-shadow: 1px 1px 3px 2px #EDC59E; box-shadow:1px 1px 3px 2px #EDC59E;">
Div content here
</div>
This text has color #EDC59E on black background.
This text has color #EDC59E on white background.
This text has black color on #EDC59E background.
This text has white color on #EDC59E background.
Complementary color for #hex is #123A61.