Shades of Golden Fizz #E5E92A
Tints of Golden Fizz #E5E92A
RGB
CMYK
RGB Variations
Color information
#E5E92A (or 0xE5E92A) is known color: Golden Fizz. HEX triplet: E5, E9 and 2A. RGB value is (229,233,42). Sum of RGB (Red+Green+Blue) = 229+233+42=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 42 (16.80% from 255 or 8.33% from 504); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E92A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5E92A is #1A16D5. Grayscale: #D2D2D2. Windows color (decimal): -1709782 or 2812389. OLE color: 2812389.
HSL color Cylindrical-coordinate representation of color #E5E92A: hue angle of 61.26º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5E92A is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 233 | 42 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.09 |
| HSL | 61.26º | 0.81% | 0.54% | - |
| HSV(B) | 61.26º | 0.82% | 0.91% | - |
| XYZ | 61.87 | 75.1 | 13.43 | - |
| YUV | 210.03 | 33.17 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 233 | 42 | 0.02 | 0 | 0.82 | 0.09 | 61.26 | 0.81 | 0.54 |
| Hex | E5 | E9 | 2A | 2 | 0 | 52 | 9 | 3D | 51 | 36 |
| Octal | 345 | 351 | 52 | 2 | 0 | 122 | 11 | 75 | 121 | 66 |
| Binary | 11100101 | 11101001 | 101010 | 10 | 0 | 1010010 | 1001 | 111101 | 1010001 | 110110 |
Color Harmonies of #E5E92A
Complementary color
Monochromatic Colors of #E5E92A
Black with #E5E92A
Text Example
Text Example
White with #E5E92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E92A; }
p { color: rgb(229,233,42); }
H1.HeaderClassName
{
color: #E5E92A;
}
.AnyTagClassName
{
color: #E5E92A;
}
</style>
background-color css
<style>
a { background-color: #E5E92A; }
a { background-color: rgb(229,233,42); }
div.DivClassName
{
background-color: #E5E92A;
}
.BgClassName
{
background-color: #E5E92A;
}
</style>
border-color css
<style>
span { border-color: #E5E92A; }
span { border-color: rgb(229,233,42); }
td.TdClassName
{
border-color: #E5E92A;
}
.TagClassName
{
border-color: #E5E92A;
}
</style>