Shades of Golden Fizz #E8E332
Tints of Golden Fizz #E8E332
RGB
CMYK
RGB Variations
Color information
#E8E332 (or 0xE8E332) is known color: Golden Fizz. HEX triplet: E8, E3 and 32. RGB value is (232,227,50). Sum of RGB (Red+Green+Blue) = 232+227+50=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 50 (19.92% from 255 or 9.82% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8E332 is #171CCD. Grayscale: #D1D1D1. Windows color (decimal): -1514702 or 3335144. OLE color: 3335144.
HSL color Cylindrical-coordinate representation of color #E8E332: hue angle of 58.35º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E8E332 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 227 | 50 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.09 |
| HSL | 58.35º | 0.8% | 0.55% | - |
| HSV(B) | 58.35º | 0.78% | 0.91% | - |
| XYZ | 61.32 | 72.32 | 13.75 | - |
| YUV | 208.32 | 38.66 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 227 | 50 | 0 | 0.02 | 0.78 | 0.09 | 58.35 | 0.8 | 0.55 |
| Hex | E8 | E3 | 32 | 0 | 2 | 4E | 9 | 3A | 50 | 37 |
| Octal | 350 | 343 | 62 | 0 | 2 | 116 | 11 | 72 | 120 | 67 |
| Binary | 11101000 | 11100011 | 110010 | 0 | 10 | 1001110 | 1001 | 111010 | 1010000 | 110111 |
Color Harmonies of #E8E332
Complementary color
Monochromatic Colors of #E8E332
Black with #E8E332
Text Example
Text Example
White with #E8E332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E332; }
p { color: rgb(232,227,50); }
H1.HeaderClassName
{
color: #E8E332;
}
.AnyTagClassName
{
color: #E8E332;
}
</style>
background-color css
<style>
a { background-color: #E8E332; }
a { background-color: rgb(232,227,50); }
div.DivClassName
{
background-color: #E8E332;
}
.BgClassName
{
background-color: #E8E332;
}
</style>
border-color css
<style>
span { border-color: #E8E332; }
span { border-color: rgb(232,227,50); }
td.TdClassName
{
border-color: #E8E332;
}
.TagClassName
{
border-color: #E8E332;
}
</style>