Shades of Golden Fizz #E1E824
Tints of Golden Fizz #E1E824
RGB
CMYK
RGB Variations
Color information
#E1E824 (or 0xE1E824) is known color: Golden Fizz. HEX triplet: E1, E8 and 24. RGB value is (225,232,36). Sum of RGB (Red+Green+Blue) = 225+232+36=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 232 (91.02% from 255 or 47.06% from 493); Blue value is 36 (14.45% from 255 or 7.30% from 493); Max value from RGB is 232 - color contains mainly: green. Hex color #E1E824 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1E824 is #1E17DB. Grayscale: #D0D0D0. Windows color (decimal): -1972188 or 2418913. OLE color: 2418913.
HSL color Cylindrical-coordinate representation of color #E1E824: hue angle of 62.14º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1E824 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 232 | 36 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.09 |
| HSL | 62.14º | 0.81% | 0.53% | - |
| HSV(B) | 62.14º | 0.84% | 0.91% | - |
| XYZ | 60.23 | 73.85 | 12.75 | - |
| YUV | 207.56 | 31.18 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 232 | 36 | 0.03 | 0 | 0.84 | 0.09 | 62.14 | 0.81 | 0.53 |
| Hex | E1 | E8 | 24 | 3 | 0 | 54 | 9 | 3E | 51 | 35 |
| Octal | 341 | 350 | 44 | 3 | 0 | 124 | 11 | 76 | 121 | 65 |
| Binary | 11100001 | 11101000 | 100100 | 11 | 0 | 1010100 | 1001 | 111110 | 1010001 | 110101 |
Color Harmonies of #E1E824
Complementary color
Monochromatic Colors of #E1E824
Black with #E1E824
Text Example
Text Example
White with #E1E824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E824; }
p { color: rgb(225,232,36); }
H1.HeaderClassName
{
color: #E1E824;
}
.AnyTagClassName
{
color: #E1E824;
}
</style>
background-color css
<style>
a { background-color: #E1E824; }
a { background-color: rgb(225,232,36); }
div.DivClassName
{
background-color: #E1E824;
}
.BgClassName
{
background-color: #E1E824;
}
</style>
border-color css
<style>
span { border-color: #E1E824; }
span { border-color: rgb(225,232,36); }
td.TdClassName
{
border-color: #E1E824;
}
.TagClassName
{
border-color: #E1E824;
}
</style>