Shades of Golden Fizz #E8F11F
Tints of Golden Fizz #E8F11F
RGB
CMYK
RGB Variations
Color information
#E8F11F (or 0xE8F11F) is known color: Golden Fizz. HEX triplet: E8, F1 and 1F. RGB value is (232,241,31). Sum of RGB (Red+Green+Blue) = 232+241+31=504 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.03% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 31 (12.5% from 255 or 6.15% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F11F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F11F is #170EE0. Grayscale: #D7D7D7. Windows color (decimal): -1511137 or 2093544. OLE color: 2093544.
HSL color Cylindrical-coordinate representation of color #E8F11F: hue angle of 62.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E8F11F is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 241 | 31 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.05 |
| HSL | 62.57º | 0.88% | 0.53% | - |
| HSV(B) | 62.57º | 0.87% | 0.95% | - |
| XYZ | 64.98 | 80.17 | 13.34 | - |
| YUV | 214.37 | 24.52 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 241 | 31 | 0.04 | 0 | 0.87 | 0.05 | 62.57 | 0.88 | 0.53 |
| Hex | E8 | F1 | 1F | 4 | 0 | 57 | 5 | 3F | 58 | 35 |
| Octal | 350 | 361 | 37 | 4 | 0 | 127 | 5 | 77 | 130 | 65 |
| Binary | 11101000 | 11110001 | 11111 | 100 | 0 | 1010111 | 101 | 111111 | 1011000 | 110101 |
Color Harmonies of #E8F11F
Complementary color
Monochromatic Colors of #E8F11F
Black with #E8F11F
Text Example
Text Example
White with #E8F11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F11F; }
p { color: rgb(232,241,31); }
H1.HeaderClassName
{
color: #E8F11F;
}
.AnyTagClassName
{
color: #E8F11F;
}
</style>
background-color css
<style>
a { background-color: #E8F11F; }
a { background-color: rgb(232,241,31); }
div.DivClassName
{
background-color: #E8F11F;
}
.BgClassName
{
background-color: #E8F11F;
}
</style>
border-color css
<style>
span { border-color: #E8F11F; }
span { border-color: rgb(232,241,31); }
td.TdClassName
{
border-color: #E8F11F;
}
.TagClassName
{
border-color: #E8F11F;
}
</style>