HEX: #EDD598
RGB: (237,213,152)
#EDD598 contains mainly red and green colors. #EDD598 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.
#EDD598 color RGB value is (237,213,152).
RGB: (237,213,152)
(93%, 84%, 60%)
R 237 of 255 = 93%
G 213 of 255 = 84%
B 152 of 255 = 60%
R + G + B ~ 79%. #EDD598 is quite light color.
R + G + B = 237 + 213 + 152 = 602 (100%)
R 237 of 602 ~ 39.37%
G 213 of 602 ~ 35.38%
B 152 of 602 ~ 25.25'%
#EDD598 rengi CMYK tonu (0,10,36,7).
CMYK: (0,10,36,7)
C0M10Y36K7 (0%, 10%, 36%, 7%)
(0.00 / 0.10 / 0.36 / 0.07)
Color #EDD598 in popluar color models
ED | D5 | 98 | |
---|---|---|---|
RGB | 237 | 213 | 152 |
HSL | 43° | 70.25% | 76.27% |
HSB/HSV | 43° | 35.86% | 92.94% |
CMYK | 0.00% | 10.13% | 35.86% |
7.06% |
Color #EDD598 in popluar number systems.
HEX | ED | D5 | 98 |
Decimal | 237 | 213 | 152 |
Binary | 11101101 | 11010101 | 10011000 |
Octal | 355 | 325 | 230 |
Shades of #EDD598
Tints of #EDD598
Examples of css and html codes for elements with #EDD598 color. Also use rgb(237,213,152) instead hex code.
.myTextColor { color: #EDD598; }
<p style="color:#EDD598">This sample text font color is #EDD598.</p>
This text font color is #EDD598.
.myBgColor { background-color: #EDD598; }
<div style="background-color:#EDD598">Inner text</div>
This div background color is #EDD598.
.myBorderColor { border: 1px solid #EDD598; }
<div style="border:3px solid #EDD598">Div</div>
This div border color is #EDD598.
.myOpacity80 { color: #EDD598; opacity: 0.8; }
<p style="color:#EDD598;opacity:0.8;">80%</p>
Text with #EDD598 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDD598;}
<p style="text-shadow: 3px 3px 1px #EDD598">Text here.</p>
This text has shadow with #EDD598 color.
.textShadow {text-shadow: 3px 3px 1px #EDD598', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDD598, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDD598 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDD598, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDD598, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDD598 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDD598;
-webkit-box-shadow: 1px 1px 3px 2px #EDD598;
box-shadow: 1px 1px 3px 2px #EDD598;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDD598; -webkit-box-shadow: 1px 1px 3px 2px #EDD598; box-shadow:1px 1px 3px 2px #EDD598;">
Div content here
</div>
This text has color #EDD598 on black background.
This text has color #EDD598 on white background.
This text has black color on #EDD598 background.
This text has white color on #EDD598 background.
Complementary color for #hex is #122A67.