Shades of Golden Fizz #E9E525
Tints of Golden Fizz #E9E525
RGB
CMYK
RGB Variations
Color information
#E9E525 (or 0xE9E525) is known color: Golden Fizz. HEX triplet: E9, E5 and 25. RGB value is (233,229,37). Sum of RGB (Red+Green+Blue) = 233+229+37=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 37 (14.84% from 255 or 7.41% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9E525 is #161ADA. Grayscale: #D1D1D1. Windows color (decimal): -1448667 or 2483689. OLE color: 2483689.
HSL color Cylindrical-coordinate representation of color #E9E525: hue angle of 58.78º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E9E525 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 229 | 37 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.09 |
| HSL | 58.78º | 0.82% | 0.53% | - |
| HSV(B) | 58.78º | 0.84% | 0.91% | - |
| XYZ | 61.96 | 73.5 | 12.67 | - |
| YUV | 208.31 | 31.33 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 229 | 37 | 0 | 0.02 | 0.84 | 0.09 | 58.78 | 0.82 | 0.53 |
| Hex | E9 | E5 | 25 | 0 | 2 | 54 | 9 | 3B | 52 | 35 |
| Octal | 351 | 345 | 45 | 0 | 2 | 124 | 11 | 73 | 122 | 65 |
| Binary | 11101001 | 11100101 | 100101 | 0 | 10 | 1010100 | 1001 | 111011 | 1010010 | 110101 |
Color Harmonies of #E9E525
Complementary color
Monochromatic Colors of #E9E525
Black with #E9E525
Text Example
Text Example
White with #E9E525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E525; }
p { color: rgb(233,229,37); }
H1.HeaderClassName
{
color: #E9E525;
}
.AnyTagClassName
{
color: #E9E525;
}
</style>
background-color css
<style>
a { background-color: #E9E525; }
a { background-color: rgb(233,229,37); }
div.DivClassName
{
background-color: #E9E525;
}
.BgClassName
{
background-color: #E9E525;
}
</style>
border-color css
<style>
span { border-color: #E9E525; }
span { border-color: rgb(233,229,37); }
td.TdClassName
{
border-color: #E9E525;
}
.TagClassName
{
border-color: #E9E525;
}
</style>