Shades of Golden Fizz #E8F132
Tints of Golden Fizz #E8F132
RGB
CMYK
RGB Variations
Color information
#E8F132 (or 0xE8F132) is known color: Golden Fizz. HEX triplet: E8, F1 and 32. RGB value is (232,241,50). Sum of RGB (Red+Green+Blue) = 232+241+50=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 50 (19.92% from 255 or 9.56% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F132 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F132 is #170ECD. Grayscale: #D9D9D9. Windows color (decimal): -1511118 or 3338728. OLE color: 3338728.
HSL color Cylindrical-coordinate representation of color #E8F132: hue angle of 62.83º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E8F132 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 241 | 50 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.05 |
| HSL | 62.83º | 0.87% | 0.57% | - |
| HSV(B) | 62.83º | 0.79% | 0.95% | - |
| XYZ | 65.31 | 80.3 | 15.07 | - |
| YUV | 216.54 | 34.02 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 241 | 50 | 0.04 | 0 | 0.79 | 0.05 | 62.83 | 0.87 | 0.57 |
| Hex | E8 | F1 | 32 | 4 | 0 | 4F | 5 | 3F | 57 | 39 |
| Octal | 350 | 361 | 62 | 4 | 0 | 117 | 5 | 77 | 127 | 71 |
| Binary | 11101000 | 11110001 | 110010 | 100 | 0 | 1001111 | 101 | 111111 | 1010111 | 111001 |
Color Harmonies of #E8F132
Complementary color
Monochromatic Colors of #E8F132
Black with #E8F132
Text Example
Text Example
White with #E8F132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F132; }
p { color: rgb(232,241,50); }
H1.HeaderClassName
{
color: #E8F132;
}
.AnyTagClassName
{
color: #E8F132;
}
</style>
background-color css
<style>
a { background-color: #E8F132; }
a { background-color: rgb(232,241,50); }
div.DivClassName
{
background-color: #E8F132;
}
.BgClassName
{
background-color: #E8F132;
}
</style>
border-color css
<style>
span { border-color: #E8F132; }
span { border-color: rgb(232,241,50); }
td.TdClassName
{
border-color: #E8F132;
}
.TagClassName
{
border-color: #E8F132;
}
</style>