Shades of Golden Fizz #E0E424
Tints of Golden Fizz #E0E424
RGB
CMYK
RGB Variations
Color information
#E0E424 (or 0xE0E424) is known color: Golden Fizz. HEX triplet: E0, E4 and 24. RGB value is (224,228,36). Sum of RGB (Red+Green+Blue) = 224+228+36=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 36 (14.45% from 255 or 7.38% from 488); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E424 is #1F1BDB. Grayscale: #CDCDCD. Windows color (decimal): -2038748 or 2417888. OLE color: 2417888.
HSL color Cylindrical-coordinate representation of color #E0E424: hue angle of 61.25º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0E424 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 228 | 36 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.11 |
| HSL | 61.25º | 0.78% | 0.52% | - |
| HSV(B) | 61.25º | 0.84% | 0.89% | - |
| XYZ | 58.8 | 71.46 | 12.36 | - |
| YUV | 204.92 | 32.67 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 228 | 36 | 0.02 | 0 | 0.84 | 0.11 | 61.25 | 0.78 | 0.52 |
| Hex | E0 | E4 | 24 | 2 | 0 | 54 | B | 3D | 4E | 34 |
| Octal | 340 | 344 | 44 | 2 | 0 | 124 | 13 | 75 | 116 | 64 |
| Binary | 11100000 | 11100100 | 100100 | 10 | 0 | 1010100 | 1011 | 111101 | 1001110 | 110100 |
Color Harmonies of #E0E424
Complementary color
Monochromatic Colors of #E0E424
Black with #E0E424
Text Example
Text Example
White with #E0E424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E424; }
p { color: rgb(224,228,36); }
H1.HeaderClassName
{
color: #E0E424;
}
.AnyTagClassName
{
color: #E0E424;
}
</style>
background-color css
<style>
a { background-color: #E0E424; }
a { background-color: rgb(224,228,36); }
div.DivClassName
{
background-color: #E0E424;
}
.BgClassName
{
background-color: #E0E424;
}
</style>
border-color css
<style>
span { border-color: #E0E424; }
span { border-color: rgb(224,228,36); }
td.TdClassName
{
border-color: #E0E424;
}
.TagClassName
{
border-color: #E0E424;
}
</style>