Shades of Golden Fizz #E5E018
Tints of Golden Fizz #E5E018
RGB
CMYK
RGB Variations
Color information
#E5E018 (or 0xE5E018) is known color: Golden Fizz. HEX triplet: E5, E0 and 18. RGB value is (229,224,24). Sum of RGB (Red+Green+Blue) = 229+224+24=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 24 (9.77% from 255 or 5.03% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5E018 is #1A1FE7. Grayscale: #CBCBCB. Windows color (decimal): -1712104 or 1630437. OLE color: 1630437.
HSL color Cylindrical-coordinate representation of color #E5E018: hue angle of 58.54º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5E018 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 24 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.10 |
| HSL | 58.54º | 0.81% | 0.5% | - |
| HSV(B) | 58.54º | 0.9% | 0.9% | - |
| XYZ | 59.13 | 70.04 | 11.27 | - |
| YUV | 202.7 | 27.16 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 24 | 0 | 0.02 | 0.90 | 0.10 | 58.54 | 0.81 | 0.5 |
| Hex | E5 | E0 | 18 | 0 | 2 | 5A | A | 3B | 51 | 32 |
| Octal | 345 | 340 | 30 | 0 | 2 | 132 | 12 | 73 | 121 | 62 |
| Binary | 11100101 | 11100000 | 11000 | 0 | 10 | 1011010 | 1010 | 111011 | 1010001 | 110010 |
Color Harmonies of #E5E018
Complementary color
Monochromatic Colors of #E5E018
Black with #E5E018
Text Example
Text Example
White with #E5E018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E018; }
p { color: rgb(229,224,24); }
H1.HeaderClassName
{
color: #E5E018;
}
.AnyTagClassName
{
color: #E5E018;
}
</style>
background-color css
<style>
a { background-color: #E5E018; }
a { background-color: rgb(229,224,24); }
div.DivClassName
{
background-color: #E5E018;
}
.BgClassName
{
background-color: #E5E018;
}
</style>
border-color css
<style>
span { border-color: #E5E018; }
span { border-color: rgb(229,224,24); }
td.TdClassName
{
border-color: #E5E018;
}
.TagClassName
{
border-color: #E5E018;
}
</style>