HEX: #EDE59F
RGB: (237,229,159)
#EDE59F contains mainly red and green colors. #EDE59F ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.
#EDE59F color RGB value is (237,229,159).
RGB: (237,229,159)
(93%, 90%, 62%)
R 237 of 255 = 93%
G 229 of 255 = 90%
B 159 of 255 = 62%
R + G + B ~ 82%. #EDE59F is quite light color.
R + G + B = 237 + 229 + 159 = 625 (100%)
R 237 of 625 ~ 37.92%
G 229 of 625 ~ 36.64%
B 159 of 625 ~ 25.44'%
#EDE59F rengi CMYK tonu (0,3,33,7).
CMYK: (0,3,33,7)
C0M3Y33K7 (0%, 3%, 33%, 7%)
(0.00 / 0.03 / 0.33 / 0.07)
Color #EDE59F in popluar color models
ED | E5 | 9F | |
---|---|---|---|
RGB | 237 | 229 | 159 |
HSL | 54° | 68.42% | 77.65% |
HSB/HSV | 54° | 32.91% | 92.94% |
CMYK | 0.00% | 3.38% | 32.91% |
7.06% |
Color #EDE59F in popluar number systems.
HEX | ED | E5 | 9F |
Decimal | 237 | 229 | 159 |
Binary | 11101101 | 11100101 | 10011111 |
Octal | 355 | 345 | 237 |
Shades of #EDE59F
Tints of #EDE59F
Examples of css and html codes for elements with #EDE59F color. Also use rgb(237,229,159) instead hex code.
.myTextColor { color: #EDE59F; }
<p style="color:#EDE59F">This sample text font color is #EDE59F.</p>
This text font color is #EDE59F.
.myBgColor { background-color: #EDE59F; }
<div style="background-color:#EDE59F">Inner text</div>
This div background color is #EDE59F.
.myBorderColor { border: 1px solid #EDE59F; }
<div style="border:3px solid #EDE59F">Div</div>
This div border color is #EDE59F.
.myOpacity80 { color: #EDE59F; opacity: 0.8; }
<p style="color:#EDE59F;opacity:0.8;">80%</p>
Text with #EDE59F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDE59F;}
<p style="text-shadow: 3px 3px 1px #EDE59F">Text here.</p>
This text has shadow with #EDE59F color.
.textShadow {text-shadow: 3px 3px 1px #EDE59F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDE59F, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDE59F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDE59F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDE59F, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDE59F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDE59F;
-webkit-box-shadow: 1px 1px 3px 2px #EDE59F;
box-shadow: 1px 1px 3px 2px #EDE59F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDE59F; -webkit-box-shadow: 1px 1px 3px 2px #EDE59F; box-shadow:1px 1px 3px 2px #EDE59F;">
Div content here
</div>
This text has color #EDE59F on black background.
This text has color #EDE59F on white background.
This text has black color on #EDE59F background.
This text has white color on #EDE59F background.
Complementary color for #hex is #121A60.