Shades of Golden Fizz #E1E017
Tints of Golden Fizz #E1E017
RGB
CMYK
RGB Variations
Color information
#E1E017 (or 0xE1E017) is known color: Golden Fizz. HEX triplet: E1, E0 and 17. RGB value is (225,224,23). Sum of RGB (Red+Green+Blue) = 225+224+23=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 23 (9.38% from 255 or 4.87% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1E017 is #1E1FE8. Grayscale: #CACACA. Windows color (decimal): -1974249 or 1564897. OLE color: 1564897.
HSL color Cylindrical-coordinate representation of color #E1E017: hue angle of 59.7º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1E017 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 224 | 23 | - |
| CMYK | 0 | 0.00 | 0.90 | 0.12 |
| HSL | 59.7º | 0.81% | 0.49% | - |
| HSV(B) | 59.7º | 0.9% | 0.88% | - |
| XYZ | 57.86 | 69.38 | 11.15 | - |
| YUV | 201.39 | 27.33 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 23 | 0 | 0.00 | 0.90 | 0.12 | 59.7 | 0.81 | 0.49 |
| Hex | E1 | E0 | 17 | 0 | 0 | 5A | C | 3C | 51 | 31 |
| Octal | 341 | 340 | 27 | 0 | 0 | 132 | 14 | 74 | 121 | 61 |
| Binary | 11100001 | 11100000 | 10111 | 0 | 0 | 1011010 | 1100 | 111100 | 1010001 | 110001 |
Color Harmonies of #E1E017
Complementary color
Monochromatic Colors of #E1E017
Black with #E1E017
Text Example
Text Example
White with #E1E017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E017; }
p { color: rgb(225,224,23); }
H1.HeaderClassName
{
color: #E1E017;
}
.AnyTagClassName
{
color: #E1E017;
}
</style>
background-color css
<style>
a { background-color: #E1E017; }
a { background-color: rgb(225,224,23); }
div.DivClassName
{
background-color: #E1E017;
}
.BgClassName
{
background-color: #E1E017;
}
</style>
border-color css
<style>
span { border-color: #E1E017; }
span { border-color: rgb(225,224,23); }
td.TdClassName
{
border-color: #E1E017;
}
.TagClassName
{
border-color: #E1E017;
}
</style>