Shades of Golden Fizz #E8F432
Tints of Golden Fizz #E8F432
RGB
CMYK
RGB Variations
Color information
#E8F432 (or 0xE8F432) is known color: Golden Fizz. HEX triplet: E8, F4 and 32. RGB value is (232,244,50). Sum of RGB (Red+Green+Blue) = 232+244+50=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 244 (95.70% from 255 or 46.39% from 526); Blue value is 50 (19.92% from 255 or 9.51% from 526); Max value from RGB is 244 - color contains mainly: green. Hex color #E8F432 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F432 is #170BCD. Grayscale: #DBDBDB. Windows color (decimal): -1510350 or 3339496. OLE color: 3339496.
HSL color Cylindrical-coordinate representation of color #E8F432: hue angle of 63.71º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E8F432 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 244 | 50 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.04 |
| HSL | 63.71º | 0.9% | 0.58% | - |
| HSV(B) | 63.71º | 0.8% | 0.96% | - |
| XYZ | 66.21 | 82.09 | 15.37 | - |
| YUV | 218.3 | 33.02 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 244 | 50 | 0.05 | 0 | 0.80 | 0.04 | 63.71 | 0.9 | 0.58 |
| Hex | E8 | F4 | 32 | 5 | 0 | 50 | 4 | 40 | 5A | 3A |
| Octal | 350 | 364 | 62 | 5 | 0 | 120 | 4 | 100 | 132 | 72 |
| Binary | 11101000 | 11110100 | 110010 | 101 | 0 | 1010000 | 100 | 1000000 | 1011010 | 111010 |
Color Harmonies of #E8F432
Complementary color
Monochromatic Colors of #E8F432
Black with #E8F432
Text Example
Text Example
White with #E8F432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F432; }
p { color: rgb(232,244,50); }
H1.HeaderClassName
{
color: #E8F432;
}
.AnyTagClassName
{
color: #E8F432;
}
</style>
background-color css
<style>
a { background-color: #E8F432; }
a { background-color: rgb(232,244,50); }
div.DivClassName
{
background-color: #E8F432;
}
.BgClassName
{
background-color: #E8F432;
}
</style>
border-color css
<style>
span { border-color: #E8F432; }
span { border-color: rgb(232,244,50); }
td.TdClassName
{
border-color: #E8F432;
}
.TagClassName
{
border-color: #E8F432;
}
</style>