Shades of Golden Fizz #E9E528
Tints of Golden Fizz #E9E528
RGB
CMYK
RGB Variations
Color information
#E9E528 (or 0xE9E528) is known color: Golden Fizz. HEX triplet: E9, E5 and 28. RGB value is (233,229,40). Sum of RGB (Red+Green+Blue) = 233+229+40=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 40 (16.02% from 255 or 7.97% from 502); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9E528 is #161AD7. Grayscale: #D1D1D1. Windows color (decimal): -1448664 or 2680297. OLE color: 2680297.
HSL color Cylindrical-coordinate representation of color #E9E528: hue angle of 58.76º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E9E528 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 229 | 40 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.09 |
| HSL | 58.76º | 0.81% | 0.54% | - |
| HSV(B) | 58.76º | 0.83% | 0.91% | - |
| XYZ | 62.01 | 73.52 | 12.93 | - |
| YUV | 208.65 | 32.83 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 229 | 40 | 0 | 0.02 | 0.83 | 0.09 | 58.76 | 0.81 | 0.54 |
| Hex | E9 | E5 | 28 | 0 | 2 | 53 | 9 | 3B | 51 | 36 |
| Octal | 351 | 345 | 50 | 0 | 2 | 123 | 11 | 73 | 121 | 66 |
| Binary | 11101001 | 11100101 | 101000 | 0 | 10 | 1010011 | 1001 | 111011 | 1010001 | 110110 |
Color Harmonies of #E9E528
Complementary color
Monochromatic Colors of #E9E528
Black with #E9E528
Text Example
Text Example
White with #E9E528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E528; }
p { color: rgb(233,229,40); }
H1.HeaderClassName
{
color: #E9E528;
}
.AnyTagClassName
{
color: #E9E528;
}
</style>
background-color css
<style>
a { background-color: #E9E528; }
a { background-color: rgb(233,229,40); }
div.DivClassName
{
background-color: #E9E528;
}
.BgClassName
{
background-color: #E9E528;
}
</style>
border-color css
<style>
span { border-color: #E9E528; }
span { border-color: rgb(233,229,40); }
td.TdClassName
{
border-color: #E9E528;
}
.TagClassName
{
border-color: #E9E528;
}
</style>