HEX: #EDD548
RGB: (237,213,72)
#EDD548 contains mainly red and green colors. Web safe color of #EDD548 is #FFCC33 (or #FC3).
#EDD548 color RGB value is (237,213,72).
RGB: (237,213,72)
(93%, 84%, 28%)
R 237 of 255 = 93%
G 213 of 255 = 84%
B 72 of 255 = 28%
R + G + B ~ 68%. #EDD548 is quite light color.
R + G + B = 237 + 213 + 72 = 522 (100%)
R 237 of 522 ~ 45.4%
G 213 of 522 ~ 40.8%
B 72 of 522 ~ 13.79'%
#EDD548 color CMYK value is (0,10,70,7).
CMYK: (0,10,70,7)
C0M10Y70K7 (0%, 10%, 70%, 7%)
(0.00 / 0.10 / 0.70 / 0.07)
Color #EDD548 in popluar color models
ED | D5 | 48 | |
---|---|---|---|
RGB | 237 | 213 | 72 |
HSL | 51° | 82.09% | 60.59% |
HSB/HSV | 51° | 69.62% | 92.94% |
CMYK | 0.00% | 10.13% | 69.62% |
7.06% |
Color #EDD548 in popluar number systems.
HEX | ED | D5 | 48 |
Decimal | 237 | 213 | 72 |
Binary | 11101101 | 11010101 | 1001000 |
Octal | 355 | 325 | 110 |
Shades of #EDD548
Tints of #EDD548
Examples of css and html codes for elements with #EDD548 color. Also use rgb(237,213,72) instead hex code.
.myTextColor { color: #EDD548; }
<p style="color:#EDD548">This sample text font color is #EDD548.</p>
This text font color is #EDD548.
.myBgColor { background-color: #EDD548; }
<div style="background-color:#EDD548">Inner text</div>
This div background color is #EDD548.
.myBorderColor { border: 1px solid #EDD548; }
<div style="border:3px solid #EDD548">Div</div>
This div border color is #EDD548.
.myOpacity80 { color: #EDD548; opacity: 0.8; }
<p style="color:#EDD548;opacity:0.8;">80%</p>
Text with #EDD548 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDD548;}
<p style="text-shadow: 3px 3px 1px #EDD548">Text here.</p>
This text has shadow with #EDD548 color.
.textShadow {text-shadow: 3px 3px 1px #EDD548', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDD548, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDD548 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDD548, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDD548, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDD548 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDD548;
-webkit-box-shadow: 1px 1px 3px 2px #EDD548;
box-shadow: 1px 1px 3px 2px #EDD548;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDD548; -webkit-box-shadow: 1px 1px 3px 2px #EDD548; box-shadow:1px 1px 3px 2px #EDD548;">
Div content here
</div>
This text has color #EDD548 on black background.
This text has color #EDD548 on white background.
This text has black color on #EDD548 background.
This text has white color on #EDD548 background.
Complementary color for #hex is #122AB7.