Shades of Golden Fizz #E5E92E
Tints of Golden Fizz #E5E92E
RGB
CMYK
RGB Variations
Color information
#E5E92E (or 0xE5E92E) is known color: Golden Fizz. HEX triplet: E5, E9 and 2E. RGB value is (229,233,46). Sum of RGB (Red+Green+Blue) = 229+233+46=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 46 (18.36% from 255 or 9.06% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E92E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5E92E is #1A16D1. Grayscale: #D3D3D3. Windows color (decimal): -1709778 or 3074533. OLE color: 3074533.
HSL color Cylindrical-coordinate representation of color #E5E92E: hue angle of 61.28º 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 #E5E92E is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 233 | 46 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.09 |
| HSL | 61.28º | 0.81% | 0.55% | - |
| HSV(B) | 61.28º | 0.8% | 0.91% | - |
| XYZ | 61.95 | 75.13 | 13.82 | - |
| YUV | 210.49 | 35.17 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 233 | 46 | 0.02 | 0 | 0.80 | 0.09 | 61.28 | 0.81 | 0.55 |
| Hex | E5 | E9 | 2E | 2 | 0 | 50 | 9 | 3D | 51 | 37 |
| Octal | 345 | 351 | 56 | 2 | 0 | 120 | 11 | 75 | 121 | 67 |
| Binary | 11100101 | 11101001 | 101110 | 10 | 0 | 1010000 | 1001 | 111101 | 1010001 | 110111 |
Color Harmonies of #E5E92E
Complementary color
Monochromatic Colors of #E5E92E
Black with #E5E92E
Text Example
Text Example
White with #E5E92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E92E; }
p { color: rgb(229,233,46); }
H1.HeaderClassName
{
color: #E5E92E;
}
.AnyTagClassName
{
color: #E5E92E;
}
</style>
background-color css
<style>
a { background-color: #E5E92E; }
a { background-color: rgb(229,233,46); }
div.DivClassName
{
background-color: #E5E92E;
}
.BgClassName
{
background-color: #E5E92E;
}
</style>
border-color css
<style>
span { border-color: #E5E92E; }
span { border-color: rgb(229,233,46); }
td.TdClassName
{
border-color: #E5E92E;
}
.TagClassName
{
border-color: #E5E92E;
}
</style>