Shades of Golden Fizz #E5E132
Tints of Golden Fizz #E5E132
RGB
CMYK
RGB Variations
Color information
#E5E132 (or 0xE5E132) is known color: Golden Fizz. HEX triplet: E5, E1 and 32. RGB value is (229,225,50). Sum of RGB (Red+Green+Blue) = 229+225+50=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 50 (19.92% from 255 or 9.92% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E132 is #1A1ECD. Grayscale: #CECECE. Windows color (decimal): -1711822 or 3334629. OLE color: 3334629.
HSL color Cylindrical-coordinate representation of color #E5E132: hue angle of 58.66º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5E132 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 50 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.10 |
| HSL | 58.66º | 0.77% | 0.55% | - |
| HSV(B) | 58.66º | 0.78% | 0.9% | - |
| XYZ | 59.81 | 70.74 | 13.52 | - |
| YUV | 206.25 | 39.83 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 50 | 0 | 0.02 | 0.78 | 0.10 | 58.66 | 0.77 | 0.55 |
| Hex | E5 | E1 | 32 | 0 | 2 | 4E | A | 3B | 4D | 37 |
| Octal | 345 | 341 | 62 | 0 | 2 | 116 | 12 | 73 | 115 | 67 |
| Binary | 11100101 | 11100001 | 110010 | 0 | 10 | 1001110 | 1010 | 111011 | 1001101 | 110111 |
Color Harmonies of #E5E132
Complementary color
Monochromatic Colors of #E5E132
Black with #E5E132
Text Example
Text Example
White with #E5E132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E132; }
p { color: rgb(229,225,50); }
H1.HeaderClassName
{
color: #E5E132;
}
.AnyTagClassName
{
color: #E5E132;
}
</style>
background-color css
<style>
a { background-color: #E5E132; }
a { background-color: rgb(229,225,50); }
div.DivClassName
{
background-color: #E5E132;
}
.BgClassName
{
background-color: #E5E132;
}
</style>
border-color css
<style>
span { border-color: #E5E132; }
span { border-color: rgb(229,225,50); }
td.TdClassName
{
border-color: #E5E132;
}
.TagClassName
{
border-color: #E5E132;
}
</style>