Shades of Golden Fizz #EDF022
Tints of Golden Fizz #EDF022
RGB
CMYK
RGB Variations
Color information
#EDF022 (or 0xEDF022) is known color: Golden Fizz. HEX triplet: ED, F0 and 22. RGB value is (237,240,34). Sum of RGB (Red+Green+Blue) = 237+240+34=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 34 (13.67% from 255 or 6.65% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF022 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF022 is #120FDD. Grayscale: #D8D8D8. Windows color (decimal): -1183710 or 2289901. OLE color: 2289901.
HSL color Cylindrical-coordinate representation of color #EDF022: hue angle of 60.87º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDF022 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 34 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.06 |
| HSL | 60.87º | 0.87% | 0.54% | - |
| HSV(B) | 60.87º | 0.86% | 0.94% | - |
| XYZ | 66.37 | 80.44 | 13.54 | - |
| YUV | 215.62 | 25.51 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 34 | 0.01 | 0 | 0.86 | 0.06 | 60.87 | 0.87 | 0.54 |
| Hex | ED | F0 | 22 | 1 | 0 | 56 | 6 | 3D | 57 | 36 |
| Octal | 355 | 360 | 42 | 1 | 0 | 126 | 6 | 75 | 127 | 66 |
| Binary | 11101101 | 11110000 | 100010 | 1 | 0 | 1010110 | 110 | 111101 | 1010111 | 110110 |
Color Harmonies of #EDF022
Complementary color
Monochromatic Colors of #EDF022
Black with #EDF022
Text Example
Text Example
White with #EDF022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF022; }
p { color: rgb(237,240,34); }
H1.HeaderClassName
{
color: #EDF022;
}
.AnyTagClassName
{
color: #EDF022;
}
</style>
background-color css
<style>
a { background-color: #EDF022; }
a { background-color: rgb(237,240,34); }
div.DivClassName
{
background-color: #EDF022;
}
.BgClassName
{
background-color: #EDF022;
}
</style>
border-color css
<style>
span { border-color: #EDF022; }
span { border-color: rgb(237,240,34); }
td.TdClassName
{
border-color: #EDF022;
}
.TagClassName
{
border-color: #EDF022;
}
</style>