Shades of Golden Fizz #E8E31A
Tints of Golden Fizz #E8E31A
RGB
CMYK
RGB Variations
Color information
#E8E31A (or 0xE8E31A) is known color: Golden Fizz. HEX triplet: E8, E3 and 1A. RGB value is (232,227,26). Sum of RGB (Red+Green+Blue) = 232+227+26=485 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.84% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 26 (10.55% from 255 or 5.36% from 485); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E31A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8E31A is #171CE5. Grayscale: #CECECE. Windows color (decimal): -1514726 or 1762280. OLE color: 1762280.
HSL color Cylindrical-coordinate representation of color #E8E31A: hue angle of 58.54º 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 #E8E31A is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 227 | 26 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.09 |
| HSL | 58.54º | 0.82% | 0.51% | - |
| HSV(B) | 58.54º | 0.89% | 0.91% | - |
| XYZ | 60.93 | 72.17 | 11.7 | - |
| YUV | 205.58 | 26.66 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 227 | 26 | 0 | 0.02 | 0.89 | 0.09 | 58.54 | 0.82 | 0.51 |
| Hex | E8 | E3 | 1A | 0 | 2 | 59 | 9 | 3B | 52 | 33 |
| Octal | 350 | 343 | 32 | 0 | 2 | 131 | 11 | 73 | 122 | 63 |
| Binary | 11101000 | 11100011 | 11010 | 0 | 10 | 1011001 | 1001 | 111011 | 1010010 | 110011 |
Color Harmonies of #E8E31A
Complementary color
Monochromatic Colors of #E8E31A
Black with #E8E31A
Text Example
Text Example
White with #E8E31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E31A; }
p { color: rgb(232,227,26); }
H1.HeaderClassName
{
color: #E8E31A;
}
.AnyTagClassName
{
color: #E8E31A;
}
</style>
background-color css
<style>
a { background-color: #E8E31A; }
a { background-color: rgb(232,227,26); }
div.DivClassName
{
background-color: #E8E31A;
}
.BgClassName
{
background-color: #E8E31A;
}
</style>
border-color css
<style>
span { border-color: #E8E31A; }
span { border-color: rgb(232,227,26); }
td.TdClassName
{
border-color: #E8E31A;
}
.TagClassName
{
border-color: #E8E31A;
}
</style>