Shades of Golden Fizz #E5E21A
Tints of Golden Fizz #E5E21A
RGB
CMYK
RGB Variations
Color information
#E5E21A (or 0xE5E21A) is known color: Golden Fizz. HEX triplet: E5, E2 and 1A. RGB value is (229,226,26). Sum of RGB (Red+Green+Blue) = 229+226+26=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 226 (88.67% from 255 or 46.99% from 481); Blue value is 26 (10.55% from 255 or 5.41% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E21A is #1A1DE5. Grayscale: #CCCCCC. Windows color (decimal): -1711590 or 1762021. OLE color: 1762021.
HSL color Cylindrical-coordinate representation of color #E5E21A: hue angle of 59.11º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5E21A is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 226 | 26 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.10 |
| HSL | 59.11º | 0.8% | 0.5% | - |
| HSV(B) | 59.11º | 0.89% | 0.9% | - |
| XYZ | 59.7 | 71.13 | 11.56 | - |
| YUV | 204.1 | 27.49 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 226 | 26 | 0 | 0.01 | 0.89 | 0.10 | 59.11 | 0.8 | 0.5 |
| Hex | E5 | E2 | 1A | 0 | 1 | 59 | A | 3B | 50 | 32 |
| Octal | 345 | 342 | 32 | 0 | 1 | 131 | 12 | 73 | 120 | 62 |
| Binary | 11100101 | 11100010 | 11010 | 0 | 1 | 1011001 | 1010 | 111011 | 1010000 | 110010 |
Color Harmonies of #E5E21A
Complementary color
Monochromatic Colors of #E5E21A
Black with #E5E21A
Text Example
Text Example
White with #E5E21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E21A; }
p { color: rgb(229,226,26); }
H1.HeaderClassName
{
color: #E5E21A;
}
.AnyTagClassName
{
color: #E5E21A;
}
</style>
background-color css
<style>
a { background-color: #E5E21A; }
a { background-color: rgb(229,226,26); }
div.DivClassName
{
background-color: #E5E21A;
}
.BgClassName
{
background-color: #E5E21A;
}
</style>
border-color css
<style>
span { border-color: #E5E21A; }
span { border-color: rgb(229,226,26); }
td.TdClassName
{
border-color: #E5E21A;
}
.TagClassName
{
border-color: #E5E21A;
}
</style>