HEX: #EDD17D
RGB: (237,209,125)
#EDD17D contains mainly red and green colors. #EDD17D ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.
#EDD17D color RGB value is (237,209,125).
RGB: (237,209,125)
(93%, 82%, 49%)
R 237 of 255 = 93%
G 209 of 255 = 82%
B 125 of 255 = 49%
R + G + B ~ 75%. #EDD17D is quite light color.
R + G + B = 237 + 209 + 125 = 571 (100%)
R 237 of 571 ~ 41.51%
G 209 of 571 ~ 36.6%
B 125 of 571 ~ 21.89'%
#EDD17D rengi CMYK tonu (0,12,47,7).
CMYK: (0,12,47,7)
C0M12Y47K7 (0%, 12%, 47%, 7%)
(0.00 / 0.12 / 0.47 / 0.07)
Color #EDD17D in popluar color models
ED | D1 | 7D | |
---|---|---|---|
RGB | 237 | 209 | 125 |
HSL | 45° | 75.68% | 70.98% |
HSB/HSV | 45° | 47.26% | 92.94% |
CMYK | 0.00% | 11.81% | 47.26% |
7.06% |
Color #EDD17D in popluar number systems.
HEX | ED | D1 | 7D |
Decimal | 237 | 209 | 125 |
Binary | 11101101 | 11010001 | 1111101 |
Octal | 355 | 321 | 175 |
Shades of #EDD17D
Tints of #EDD17D
Examples of css and html codes for elements with #EDD17D color. Also use rgb(237,209,125) instead hex code.
.myTextColor { color: #EDD17D; }
<p style="color:#EDD17D">This sample text font color is #EDD17D.</p>
This text font color is #EDD17D.
.myBgColor { background-color: #EDD17D; }
<div style="background-color:#EDD17D">Inner text</div>
This div background color is #EDD17D.
.myBorderColor { border: 1px solid #EDD17D; }
<div style="border:3px solid #EDD17D">Div</div>
This div border color is #EDD17D.
.myOpacity80 { color: #EDD17D; opacity: 0.8; }
<p style="color:#EDD17D;opacity:0.8;">80%</p>
Text with #EDD17D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDD17D;}
<p style="text-shadow: 3px 3px 1px #EDD17D">Text here.</p>
This text has shadow with #EDD17D color.
.textShadow {text-shadow: 3px 3px 1px #EDD17D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDD17D, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDD17D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDD17D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDD17D, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDD17D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDD17D;
-webkit-box-shadow: 1px 1px 3px 2px #EDD17D;
box-shadow: 1px 1px 3px 2px #EDD17D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDD17D; -webkit-box-shadow: 1px 1px 3px 2px #EDD17D; box-shadow:1px 1px 3px 2px #EDD17D;">
Div content here
</div>
This text has color #EDD17D on black background.
This text has color #EDD17D on white background.
This text has black color on #EDD17D background.
This text has white color on #EDD17D background.
Complementary color for #hex is #122E82.