Shades of Golden Fizz #E5E924
Tints of Golden Fizz #E5E924
RGB
CMYK
RGB Variations
Color information
#E5E924 (or 0xE5E924) is known color: Golden Fizz. HEX triplet: E5, E9 and 24. RGB value is (229,233,36). Sum of RGB (Red+Green+Blue) = 229+233+36=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 36 (14.45% from 255 or 7.23% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E924 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5E924 is #1A16DB. Grayscale: #D2D2D2. Windows color (decimal): -1709788 or 2419173. OLE color: 2419173.
HSL color Cylindrical-coordinate representation of color #E5E924: hue angle of 61.22º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5E924 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 233 | 36 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.09 |
| HSL | 61.22º | 0.82% | 0.53% | - |
| HSV(B) | 61.22º | 0.85% | 0.91% | - |
| XYZ | 61.77 | 75.06 | 12.9 | - |
| YUV | 209.35 | 30.17 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 233 | 36 | 0.02 | 0 | 0.85 | 0.09 | 61.22 | 0.82 | 0.53 |
| Hex | E5 | E9 | 24 | 2 | 0 | 55 | 9 | 3D | 52 | 35 |
| Octal | 345 | 351 | 44 | 2 | 0 | 125 | 11 | 75 | 122 | 65 |
| Binary | 11100101 | 11101001 | 100100 | 10 | 0 | 1010101 | 1001 | 111101 | 1010010 | 110101 |
Color Harmonies of #E5E924
Complementary color
Monochromatic Colors of #E5E924
Black with #E5E924
Text Example
Text Example
White with #E5E924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E924; }
p { color: rgb(229,233,36); }
H1.HeaderClassName
{
color: #E5E924;
}
.AnyTagClassName
{
color: #E5E924;
}
</style>
background-color css
<style>
a { background-color: #E5E924; }
a { background-color: rgb(229,233,36); }
div.DivClassName
{
background-color: #E5E924;
}
.BgClassName
{
background-color: #E5E924;
}
</style>
border-color css
<style>
span { border-color: #E5E924; }
span { border-color: rgb(229,233,36); }
td.TdClassName
{
border-color: #E5E924;
}
.TagClassName
{
border-color: #E5E924;
}
</style>