Shades of Golden Fizz #E9E132
Tints of Golden Fizz #E9E132
RGB
CMYK
RGB Variations
Color information
#E9E132 (or 0xE9E132) is known color: Golden Fizz. HEX triplet: E9, E1 and 32. RGB value is (233,225,50). Sum of RGB (Red+Green+Blue) = 233+225+50=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 50 (19.92% from 255 or 9.84% from 508); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E132 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9E132 is #161ECD. Grayscale: #D0D0D0. Windows color (decimal): -1449678 or 3334633. OLE color: 3334633.
HSL color Cylindrical-coordinate representation of color #E9E132: hue angle of 57.38º 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 #E9E132 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 225 | 50 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.09 |
| HSL | 57.38º | 0.81% | 0.55% | - |
| HSV(B) | 57.38º | 0.79% | 0.91% | - |
| XYZ | 61.11 | 71.4 | 13.58 | - |
| YUV | 207.44 | 39.15 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 225 | 50 | 0 | 0.03 | 0.79 | 0.09 | 57.38 | 0.81 | 0.55 |
| Hex | E9 | E1 | 32 | 0 | 3 | 4F | 9 | 39 | 51 | 37 |
| Octal | 351 | 341 | 62 | 0 | 3 | 117 | 11 | 71 | 121 | 67 |
| Binary | 11101001 | 11100001 | 110010 | 0 | 11 | 1001111 | 1001 | 111001 | 1010001 | 110111 |
Color Harmonies of #E9E132
Complementary color
Monochromatic Colors of #E9E132
Black with #E9E132
Text Example
Text Example
White with #E9E132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E132; }
p { color: rgb(233,225,50); }
H1.HeaderClassName
{
color: #E9E132;
}
.AnyTagClassName
{
color: #E9E132;
}
</style>
background-color css
<style>
a { background-color: #E9E132; }
a { background-color: rgb(233,225,50); }
div.DivClassName
{
background-color: #E9E132;
}
.BgClassName
{
background-color: #E9E132;
}
</style>
border-color css
<style>
span { border-color: #E9E132; }
span { border-color: rgb(233,225,50); }
td.TdClassName
{
border-color: #E9E132;
}
.TagClassName
{
border-color: #E9E132;
}
</style>