Shades of Golden Fizz #EDF02E
Tints of Golden Fizz #EDF02E
RGB
CMYK
RGB Variations
Color information
#EDF02E (or 0xEDF02E) is known color: Golden Fizz. HEX triplet: ED, F0 and 2E. RGB value is (237,240,46). Sum of RGB (Red+Green+Blue) = 237+240+46=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 46 (18.36% from 255 or 8.80% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF02E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF02E is #120FD1. Grayscale: #D9D9D9. Windows color (decimal): -1183698 or 3076333. OLE color: 3076333.
HSL color Cylindrical-coordinate representation of color #EDF02E: hue angle of 60.93º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDF02E is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 46 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.06 |
| HSL | 60.93º | 0.87% | 0.56% | - |
| HSV(B) | 60.93º | 0.81% | 0.94% | - |
| XYZ | 66.58 | 80.52 | 14.62 | - |
| YUV | 216.99 | 31.51 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 46 | 0.01 | 0 | 0.81 | 0.06 | 60.93 | 0.87 | 0.56 |
| Hex | ED | F0 | 2E | 1 | 0 | 51 | 6 | 3D | 57 | 38 |
| Octal | 355 | 360 | 56 | 1 | 0 | 121 | 6 | 75 | 127 | 70 |
| Binary | 11101101 | 11110000 | 101110 | 1 | 0 | 1010001 | 110 | 111101 | 1010111 | 111000 |
Color Harmonies of #EDF02E
Complementary color
Monochromatic Colors of #EDF02E
Black with #EDF02E
Text Example
Text Example
White with #EDF02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF02E; }
p { color: rgb(237,240,46); }
H1.HeaderClassName
{
color: #EDF02E;
}
.AnyTagClassName
{
color: #EDF02E;
}
</style>
background-color css
<style>
a { background-color: #EDF02E; }
a { background-color: rgb(237,240,46); }
div.DivClassName
{
background-color: #EDF02E;
}
.BgClassName
{
background-color: #EDF02E;
}
</style>
border-color css
<style>
span { border-color: #EDF02E; }
span { border-color: rgb(237,240,46); }
td.TdClassName
{
border-color: #EDF02E;
}
.TagClassName
{
border-color: #EDF02E;
}
</style>