Shades of Golden Fizz #E8E024
Tints of Golden Fizz #E8E024
RGB
CMYK
RGB Variations
Color information
#E8E024 (or 0xE8E024) is known color: Golden Fizz. HEX triplet: E8, E0 and 24. RGB value is (232,224,36). Sum of RGB (Red+Green+Blue) = 232+224+36=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 36 (14.45% from 255 or 7.32% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E024 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8E024 is #171FDB. Grayscale: #CDCDCD. Windows color (decimal): -1515484 or 2416872. OLE color: 2416872.
HSL color Cylindrical-coordinate representation of color #E8E024: hue angle of 57.55º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E8E024 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 224 | 36 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.09 |
| HSL | 57.55º | 0.81% | 0.53% | - |
| HSV(B) | 57.55º | 0.84% | 0.91% | - |
| XYZ | 60.25 | 70.59 | 12.12 | - |
| YUV | 204.96 | 32.65 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 224 | 36 | 0 | 0.03 | 0.84 | 0.09 | 57.55 | 0.81 | 0.53 |
| Hex | E8 | E0 | 24 | 0 | 3 | 54 | 9 | 3A | 51 | 35 |
| Octal | 350 | 340 | 44 | 0 | 3 | 124 | 11 | 72 | 121 | 65 |
| Binary | 11101000 | 11100000 | 100100 | 0 | 11 | 1010100 | 1001 | 111010 | 1010001 | 110101 |
Color Harmonies of #E8E024
Complementary color
Monochromatic Colors of #E8E024
Black with #E8E024
Text Example
Text Example
White with #E8E024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E024; }
p { color: rgb(232,224,36); }
H1.HeaderClassName
{
color: #E8E024;
}
.AnyTagClassName
{
color: #E8E024;
}
</style>
background-color css
<style>
a { background-color: #E8E024; }
a { background-color: rgb(232,224,36); }
div.DivClassName
{
background-color: #E8E024;
}
.BgClassName
{
background-color: #E8E024;
}
</style>
border-color css
<style>
span { border-color: #E8E024; }
span { border-color: rgb(232,224,36); }
td.TdClassName
{
border-color: #E8E024;
}
.TagClassName
{
border-color: #E8E024;
}
</style>