HEX: #EDDD99
RGB: (237,221,153)
#EDDD99 contains mainly red and green colors. #EDDD99 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.
#EDDD99 color RGB value is (237,221,153).
RGB: (237,221,153)
(93%, 87%, 60%)
R 237 of 255 = 93%
G 221 of 255 = 87%
B 153 of 255 = 60%
R + G + B ~ 80%. #EDDD99 is quite light color.
R + G + B = 237 + 221 + 153 = 611 (100%)
R 237 of 611 ~ 38.79%
G 221 of 611 ~ 36.17%
B 153 of 611 ~ 25.04'%
#EDDD99 rengi CMYK tonu (0,7,35,7).
CMYK: (0,7,35,7)
C0M7Y35K7 (0%, 7%, 35%, 7%)
(0.00 / 0.07 / 0.35 / 0.07)
Color #EDDD99 in popluar color models
ED | DD | 99 | |
---|---|---|---|
RGB | 237 | 221 | 153 |
HSL | 49° | 70.00% | 76.47% |
HSB/HSV | 49° | 35.44% | 92.94% |
CMYK | 0.00% | 6.75% | 35.44% |
7.06% |
Color #EDDD99 in popluar number systems.
HEX | ED | DD | 99 |
Decimal | 237 | 221 | 153 |
Binary | 11101101 | 11011101 | 10011001 |
Octal | 355 | 335 | 231 |
Shades of #EDDD99
Tints of #EDDD99
Examples of css and html codes for elements with #EDDD99 color. Also use rgb(237,221,153) instead hex code.
.myTextColor { color: #EDDD99; }
<p style="color:#EDDD99">This sample text font color is #EDDD99.</p>
This text font color is #EDDD99.
.myBgColor { background-color: #EDDD99; }
<div style="background-color:#EDDD99">Inner text</div>
This div background color is #EDDD99.
.myBorderColor { border: 1px solid #EDDD99; }
<div style="border:3px solid #EDDD99">Div</div>
This div border color is #EDDD99.
.myOpacity80 { color: #EDDD99; opacity: 0.8; }
<p style="color:#EDDD99;opacity:0.8;">80%</p>
Text with #EDDD99 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDDD99;}
<p style="text-shadow: 3px 3px 1px #EDDD99">Text here.</p>
This text has shadow with #EDDD99 color.
.textShadow {text-shadow: 3px 3px 1px #EDDD99', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDDD99, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDDD99 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDDD99, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDDD99, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDDD99 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDDD99;
-webkit-box-shadow: 1px 1px 3px 2px #EDDD99;
box-shadow: 1px 1px 3px 2px #EDDD99;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDDD99; -webkit-box-shadow: 1px 1px 3px 2px #EDDD99; box-shadow:1px 1px 3px 2px #EDDD99;">
Div content here
</div>
This text has color #EDDD99 on black background.
This text has color #EDDD99 on white background.
This text has black color on #EDDD99 background.
This text has white color on #EDDD99 background.
Complementary color for #hex is #122266.