Shades of Golden Fizz #EDF02A
Tints of Golden Fizz #EDF02A
RGB
CMYK
RGB Variations
Color information
#EDF02A (or 0xEDF02A) is known color: Golden Fizz. HEX triplet: ED, F0 and 2A. RGB value is (237,240,42). Sum of RGB (Red+Green+Blue) = 237+240+42=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 42 (16.80% from 255 or 8.09% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF02A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF02A is #120FD5. Grayscale: #D9D9D9. Windows color (decimal): -1183702 or 2814189. OLE color: 2814189.
HSL color Cylindrical-coordinate representation of color #EDF02A: hue angle of 60.91º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDF02A is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 42 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.06 |
| HSL | 60.91º | 0.87% | 0.55% | - |
| HSV(B) | 60.91º | 0.83% | 0.94% | - |
| XYZ | 66.5 | 80.49 | 14.22 | - |
| YUV | 216.53 | 29.51 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 42 | 0.01 | 0 | 0.82 | 0.06 | 60.91 | 0.87 | 0.55 |
| Hex | ED | F0 | 2A | 1 | 0 | 52 | 6 | 3D | 57 | 37 |
| Octal | 355 | 360 | 52 | 1 | 0 | 122 | 6 | 75 | 127 | 67 |
| Binary | 11101101 | 11110000 | 101010 | 1 | 0 | 1010010 | 110 | 111101 | 1010111 | 110111 |
Color Harmonies of #EDF02A
Complementary color
Monochromatic Colors of #EDF02A
Black with #EDF02A
Text Example
Text Example
White with #EDF02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF02A; }
p { color: rgb(237,240,42); }
H1.HeaderClassName
{
color: #EDF02A;
}
.AnyTagClassName
{
color: #EDF02A;
}
</style>
background-color css
<style>
a { background-color: #EDF02A; }
a { background-color: rgb(237,240,42); }
div.DivClassName
{
background-color: #EDF02A;
}
.BgClassName
{
background-color: #EDF02A;
}
</style>
border-color css
<style>
span { border-color: #EDF02A; }
span { border-color: rgb(237,240,42); }
td.TdClassName
{
border-color: #EDF02A;
}
.TagClassName
{
border-color: #EDF02A;
}
</style>