Shades of Golden Fizz #E8F532
Tints of Golden Fizz #E8F532
RGB
CMYK
RGB Variations
Color information
#E8F532 (or 0xE8F532) is known color: Golden Fizz. HEX triplet: E8, F5 and 32. RGB value is (232,245,50). Sum of RGB (Red+Green+Blue) = 232+245+50=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 50 (19.92% from 255 or 9.49% from 527); Max value from RGB is 245 - color contains mainly: green. Hex color #E8F532 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F532 is #170ACD. Grayscale: #DBDBDB. Windows color (decimal): -1510094 or 3339752. OLE color: 3339752.
HSL color Cylindrical-coordinate representation of color #E8F532: hue angle of 64º degrees, saturation: 0.91, 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 #E8F532 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 245 | 50 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.04 |
| HSL | 64º | 0.91% | 0.58% | - |
| HSV(B) | 64º | 0.8% | 0.96% | - |
| XYZ | 66.51 | 82.69 | 15.47 | - |
| YUV | 218.88 | 32.69 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 245 | 50 | 0.05 | 0 | 0.80 | 0.04 | 64 | 0.91 | 0.58 |
| Hex | E8 | F5 | 32 | 5 | 0 | 50 | 4 | 40 | 5B | 3A |
| Octal | 350 | 365 | 62 | 5 | 0 | 120 | 4 | 100 | 133 | 72 |
| Binary | 11101000 | 11110101 | 110010 | 101 | 0 | 1010000 | 100 | 1000000 | 1011011 | 111010 |
Color Harmonies of #E8F532
Complementary color
Monochromatic Colors of #E8F532
Black with #E8F532
Text Example
Text Example
White with #E8F532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F532; }
p { color: rgb(232,245,50); }
H1.HeaderClassName
{
color: #E8F532;
}
.AnyTagClassName
{
color: #E8F532;
}
</style>
background-color css
<style>
a { background-color: #E8F532; }
a { background-color: rgb(232,245,50); }
div.DivClassName
{
background-color: #E8F532;
}
.BgClassName
{
background-color: #E8F532;
}
</style>
border-color css
<style>
span { border-color: #E8F532; }
span { border-color: rgb(232,245,50); }
td.TdClassName
{
border-color: #E8F532;
}
.TagClassName
{
border-color: #E8F532;
}
</style>