Shades of Golden Fizz #EDDC24
Tints of Golden Fizz #EDDC24
RGB
CMYK
RGB Variations
Color information
#EDDC24 (or 0xEDDC24) is known color: Golden Fizz. HEX triplet: ED, DC and 24. RGB value is (237,220,36). Sum of RGB (Red+Green+Blue) = 237+220+36=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 36 (14.45% from 255 or 7.30% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC24 is #1223DB. Grayscale: #CCCCCC. Windows color (decimal): -1188828 or 2415853. OLE color: 2415853.
HSL color Cylindrical-coordinate representation of color #EDDC24: hue angle of 54.93º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDDC24 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 36 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.07 |
| HSL | 54.93º | 0.85% | 0.54% | - |
| HSV(B) | 54.93º | 0.85% | 0.93% | - |
| XYZ | 60.84 | 69.32 | 11.84 | - |
| YUV | 204.11 | 33.13 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 36 | 0 | 0.07 | 0.85 | 0.07 | 54.93 | 0.85 | 0.54 |
| Hex | ED | DC | 24 | 0 | 7 | 55 | 7 | 37 | 55 | 36 |
| Octal | 355 | 334 | 44 | 0 | 7 | 125 | 7 | 67 | 125 | 66 |
| Binary | 11101101 | 11011100 | 100100 | 0 | 111 | 1010101 | 111 | 110111 | 1010101 | 110110 |
Color Harmonies of #EDDC24
Complementary color
Monochromatic Colors of #EDDC24
Black with #EDDC24
Text Example
Text Example
White with #EDDC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC24; }
p { color: rgb(237,220,36); }
H1.HeaderClassName
{
color: #EDDC24;
}
.AnyTagClassName
{
color: #EDDC24;
}
</style>
background-color css
<style>
a { background-color: #EDDC24; }
a { background-color: rgb(237,220,36); }
div.DivClassName
{
background-color: #EDDC24;
}
.BgClassName
{
background-color: #EDDC24;
}
</style>
border-color css
<style>
span { border-color: #EDDC24; }
span { border-color: rgb(237,220,36); }
td.TdClassName
{
border-color: #EDDC24;
}
.TagClassName
{
border-color: #EDDC24;
}
</style>