HEX: #EDE19D
RGB: (237,225,157)
#EDE19D contains mainly red and green colors. Web safe color of #EDE19D is #FFCC99 (or #FC9).
#EDE19D color RGB value is (237,225,157).
RGB: (237,225,157)
(93%, 88%, 62%)
R 237 of 255 = 93%
G 225 of 255 = 88%
B 157 of 255 = 62%
R + G + B ~ 81%. #EDE19D is quite light color.
R + G + B = 237 + 225 + 157 = 619 (100%)
R 237 of 619 ~ 38.29%
G 225 of 619 ~ 36.35%
B 157 of 619 ~ 25.36'%
#EDE19D color CMYK value is (0,5,34,7).
CMYK: (0,5,34,7)
C0M5Y34K7 (0%, 5%, 34%, 7%)
(0.00 / 0.05 / 0.34 / 0.07)
Color #EDE19D in popluar color models
ED | E1 | 9D | |
---|---|---|---|
RGB | 237 | 225 | 157 |
HSL | 51° | 68.97% | 77.25% |
HSB/HSV | 51° | 33.76% | 92.94% |
CMYK | 0.00% | 5.06% | 33.76% |
7.06% |
Color #EDE19D in popluar number systems.
HEX | ED | E1 | 9D |
Decimal | 237 | 225 | 157 |
Binary | 11101101 | 11100001 | 10011101 |
Octal | 355 | 341 | 235 |
Shades of #EDE19D
Tints of #EDE19D
Examples of css and html codes for elements with #EDE19D color. Also use rgb(237,225,157) instead hex code.
.myTextColor { color: #EDE19D; }
<p style="color:#EDE19D">This sample text font color is #EDE19D.</p>
This text font color is #EDE19D.
.myBgColor { background-color: #EDE19D; }
<div style="background-color:#EDE19D">Inner text</div>
This div background color is #EDE19D.
.myBorderColor { border: 1px solid #EDE19D; }
<div style="border:3px solid #EDE19D">Div</div>
This div border color is #EDE19D.
.myOpacity80 { color: #EDE19D; opacity: 0.8; }
<p style="color:#EDE19D;opacity:0.8;">80%</p>
Text with #EDE19D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDE19D;}
<p style="text-shadow: 3px 3px 1px #EDE19D">Text here.</p>
This text has shadow with #EDE19D color.
.textShadow {text-shadow: 3px 3px 1px #EDE19D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDE19D, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDE19D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDE19D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDE19D, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDE19D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDE19D;
-webkit-box-shadow: 1px 1px 3px 2px #EDE19D;
box-shadow: 1px 1px 3px 2px #EDE19D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDE19D; -webkit-box-shadow: 1px 1px 3px 2px #EDE19D; box-shadow:1px 1px 3px 2px #EDE19D;">
Div content here
</div>
This text has color #EDE19D on black background.
This text has color #EDE19D on white background.
This text has black color on #EDE19D background.
This text has white color on #EDE19D background.
Complementary color for #hex is #121E62.