Shades of Golden Fizz #E1E126
Tints of Golden Fizz #E1E126
RGB
CMYK
RGB Variations
Color information
#E1E126 (or 0xE1E126) is known color: Golden Fizz. HEX triplet: E1, E1 and 26. RGB value is (225,225,38). Sum of RGB (Red+Green+Blue) = 225+225+38=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 38 (15.23% from 255 or 7.79% from 488); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E126 is #1E1ED9. Grayscale: #CCCCCC. Windows color (decimal): -1973978 or 2548193. OLE color: 2548193.
HSL color Cylindrical-coordinate representation of color #E1E126: hue angle of 60º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E1E126 is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 225 | 38 | - |
| CMYK | 0 | 0 | 0.83 | 0.12 |
| HSL | 60º | 0.76% | 0.52% | - |
| HSV(B) | 60º | 0.83% | 0.88% | - |
| XYZ | 58.33 | 70 | 12.27 | - |
| YUV | 203.68 | 34.5 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 225 | 38 | 0 | 0 | 0.83 | 0.12 | 60 | 0.76 | 0.52 |
| Hex | E1 | E1 | 26 | 0 | 0 | 53 | C | 3C | 4C | 34 |
| Octal | 341 | 341 | 46 | 0 | 0 | 123 | 14 | 74 | 114 | 64 |
| Binary | 11100001 | 11100001 | 100110 | 0 | 0 | 1010011 | 1100 | 111100 | 1001100 | 110100 |
Color Harmonies of #E1E126
Complementary color
Monochromatic Colors of #E1E126
Black with #E1E126
Text Example
Text Example
White with #E1E126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E126; }
p { color: rgb(225,225,38); }
H1.HeaderClassName
{
color: #E1E126;
}
.AnyTagClassName
{
color: #E1E126;
}
</style>
background-color css
<style>
a { background-color: #E1E126; }
a { background-color: rgb(225,225,38); }
div.DivClassName
{
background-color: #E1E126;
}
.BgClassName
{
background-color: #E1E126;
}
</style>
border-color css
<style>
span { border-color: #E1E126; }
span { border-color: rgb(225,225,38); }
td.TdClassName
{
border-color: #E1E126;
}
.TagClassName
{
border-color: #E1E126;
}
</style>