Shades of Energy Yellow #EDD949
Tints of Energy Yellow #EDD949
RGB
CMYK
RGB Variations
Color information
#EDD949 (or 0xEDD949) is known color: Energy Yellow. HEX triplet: ED, D9 and 49. RGB value is (237,217,73). Sum of RGB (Red+Green+Blue) = 237+217+73=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 73 (28.91% from 255 or 13.85% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD949 is #1226B6. Grayscale: #CFCFCF. Windows color (decimal): -1189559 or 4839917. OLE color: 4839917.
HSL color Cylindrical-coordinate representation of color #EDD949: hue angle of 52.68º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDD949 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 73 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.07 |
| HSL | 52.68º | 0.82% | 0.61% | - |
| HSV(B) | 52.68º | 0.69% | 0.93% | - |
| XYZ | 60.94 | 68.11 | 16.24 | - |
| YUV | 206.56 | 52.63 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 73 | 0 | 0.08 | 0.69 | 0.07 | 52.68 | 0.82 | 0.61 |
| Hex | ED | D9 | 49 | 0 | 8 | 45 | 7 | 35 | 52 | 3D |
| Octal | 355 | 331 | 111 | 0 | 10 | 105 | 7 | 65 | 122 | 75 |
| Binary | 11101101 | 11011001 | 1001001 | 0 | 1000 | 1000101 | 111 | 110101 | 1010010 | 111101 |
Color Harmonies of #EDD949
Complementary color
Monochromatic Colors of #EDD949
Black with #EDD949
Text Example
Text Example
White with #EDD949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD949; }
p { color: rgb(237,217,73); }
H1.HeaderClassName
{
color: #EDD949;
}
.AnyTagClassName
{
color: #EDD949;
}
</style>
background-color css
<style>
a { background-color: #EDD949; }
a { background-color: rgb(237,217,73); }
div.DivClassName
{
background-color: #EDD949;
}
.BgClassName
{
background-color: #EDD949;
}
</style>
border-color css
<style>
span { border-color: #EDD949; }
span { border-color: rgb(237,217,73); }
td.TdClassName
{
border-color: #EDD949;
}
.TagClassName
{
border-color: #EDD949;
}
</style>