Shades of Golden Fizz #E9F02C
Tints of Golden Fizz #E9F02C
RGB
CMYK
RGB Variations
Color information
#E9F02C (or 0xE9F02C) is known color: Golden Fizz. HEX triplet: E9, F0 and 2C. RGB value is (233,240,44). Sum of RGB (Red+Green+Blue) = 233+240+44=517 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.07% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 44 (17.58% from 255 or 8.51% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #E9F02C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9F02C is #160FD3. Grayscale: #D8D8D8. Windows color (decimal): -1445844 or 2945257. OLE color: 2945257.
HSL color Cylindrical-coordinate representation of color #E9F02C: hue angle of 62.14º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E9F02C is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 240 | 44 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.06 |
| HSL | 62.14º | 0.87% | 0.56% | - |
| HSV(B) | 62.14º | 0.82% | 0.94% | - |
| XYZ | 65.22 | 79.83 | 14.35 | - |
| YUV | 215.56 | 31.18 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 240 | 44 | 0.03 | 0 | 0.82 | 0.06 | 62.14 | 0.87 | 0.56 |
| Hex | E9 | F0 | 2C | 3 | 0 | 52 | 6 | 3E | 57 | 38 |
| Octal | 351 | 360 | 54 | 3 | 0 | 122 | 6 | 76 | 127 | 70 |
| Binary | 11101001 | 11110000 | 101100 | 11 | 0 | 1010010 | 110 | 111110 | 1010111 | 111000 |
Color Harmonies of #E9F02C
Complementary color
Monochromatic Colors of #E9F02C
Black with #E9F02C
Text Example
Text Example
White with #E9F02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F02C; }
p { color: rgb(233,240,44); }
H1.HeaderClassName
{
color: #E9F02C;
}
.AnyTagClassName
{
color: #E9F02C;
}
</style>
background-color css
<style>
a { background-color: #E9F02C; }
a { background-color: rgb(233,240,44); }
div.DivClassName
{
background-color: #E9F02C;
}
.BgClassName
{
background-color: #E9F02C;
}
</style>
border-color css
<style>
span { border-color: #E9F02C; }
span { border-color: rgb(233,240,44); }
td.TdClassName
{
border-color: #E9F02C;
}
.TagClassName
{
border-color: #E9F02C;
}
</style>