Shades of Golden Fizz #E5E022
Tints of Golden Fizz #E5E022
RGB
CMYK
RGB Variations
Color information
#E5E022 (or 0xE5E022) is known color: Golden Fizz. HEX triplet: E5, E0 and 22. RGB value is (229,224,34). Sum of RGB (Red+Green+Blue) = 229+224+34=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 34 (13.67% from 255 or 6.98% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E022 is #1A1FDD. Grayscale: #CCCCCC. Windows color (decimal): -1712094 or 2285797. OLE color: 2285797.
HSL color Cylindrical-coordinate representation of color #E5E022: hue angle of 58.46º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5E022 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 34 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.10 |
| HSL | 58.46º | 0.79% | 0.52% | - |
| HSV(B) | 58.46º | 0.85% | 0.9% | - |
| XYZ | 59.26 | 70.08 | 11.92 | - |
| YUV | 203.84 | 32.16 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 34 | 0 | 0.02 | 0.85 | 0.10 | 58.46 | 0.79 | 0.52 |
| Hex | E5 | E0 | 22 | 0 | 2 | 55 | A | 3A | 4F | 34 |
| Octal | 345 | 340 | 42 | 0 | 2 | 125 | 12 | 72 | 117 | 64 |
| Binary | 11100101 | 11100000 | 100010 | 0 | 10 | 1010101 | 1010 | 111010 | 1001111 | 110100 |
Color Harmonies of #E5E022
Complementary color
Monochromatic Colors of #E5E022
Black with #E5E022
Text Example
Text Example
White with #E5E022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E022; }
p { color: rgb(229,224,34); }
H1.HeaderClassName
{
color: #E5E022;
}
.AnyTagClassName
{
color: #E5E022;
}
</style>
background-color css
<style>
a { background-color: #E5E022; }
a { background-color: rgb(229,224,34); }
div.DivClassName
{
background-color: #E5E022;
}
.BgClassName
{
background-color: #E5E022;
}
</style>
border-color css
<style>
span { border-color: #E5E022; }
span { border-color: rgb(229,224,34); }
td.TdClassName
{
border-color: #E5E022;
}
.TagClassName
{
border-color: #E5E022;
}
</style>