Shades of Golden Fizz #E1E11F
Tints of Golden Fizz #E1E11F
RGB
CMYK
RGB Variations
Color information
#E1E11F (or 0xE1E11F) is known color: Golden Fizz. HEX triplet: E1, E1 and 1F. RGB value is (225,225,31). Sum of RGB (Red+Green+Blue) = 225+225+31=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 31 (12.5% from 255 or 6.44% from 481); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E11F is #1E1EE0. Grayscale: #CBCBCB. Windows color (decimal): -1973985 or 2089441. OLE color: 2089441.
HSL color Cylindrical-coordinate representation of color #E1E11F: hue angle of 60º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1E11F is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 225 | 31 | - |
| CMYK | 0 | 0 | 0.86 | 0.12 |
| HSL | 60º | 0.76% | 0.5% | - |
| HSV(B) | 60º | 0.86% | 0.88% | - |
| XYZ | 58.22 | 69.96 | 11.73 | - |
| YUV | 202.88 | 31 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 225 | 31 | 0 | 0 | 0.86 | 0.12 | 60 | 0.76 | 0.5 |
| Hex | E1 | E1 | 1F | 0 | 0 | 56 | C | 3C | 4C | 32 |
| Octal | 341 | 341 | 37 | 0 | 0 | 126 | 14 | 74 | 114 | 62 |
| Binary | 11100001 | 11100001 | 11111 | 0 | 0 | 1010110 | 1100 | 111100 | 1001100 | 110010 |
Color Harmonies of #E1E11F
Complementary color
Monochromatic Colors of #E1E11F
Black with #E1E11F
Text Example
Text Example
White with #E1E11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E11F; }
p { color: rgb(225,225,31); }
H1.HeaderClassName
{
color: #E1E11F;
}
.AnyTagClassName
{
color: #E1E11F;
}
</style>
background-color css
<style>
a { background-color: #E1E11F; }
a { background-color: rgb(225,225,31); }
div.DivClassName
{
background-color: #E1E11F;
}
.BgClassName
{
background-color: #E1E11F;
}
</style>
border-color css
<style>
span { border-color: #E1E11F; }
span { border-color: rgb(225,225,31); }
td.TdClassName
{
border-color: #E1E11F;
}
.TagClassName
{
border-color: #E1E11F;
}
</style>