Shades of Golden Fizz #E1E918
Tints of Golden Fizz #E1E918
RGB
CMYK
RGB Variations
Color information
#E1E918 (or 0xE1E918) is known color: Golden Fizz. HEX triplet: E1, E9 and 18. RGB value is (225,233,24). Sum of RGB (Red+Green+Blue) = 225+233+24=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 233 (91.41% from 255 or 48.34% from 482); Blue value is 24 (9.77% from 255 or 4.98% from 482); Max value from RGB is 233 - color contains mainly: green. Hex color #E1E918 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E1E918 is #1E16E7. Grayscale: #CFCFCF. Windows color (decimal): -1971944 or 1632737. OLE color: 1632737.
HSL color Cylindrical-coordinate representation of color #E1E918: hue angle of 62.3º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1E918 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 233 | 24 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.09 |
| HSL | 62.3º | 0.83% | 0.5% | - |
| HSV(B) | 62.3º | 0.9% | 0.91% | - |
| XYZ | 60.36 | 74.35 | 12.03 | - |
| YUV | 206.78 | 24.85 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 233 | 24 | 0.03 | 0 | 0.90 | 0.09 | 62.3 | 0.83 | 0.5 |
| Hex | E1 | E9 | 18 | 3 | 0 | 5A | 9 | 3E | 53 | 32 |
| Octal | 341 | 351 | 30 | 3 | 0 | 132 | 11 | 76 | 123 | 62 |
| Binary | 11100001 | 11101001 | 11000 | 11 | 0 | 1011010 | 1001 | 111110 | 1010011 | 110010 |
Color Harmonies of #E1E918
Complementary color
Monochromatic Colors of #E1E918
Black with #E1E918
Text Example
Text Example
White with #E1E918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E918; }
p { color: rgb(225,233,24); }
H1.HeaderClassName
{
color: #E1E918;
}
.AnyTagClassName
{
color: #E1E918;
}
</style>
background-color css
<style>
a { background-color: #E1E918; }
a { background-color: rgb(225,233,24); }
div.DivClassName
{
background-color: #E1E918;
}
.BgClassName
{
background-color: #E1E918;
}
</style>
border-color css
<style>
span { border-color: #E1E918; }
span { border-color: rgb(225,233,24); }
td.TdClassName
{
border-color: #E1E918;
}
.TagClassName
{
border-color: #E1E918;
}
</style>