Shades of Golden Fizz #E8E11A
Tints of Golden Fizz #E8E11A
RGB
CMYK
RGB Variations
Color information
#E8E11A (or 0xE8E11A) is known color: Golden Fizz. HEX triplet: E8, E1 and 1A. RGB value is (232,225,26). Sum of RGB (Red+Green+Blue) = 232+225+26=483 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.03% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 26 (10.55% from 255 or 5.38% from 483); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E11A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8E11A is #171EE5. Grayscale: #CDCDCD. Windows color (decimal): -1515238 or 1761768. OLE color: 1761768.
HSL color Cylindrical-coordinate representation of color #E8E11A: hue angle of 57.96º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E8E11A is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 225 | 26 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.09 |
| HSL | 57.96º | 0.82% | 0.51% | - |
| HSV(B) | 57.96º | 0.89% | 0.91% | - |
| XYZ | 60.39 | 71.08 | 11.51 | - |
| YUV | 204.41 | 27.32 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 225 | 26 | 0 | 0.03 | 0.89 | 0.09 | 57.96 | 0.82 | 0.51 |
| Hex | E8 | E1 | 1A | 0 | 3 | 59 | 9 | 3A | 52 | 33 |
| Octal | 350 | 341 | 32 | 0 | 3 | 131 | 11 | 72 | 122 | 63 |
| Binary | 11101000 | 11100001 | 11010 | 0 | 11 | 1011001 | 1001 | 111010 | 1010010 | 110011 |
Color Harmonies of #E8E11A
Complementary color
Monochromatic Colors of #E8E11A
Black with #E8E11A
Text Example
Text Example
White with #E8E11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E11A; }
p { color: rgb(232,225,26); }
H1.HeaderClassName
{
color: #E8E11A;
}
.AnyTagClassName
{
color: #E8E11A;
}
</style>
background-color css
<style>
a { background-color: #E8E11A; }
a { background-color: rgb(232,225,26); }
div.DivClassName
{
background-color: #E8E11A;
}
.BgClassName
{
background-color: #E8E11A;
}
</style>
border-color css
<style>
span { border-color: #E8E11A; }
span { border-color: rgb(232,225,26); }
td.TdClassName
{
border-color: #E8E11A;
}
.TagClassName
{
border-color: #E8E11A;
}
</style>