Shades of Golden Fizz #E8E01C
Tints of Golden Fizz #E8E01C
RGB
CMYK
RGB Variations
Color information
#E8E01C (or 0xE8E01C) is known color: Golden Fizz. HEX triplet: E8, E0 and 1C. RGB value is (232,224,28). Sum of RGB (Red+Green+Blue) = 232+224+28=484 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.93% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 28 (11.33% from 255 or 5.79% from 484); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E01C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8E01C is #171FE3. Grayscale: #CCCCCC. Windows color (decimal): -1515492 or 1892584. OLE color: 1892584.
HSL color Cylindrical-coordinate representation of color #E8E01C: hue angle of 57.65º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E8E01C is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 224 | 28 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.09 |
| HSL | 57.65º | 0.82% | 0.51% | - |
| HSV(B) | 57.65º | 0.88% | 0.91% | - |
| XYZ | 60.14 | 70.55 | 11.55 | - |
| YUV | 204.05 | 28.65 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 224 | 28 | 0 | 0.03 | 0.88 | 0.09 | 57.65 | 0.82 | 0.51 |
| Hex | E8 | E0 | 1C | 0 | 3 | 58 | 9 | 3A | 52 | 33 |
| Octal | 350 | 340 | 34 | 0 | 3 | 130 | 11 | 72 | 122 | 63 |
| Binary | 11101000 | 11100000 | 11100 | 0 | 11 | 1011000 | 1001 | 111010 | 1010010 | 110011 |
Color Harmonies of #E8E01C
Complementary color
Monochromatic Colors of #E8E01C
Black with #E8E01C
Text Example
Text Example
White with #E8E01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E01C; }
p { color: rgb(232,224,28); }
H1.HeaderClassName
{
color: #E8E01C;
}
.AnyTagClassName
{
color: #E8E01C;
}
</style>
background-color css
<style>
a { background-color: #E8E01C; }
a { background-color: rgb(232,224,28); }
div.DivClassName
{
background-color: #E8E01C;
}
.BgClassName
{
background-color: #E8E01C;
}
</style>
border-color css
<style>
span { border-color: #E8E01C; }
span { border-color: rgb(232,224,28); }
td.TdClassName
{
border-color: #E8E01C;
}
.TagClassName
{
border-color: #E8E01C;
}
</style>