Shades of Golden Fizz #E8E21A
Tints of Golden Fizz #E8E21A
RGB
CMYK
RGB Variations
Color information
#E8E21A (or 0xE8E21A) is known color: Golden Fizz. HEX triplet: E8, E2 and 1A. RGB value is (232,226,26). Sum of RGB (Red+Green+Blue) = 232+226+26=484 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.93% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 26 (10.55% from 255 or 5.37% from 484); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E21A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8E21A is #171DE5. Grayscale: #CDCDCD. Windows color (decimal): -1514982 or 1762024. OLE color: 1762024.
HSL color Cylindrical-coordinate representation of color #E8E21A: hue angle of 58.25º 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 #E8E21A is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 226 | 26 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.09 |
| HSL | 58.25º | 0.82% | 0.51% | - |
| HSV(B) | 58.25º | 0.89% | 0.91% | - |
| XYZ | 60.66 | 71.62 | 11.6 | - |
| YUV | 204.99 | 26.99 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 226 | 26 | 0 | 0.03 | 0.89 | 0.09 | 58.25 | 0.82 | 0.51 |
| Hex | E8 | E2 | 1A | 0 | 3 | 59 | 9 | 3A | 52 | 33 |
| Octal | 350 | 342 | 32 | 0 | 3 | 131 | 11 | 72 | 122 | 63 |
| Binary | 11101000 | 11100010 | 11010 | 0 | 11 | 1011001 | 1001 | 111010 | 1010010 | 110011 |
Color Harmonies of #E8E21A
Complementary color
Monochromatic Colors of #E8E21A
Black with #E8E21A
Text Example
Text Example
White with #E8E21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E21A; }
p { color: rgb(232,226,26); }
H1.HeaderClassName
{
color: #E8E21A;
}
.AnyTagClassName
{
color: #E8E21A;
}
</style>
background-color css
<style>
a { background-color: #E8E21A; }
a { background-color: rgb(232,226,26); }
div.DivClassName
{
background-color: #E8E21A;
}
.BgClassName
{
background-color: #E8E21A;
}
</style>
border-color css
<style>
span { border-color: #E8E21A; }
span { border-color: rgb(232,226,26); }
td.TdClassName
{
border-color: #E8E21A;
}
.TagClassName
{
border-color: #E8E21A;
}
</style>