Shades of Golden Fizz #E5E91A
Tints of Golden Fizz #E5E91A
RGB
CMYK
RGB Variations
Color information
#E5E91A (or 0xE5E91A) is known color: Golden Fizz. HEX triplet: E5, E9 and 1A. RGB value is (229,233,26). Sum of RGB (Red+Green+Blue) = 229+233+26=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 26 (10.55% from 255 or 5.33% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E91A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5E91A is #1A16E5. Grayscale: #D1D1D1. Windows color (decimal): -1709798 or 1763813. OLE color: 1763813.
HSL color Cylindrical-coordinate representation of color #E5E91A: hue angle of 61.16º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5E91A is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 233 | 26 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.09 |
| HSL | 61.16º | 0.82% | 0.51% | - |
| HSV(B) | 61.16º | 0.89% | 0.91% | - |
| XYZ | 61.64 | 75.01 | 12.21 | - |
| YUV | 208.21 | 25.17 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 233 | 26 | 0.02 | 0 | 0.89 | 0.09 | 61.16 | 0.82 | 0.51 |
| Hex | E5 | E9 | 1A | 2 | 0 | 59 | 9 | 3D | 52 | 33 |
| Octal | 345 | 351 | 32 | 2 | 0 | 131 | 11 | 75 | 122 | 63 |
| Binary | 11100101 | 11101001 | 11010 | 10 | 0 | 1011001 | 1001 | 111101 | 1010010 | 110011 |
Color Harmonies of #E5E91A
Complementary color
Monochromatic Colors of #E5E91A
Black with #E5E91A
Text Example
Text Example
White with #E5E91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E91A; }
p { color: rgb(229,233,26); }
H1.HeaderClassName
{
color: #E5E91A;
}
.AnyTagClassName
{
color: #E5E91A;
}
</style>
background-color css
<style>
a { background-color: #E5E91A; }
a { background-color: rgb(229,233,26); }
div.DivClassName
{
background-color: #E5E91A;
}
.BgClassName
{
background-color: #E5E91A;
}
</style>
border-color css
<style>
span { border-color: #E5E91A; }
span { border-color: rgb(229,233,26); }
td.TdClassName
{
border-color: #E5E91A;
}
.TagClassName
{
border-color: #E5E91A;
}
</style>