HEX: #EDD57C
RGB: (237,213,124)
#EDD57C contains mainly red and green colors. #EDD57C ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.
#EDD57C color RGB value is (237,213,124).
RGB: (237,213,124)
(93%, 84%, 49%)
R 237 of 255 = 93%
G 213 of 255 = 84%
B 124 of 255 = 49%
R + G + B ~ 75%. #EDD57C is quite light color.
R + G + B = 237 + 213 + 124 = 574 (100%)
R 237 of 574 ~ 41.29%
G 213 of 574 ~ 37.11%
B 124 of 574 ~ 21.6'%
#EDD57C rengi CMYK tonu (0,10,48,7).
CMYK: (0,10,48,7)
C0M10Y48K7 (0%, 10%, 48%, 7%)
(0.00 / 0.10 / 0.48 / 0.07)
Color #EDD57C in popluar color models
ED | D5 | 7C | |
---|---|---|---|
RGB | 237 | 213 | 124 |
HSL | 47° | 75.84% | 70.78% |
HSB/HSV | 47° | 47.68% | 92.94% |
CMYK | 0.00% | 10.13% | 47.68% |
7.06% |
Color #EDD57C in popluar number systems.
HEX | ED | D5 | 7C |
Decimal | 237 | 213 | 124 |
Binary | 11101101 | 11010101 | 1111100 |
Octal | 355 | 325 | 174 |
Shades of #EDD57C
Tints of #EDD57C
Examples of css and html codes for elements with #EDD57C color. Also use rgb(237,213,124) instead hex code.
.myTextColor { color: #EDD57C; }
<p style="color:#EDD57C">This sample text font color is #EDD57C.</p>
This text font color is #EDD57C.
.myBgColor { background-color: #EDD57C; }
<div style="background-color:#EDD57C">Inner text</div>
This div background color is #EDD57C.
.myBorderColor { border: 1px solid #EDD57C; }
<div style="border:3px solid #EDD57C">Div</div>
This div border color is #EDD57C.
.myOpacity80 { color: #EDD57C; opacity: 0.8; }
<p style="color:#EDD57C;opacity:0.8;">80%</p>
Text with #EDD57C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDD57C;}
<p style="text-shadow: 3px 3px 1px #EDD57C">Text here.</p>
This text has shadow with #EDD57C color.
.textShadow {text-shadow: 3px 3px 1px #EDD57C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDD57C, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDD57C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDD57C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDD57C, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDD57C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDD57C;
-webkit-box-shadow: 1px 1px 3px 2px #EDD57C;
box-shadow: 1px 1px 3px 2px #EDD57C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDD57C; -webkit-box-shadow: 1px 1px 3px 2px #EDD57C; box-shadow:1px 1px 3px 2px #EDD57C;">
Div content here
</div>
This text has color #EDD57C on black background.
This text has color #EDD57C on white background.
This text has black color on #EDD57C background.
This text has white color on #EDD57C background.
Complementary color for #hex is #122A83.