Shades of Golden Fizz #EDF422
Tints of Golden Fizz #EDF422
RGB
CMYK
RGB Variations
Color information
#EDF422 (or 0xEDF422) is known color: Golden Fizz. HEX triplet: ED, F4 and 22. RGB value is (237,244,34). Sum of RGB (Red+Green+Blue) = 237+244+34=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 244 (95.70% from 255 or 47.38% from 515); Blue value is 34 (13.67% from 255 or 6.60% from 515); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF422 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF422 is #120BDD. Grayscale: #DADADA. Windows color (decimal): -1182686 or 2290925. OLE color: 2290925.
HSL color Cylindrical-coordinate representation of color #EDF422: hue angle of 62º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDF422 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 34 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.04 |
| HSL | 62º | 0.91% | 0.55% | - |
| HSV(B) | 62º | 0.86% | 0.96% | - |
| XYZ | 67.56 | 82.82 | 13.94 | - |
| YUV | 217.97 | 24.18 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 34 | 0.03 | 0 | 0.86 | 0.04 | 62 | 0.91 | 0.55 |
| Hex | ED | F4 | 22 | 3 | 0 | 56 | 4 | 3E | 5B | 37 |
| Octal | 355 | 364 | 42 | 3 | 0 | 126 | 4 | 76 | 133 | 67 |
| Binary | 11101101 | 11110100 | 100010 | 11 | 0 | 1010110 | 100 | 111110 | 1011011 | 110111 |
Color Harmonies of #EDF422
Complementary color
Monochromatic Colors of #EDF422
Black with #EDF422
Text Example
Text Example
White with #EDF422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF422; }
p { color: rgb(237,244,34); }
H1.HeaderClassName
{
color: #EDF422;
}
.AnyTagClassName
{
color: #EDF422;
}
</style>
background-color css
<style>
a { background-color: #EDF422; }
a { background-color: rgb(237,244,34); }
div.DivClassName
{
background-color: #EDF422;
}
.BgClassName
{
background-color: #EDF422;
}
</style>
border-color css
<style>
span { border-color: #EDF422; }
span { border-color: rgb(237,244,34); }
td.TdClassName
{
border-color: #EDF422;
}
.TagClassName
{
border-color: #EDF422;
}
</style>