Shades of Golden Fizz #E9D532
Tints of Golden Fizz #E9D532
RGB
CMYK
RGB Variations
Color information
#E9D532 (or 0xE9D532) is known color: Golden Fizz. HEX triplet: E9, D5 and 32. RGB value is (233,213,50). Sum of RGB (Red+Green+Blue) = 233+213+50=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 50 (19.92% from 255 or 10.08% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D532 is #162ACD. Grayscale: #C9C9C9. Windows color (decimal): -1452750 or 3331561. OLE color: 3331561.
HSL color Cylindrical-coordinate representation of color #E9D532: hue angle of 53.44º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E9D532 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 213 | 50 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.09 |
| HSL | 53.44º | 0.81% | 0.55% | - |
| HSV(B) | 53.44º | 0.79% | 0.91% | - |
| XYZ | 57.97 | 65.14 | 12.54 | - |
| YUV | 200.4 | 43.13 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 213 | 50 | 0 | 0.09 | 0.79 | 0.09 | 53.44 | 0.81 | 0.55 |
| Hex | E9 | D5 | 32 | 0 | 9 | 4F | 9 | 35 | 51 | 37 |
| Octal | 351 | 325 | 62 | 0 | 11 | 117 | 11 | 65 | 121 | 67 |
| Binary | 11101001 | 11010101 | 110010 | 0 | 1001 | 1001111 | 1001 | 110101 | 1010001 | 110111 |
Color Harmonies of #E9D532
Complementary color
Monochromatic Colors of #E9D532
Black with #E9D532
Text Example
Text Example
White with #E9D532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D532; }
p { color: rgb(233,213,50); }
H1.HeaderClassName
{
color: #E9D532;
}
.AnyTagClassName
{
color: #E9D532;
}
</style>
background-color css
<style>
a { background-color: #E9D532; }
a { background-color: rgb(233,213,50); }
div.DivClassName
{
background-color: #E9D532;
}
.BgClassName
{
background-color: #E9D532;
}
</style>
border-color css
<style>
span { border-color: #E9D532; }
span { border-color: rgb(233,213,50); }
td.TdClassName
{
border-color: #E9D532;
}
.TagClassName
{
border-color: #E9D532;
}
</style>