Shades of Golden Fizz #E5E832
Tints of Golden Fizz #E5E832
RGB
CMYK
RGB Variations
Color information
#E5E832 (or 0xE5E832) is known color: Golden Fizz. HEX triplet: E5, E8 and 32. RGB value is (229,232,50). Sum of RGB (Red+Green+Blue) = 229+232+50=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 50 (19.92% from 255 or 9.78% from 511); Max value from RGB is 232 - color contains mainly: green. Hex color #E5E832 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5E832 is #1A17CD. Grayscale: #D3D3D3. Windows color (decimal): -1710030 or 3336421. OLE color: 3336421.
HSL color Cylindrical-coordinate representation of color #E5E832: hue angle of 60.99º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5E832 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 232 | 50 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.09 |
| HSL | 60.99º | 0.8% | 0.55% | - |
| HSV(B) | 60.99º | 0.78% | 0.91% | - |
| XYZ | 61.75 | 74.6 | 14.16 | - |
| YUV | 210.36 | 37.51 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 232 | 50 | 0.01 | 0 | 0.78 | 0.09 | 60.99 | 0.8 | 0.55 |
| Hex | E5 | E8 | 32 | 1 | 0 | 4E | 9 | 3D | 50 | 37 |
| Octal | 345 | 350 | 62 | 1 | 0 | 116 | 11 | 75 | 120 | 67 |
| Binary | 11100101 | 11101000 | 110010 | 1 | 0 | 1001110 | 1001 | 111101 | 1010000 | 110111 |
Color Harmonies of #E5E832
Complementary color
Monochromatic Colors of #E5E832
Black with #E5E832
Text Example
Text Example
White with #E5E832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E832; }
p { color: rgb(229,232,50); }
H1.HeaderClassName
{
color: #E5E832;
}
.AnyTagClassName
{
color: #E5E832;
}
</style>
background-color css
<style>
a { background-color: #E5E832; }
a { background-color: rgb(229,232,50); }
div.DivClassName
{
background-color: #E5E832;
}
.BgClassName
{
background-color: #E5E832;
}
</style>
border-color css
<style>
span { border-color: #E5E832; }
span { border-color: rgb(229,232,50); }
td.TdClassName
{
border-color: #E5E832;
}
.TagClassName
{
border-color: #E5E832;
}
</style>