Shades of Golden Fizz #E5E019
Tints of Golden Fizz #E5E019
RGB
CMYK
RGB Variations
Color information
#E5E019 (or 0xE5E019) is known color: Golden Fizz. HEX triplet: E5, E0 and 19. RGB value is (229,224,25). Sum of RGB (Red+Green+Blue) = 229+224+25=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 25 (10.16% from 255 or 5.23% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5E019 is #1A1FE6. Grayscale: #CBCBCB. Windows color (decimal): -1712103 or 1695973. OLE color: 1695973.
HSL color Cylindrical-coordinate representation of color #E5E019: hue angle of 58.53º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5E019 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 25 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.10 |
| HSL | 58.53º | 0.8% | 0.5% | - |
| HSV(B) | 58.53º | 0.89% | 0.9% | - |
| XYZ | 59.14 | 70.04 | 11.32 | - |
| YUV | 202.81 | 27.66 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 25 | 0 | 0.02 | 0.89 | 0.10 | 58.53 | 0.8 | 0.5 |
| Hex | E5 | E0 | 19 | 0 | 2 | 59 | A | 3B | 50 | 32 |
| Octal | 345 | 340 | 31 | 0 | 2 | 131 | 12 | 73 | 120 | 62 |
| Binary | 11100101 | 11100000 | 11001 | 0 | 10 | 1011001 | 1010 | 111011 | 1010000 | 110010 |
Color Harmonies of #E5E019
Complementary color
Monochromatic Colors of #E5E019
Black with #E5E019
Text Example
Text Example
White with #E5E019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E019; }
p { color: rgb(229,224,25); }
H1.HeaderClassName
{
color: #E5E019;
}
.AnyTagClassName
{
color: #E5E019;
}
</style>
background-color css
<style>
a { background-color: #E5E019; }
a { background-color: rgb(229,224,25); }
div.DivClassName
{
background-color: #E5E019;
}
.BgClassName
{
background-color: #E5E019;
}
</style>
border-color css
<style>
span { border-color: #E5E019; }
span { border-color: rgb(229,224,25); }
td.TdClassName
{
border-color: #E5E019;
}
.TagClassName
{
border-color: #E5E019;
}
</style>