Shades of Golden Fizz #E8F01E
Tints of Golden Fizz #E8F01E
RGB
CMYK
RGB Variations
Color information
#E8F01E (or 0xE8F01E) is known color: Golden Fizz. HEX triplet: E8, F0 and 1E. RGB value is (232,240,30). Sum of RGB (Red+Green+Blue) = 232+240+30=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 30 (12.11% from 255 or 5.98% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #E8F01E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F01E is #170FE1. Grayscale: #D6D6D6. Windows color (decimal): -1511394 or 2027752. OLE color: 2027752.
HSL color Cylindrical-coordinate representation of color #E8F01E: hue angle of 62.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E8F01E is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 240 | 30 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.06 |
| HSL | 62.29º | 0.88% | 0.53% | - |
| HSV(B) | 62.29º | 0.88% | 0.94% | - |
| XYZ | 64.67 | 79.57 | 13.18 | - |
| YUV | 213.67 | 24.35 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 240 | 30 | 0.03 | 0 | 0.87 | 0.06 | 62.29 | 0.88 | 0.53 |
| Hex | E8 | F0 | 1E | 3 | 0 | 57 | 6 | 3E | 58 | 35 |
| Octal | 350 | 360 | 36 | 3 | 0 | 127 | 6 | 76 | 130 | 65 |
| Binary | 11101000 | 11110000 | 11110 | 11 | 0 | 1010111 | 110 | 111110 | 1011000 | 110101 |
Color Harmonies of #E8F01E
Complementary color
Monochromatic Colors of #E8F01E
Black with #E8F01E
Text Example
Text Example
White with #E8F01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F01E; }
p { color: rgb(232,240,30); }
H1.HeaderClassName
{
color: #E8F01E;
}
.AnyTagClassName
{
color: #E8F01E;
}
</style>
background-color css
<style>
a { background-color: #E8F01E; }
a { background-color: rgb(232,240,30); }
div.DivClassName
{
background-color: #E8F01E;
}
.BgClassName
{
background-color: #E8F01E;
}
</style>
border-color css
<style>
span { border-color: #E8F01E; }
span { border-color: rgb(232,240,30); }
td.TdClassName
{
border-color: #E8F01E;
}
.TagClassName
{
border-color: #E8F01E;
}
</style>