Shades of Golden Fizz #E5E129
Tints of Golden Fizz #E5E129
RGB
CMYK
RGB Variations
Color information
#E5E129 (or 0xE5E129) is known color: Golden Fizz. HEX triplet: E5, E1 and 29. RGB value is (229,225,41). Sum of RGB (Red+Green+Blue) = 229+225+41=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 41 (16.41% from 255 or 8.28% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E129 is #1A1ED6. Grayscale: #CDCDCD. Windows color (decimal): -1711831 or 2744805. OLE color: 2744805.
HSL color Cylindrical-coordinate representation of color #E5E129: hue angle of 58.72º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5E129 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 41 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.10 |
| HSL | 58.72º | 0.78% | 0.53% | - |
| HSV(B) | 58.72º | 0.82% | 0.9% | - |
| XYZ | 59.64 | 70.67 | 12.59 | - |
| YUV | 205.22 | 35.33 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 41 | 0 | 0.02 | 0.82 | 0.10 | 58.72 | 0.78 | 0.53 |
| Hex | E5 | E1 | 29 | 0 | 2 | 52 | A | 3B | 4E | 35 |
| Octal | 345 | 341 | 51 | 0 | 2 | 122 | 12 | 73 | 116 | 65 |
| Binary | 11100101 | 11100001 | 101001 | 0 | 10 | 1010010 | 1010 | 111011 | 1001110 | 110101 |
Color Harmonies of #E5E129
Complementary color
Monochromatic Colors of #E5E129
Black with #E5E129
Text Example
Text Example
White with #E5E129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E129; }
p { color: rgb(229,225,41); }
H1.HeaderClassName
{
color: #E5E129;
}
.AnyTagClassName
{
color: #E5E129;
}
</style>
background-color css
<style>
a { background-color: #E5E129; }
a { background-color: rgb(229,225,41); }
div.DivClassName
{
background-color: #E5E129;
}
.BgClassName
{
background-color: #E5E129;
}
</style>
border-color css
<style>
span { border-color: #E5E129; }
span { border-color: rgb(229,225,41); }
td.TdClassName
{
border-color: #E5E129;
}
.TagClassName
{
border-color: #E5E129;
}
</style>