Shades of Golden Fizz #EDF024
Tints of Golden Fizz #EDF024
RGB
CMYK
RGB Variations
Color information
#EDF024 (or 0xEDF024) is known color: Golden Fizz. HEX triplet: ED, F0 and 24. RGB value is (237,240,36). Sum of RGB (Red+Green+Blue) = 237+240+36=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 36 (14.45% from 255 or 7.02% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF024 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF024 is #120FDB. Grayscale: #D8D8D8. Windows color (decimal): -1183708 or 2420973. OLE color: 2420973.
HSL color Cylindrical-coordinate representation of color #EDF024: hue angle of 60.88º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDF024 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 36 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.06 |
| HSL | 60.88º | 0.87% | 0.54% | - |
| HSV(B) | 60.88º | 0.85% | 0.94% | - |
| XYZ | 66.4 | 80.45 | 13.7 | - |
| YUV | 215.85 | 26.51 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 36 | 0.01 | 0 | 0.85 | 0.06 | 60.88 | 0.87 | 0.54 |
| Hex | ED | F0 | 24 | 1 | 0 | 55 | 6 | 3D | 57 | 36 |
| Octal | 355 | 360 | 44 | 1 | 0 | 125 | 6 | 75 | 127 | 66 |
| Binary | 11101101 | 11110000 | 100100 | 1 | 0 | 1010101 | 110 | 111101 | 1010111 | 110110 |
Color Harmonies of #EDF024
Complementary color
Monochromatic Colors of #EDF024
Black with #EDF024
Text Example
Text Example
White with #EDF024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF024; }
p { color: rgb(237,240,36); }
H1.HeaderClassName
{
color: #EDF024;
}
.AnyTagClassName
{
color: #EDF024;
}
</style>
background-color css
<style>
a { background-color: #EDF024; }
a { background-color: rgb(237,240,36); }
div.DivClassName
{
background-color: #EDF024;
}
.BgClassName
{
background-color: #EDF024;
}
</style>
border-color css
<style>
span { border-color: #EDF024; }
span { border-color: rgb(237,240,36); }
td.TdClassName
{
border-color: #EDF024;
}
.TagClassName
{
border-color: #EDF024;
}
</style>