Shades of Golden Fizz #E5E128
Tints of Golden Fizz #E5E128
RGB
CMYK
RGB Variations
Color information
#E5E128 (or 0xE5E128) is known color: Golden Fizz. HEX triplet: E5, E1 and 28. RGB value is (229,225,40). Sum of RGB (Red+Green+Blue) = 229+225+40=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 40 (16.02% from 255 or 8.10% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E128 is #1A1ED7. Grayscale: #CDCDCD. Windows color (decimal): -1711832 or 2679269. OLE color: 2679269.
HSL color Cylindrical-coordinate representation of color #E5E128: hue angle of 58.73º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5E128 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 40 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.10 |
| HSL | 58.73º | 0.78% | 0.53% | - |
| HSV(B) | 58.73º | 0.83% | 0.9% | - |
| XYZ | 59.62 | 70.66 | 12.5 | - |
| YUV | 205.11 | 34.83 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 40 | 0 | 0.02 | 0.83 | 0.10 | 58.73 | 0.78 | 0.53 |
| Hex | E5 | E1 | 28 | 0 | 2 | 53 | A | 3B | 4E | 35 |
| Octal | 345 | 341 | 50 | 0 | 2 | 123 | 12 | 73 | 116 | 65 |
| Binary | 11100101 | 11100001 | 101000 | 0 | 10 | 1010011 | 1010 | 111011 | 1001110 | 110101 |
Color Harmonies of #E5E128
Complementary color
Monochromatic Colors of #E5E128
Black with #E5E128
Text Example
Text Example
White with #E5E128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E128; }
p { color: rgb(229,225,40); }
H1.HeaderClassName
{
color: #E5E128;
}
.AnyTagClassName
{
color: #E5E128;
}
</style>
background-color css
<style>
a { background-color: #E5E128; }
a { background-color: rgb(229,225,40); }
div.DivClassName
{
background-color: #E5E128;
}
.BgClassName
{
background-color: #E5E128;
}
</style>
border-color css
<style>
span { border-color: #E5E128; }
span { border-color: rgb(229,225,40); }
td.TdClassName
{
border-color: #E5E128;
}
.TagClassName
{
border-color: #E5E128;
}
</style>