Shades of Golden Fizz #E9E02F
Tints of Golden Fizz #E9E02F
RGB
CMYK
RGB Variations
Color information
#E9E02F (or 0xE9E02F) is known color: Golden Fizz. HEX triplet: E9, E0 and 2F. RGB value is (233,224,47). Sum of RGB (Red+Green+Blue) = 233+224+47=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 47 (18.75% from 255 or 9.33% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9E02F is #161FD0. Grayscale: #CFCFCF. Windows color (decimal): -1449937 or 3137769. OLE color: 3137769.
HSL color Cylindrical-coordinate representation of color #E9E02F: hue angle of 57.1º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E9E02F is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 224 | 47 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.09 |
| HSL | 57.1º | 0.81% | 0.55% | - |
| HSV(B) | 57.1º | 0.8% | 0.91% | - |
| XYZ | 60.77 | 70.84 | 13.16 | - |
| YUV | 206.51 | 37.98 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 224 | 47 | 0 | 0.04 | 0.80 | 0.09 | 57.1 | 0.81 | 0.55 |
| Hex | E9 | E0 | 2F | 0 | 4 | 50 | 9 | 39 | 51 | 37 |
| Octal | 351 | 340 | 57 | 0 | 4 | 120 | 11 | 71 | 121 | 67 |
| Binary | 11101001 | 11100000 | 101111 | 0 | 100 | 1010000 | 1001 | 111001 | 1010001 | 110111 |
Color Harmonies of #E9E02F
Complementary color
Monochromatic Colors of #E9E02F
Black with #E9E02F
Text Example
Text Example
White with #E9E02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E02F; }
p { color: rgb(233,224,47); }
H1.HeaderClassName
{
color: #E9E02F;
}
.AnyTagClassName
{
color: #E9E02F;
}
</style>
background-color css
<style>
a { background-color: #E9E02F; }
a { background-color: rgb(233,224,47); }
div.DivClassName
{
background-color: #E9E02F;
}
.BgClassName
{
background-color: #E9E02F;
}
</style>
border-color css
<style>
span { border-color: #E9E02F; }
span { border-color: rgb(233,224,47); }
td.TdClassName
{
border-color: #E9E02F;
}
.TagClassName
{
border-color: #E9E02F;
}
</style>