Shades of Golden Fizz #EDE124
Tints of Golden Fizz #EDE124
RGB
CMYK
RGB Variations
Color information
#EDE124 (or 0xEDE124) is known color: Golden Fizz. HEX triplet: ED, E1 and 24. RGB value is (237,225,36). Sum of RGB (Red+Green+Blue) = 237+225+36=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 36 (14.45% from 255 or 7.23% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE124 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE124 is #121EDB. Grayscale: #CFCFCF. Windows color (decimal): -1187548 or 2417133. OLE color: 2417133.
HSL color Cylindrical-coordinate representation of color #EDE124: hue angle of 56.42º 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 #EDE124 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 36 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.07 |
| HSL | 56.42º | 0.85% | 0.54% | - |
| HSV(B) | 56.42º | 0.85% | 0.93% | - |
| XYZ | 62.17 | 71.98 | 12.29 | - |
| YUV | 207.04 | 31.48 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 36 | 0 | 0.05 | 0.85 | 0.07 | 56.42 | 0.85 | 0.54 |
| Hex | ED | E1 | 24 | 0 | 5 | 55 | 7 | 38 | 55 | 36 |
| Octal | 355 | 341 | 44 | 0 | 5 | 125 | 7 | 70 | 125 | 66 |
| Binary | 11101101 | 11100001 | 100100 | 0 | 101 | 1010101 | 111 | 111000 | 1010101 | 110110 |
Color Harmonies of #EDE124
Complementary color
Monochromatic Colors of #EDE124
Black with #EDE124
Text Example
Text Example
White with #EDE124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE124; }
p { color: rgb(237,225,36); }
H1.HeaderClassName
{
color: #EDE124;
}
.AnyTagClassName
{
color: #EDE124;
}
</style>
background-color css
<style>
a { background-color: #EDE124; }
a { background-color: rgb(237,225,36); }
div.DivClassName
{
background-color: #EDE124;
}
.BgClassName
{
background-color: #EDE124;
}
</style>
border-color css
<style>
span { border-color: #EDE124; }
span { border-color: rgb(237,225,36); }
td.TdClassName
{
border-color: #EDE124;
}
.TagClassName
{
border-color: #EDE124;
}
</style>