Shades of Golden Fizz #E8F02C
Tints of Golden Fizz #E8F02C
RGB
CMYK
RGB Variations
Color information
#E8F02C (or 0xE8F02C) is known color: Golden Fizz. HEX triplet: E8, F0 and 2C. RGB value is (232,240,44). Sum of RGB (Red+Green+Blue) = 232+240+44=516 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.96% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 44 (17.58% from 255 or 8.53% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #E8F02C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F02C is #170FD3. Grayscale: #D8D8D8. Windows color (decimal): -1511380 or 2945256. OLE color: 2945256.
HSL color Cylindrical-coordinate representation of color #E8F02C: hue angle of 62.45º 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 #E8F02C is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 240 | 44 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.06 |
| HSL | 62.45º | 0.87% | 0.56% | - |
| HSV(B) | 62.45º | 0.82% | 0.94% | - |
| XYZ | 64.89 | 79.66 | 14.34 | - |
| YUV | 215.26 | 31.35 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 240 | 44 | 0.03 | 0 | 0.82 | 0.06 | 62.45 | 0.87 | 0.56 |
| Hex | E8 | F0 | 2C | 3 | 0 | 52 | 6 | 3E | 57 | 38 |
| Octal | 350 | 360 | 54 | 3 | 0 | 122 | 6 | 76 | 127 | 70 |
| Binary | 11101000 | 11110000 | 101100 | 11 | 0 | 1010010 | 110 | 111110 | 1010111 | 111000 |
Color Harmonies of #E8F02C
Complementary color
Monochromatic Colors of #E8F02C
Black with #E8F02C
Text Example
Text Example
White with #E8F02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F02C; }
p { color: rgb(232,240,44); }
H1.HeaderClassName
{
color: #E8F02C;
}
.AnyTagClassName
{
color: #E8F02C;
}
</style>
background-color css
<style>
a { background-color: #E8F02C; }
a { background-color: rgb(232,240,44); }
div.DivClassName
{
background-color: #E8F02C;
}
.BgClassName
{
background-color: #E8F02C;
}
</style>
border-color css
<style>
span { border-color: #E8F02C; }
span { border-color: rgb(232,240,44); }
td.TdClassName
{
border-color: #E8F02C;
}
.TagClassName
{
border-color: #E8F02C;
}
</style>