Shades of Golden Fizz #E5E929
Tints of Golden Fizz #E5E929
RGB
CMYK
RGB Variations
Color information
#E5E929 (or 0xE5E929) is known color: Golden Fizz. HEX triplet: E5, E9 and 29. RGB value is (229,233,41). Sum of RGB (Red+Green+Blue) = 229+233+41=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 41 (16.41% from 255 or 8.15% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E929 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5E929 is #1A16D6. Grayscale: #D2D2D2. Windows color (decimal): -1709783 or 2746853. OLE color: 2746853.
HSL color Cylindrical-coordinate representation of color #E5E929: hue angle of 61.25º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5E929 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 233 | 41 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.09 |
| HSL | 61.25º | 0.81% | 0.54% | - |
| HSV(B) | 61.25º | 0.82% | 0.91% | - |
| XYZ | 61.85 | 75.1 | 13.33 | - |
| YUV | 209.92 | 32.67 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 233 | 41 | 0.02 | 0 | 0.82 | 0.09 | 61.25 | 0.81 | 0.54 |
| Hex | E5 | E9 | 29 | 2 | 0 | 52 | 9 | 3D | 51 | 36 |
| Octal | 345 | 351 | 51 | 2 | 0 | 122 | 11 | 75 | 121 | 66 |
| Binary | 11100101 | 11101001 | 101001 | 10 | 0 | 1010010 | 1001 | 111101 | 1010001 | 110110 |
Color Harmonies of #E5E929
Complementary color
Monochromatic Colors of #E5E929
Black with #E5E929
Text Example
Text Example
White with #E5E929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E929; }
p { color: rgb(229,233,41); }
H1.HeaderClassName
{
color: #E5E929;
}
.AnyTagClassName
{
color: #E5E929;
}
</style>
background-color css
<style>
a { background-color: #E5E929; }
a { background-color: rgb(229,233,41); }
div.DivClassName
{
background-color: #E5E929;
}
.BgClassName
{
background-color: #E5E929;
}
</style>
border-color css
<style>
span { border-color: #E5E929; }
span { border-color: rgb(229,233,41); }
td.TdClassName
{
border-color: #E5E929;
}
.TagClassName
{
border-color: #E5E929;
}
</style>