Shades of Golden Fizz #E1E51C
Tints of Golden Fizz #E1E51C
RGB
CMYK
RGB Variations
Color information
#E1E51C (or 0xE1E51C) is known color: Golden Fizz. HEX triplet: E1, E5 and 1C. RGB value is (225,229,28). Sum of RGB (Red+Green+Blue) = 225+229+28=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 28 (11.33% from 255 or 5.81% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E51C is #1E1AE3. Grayscale: #CDCDCD. Windows color (decimal): -1972964 or 1893857. OLE color: 1893857.
HSL color Cylindrical-coordinate representation of color #E1E51C: hue angle of 61.19º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1E51C is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 229 | 28 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.10 |
| HSL | 61.19º | 0.79% | 0.5% | - |
| HSV(B) | 61.19º | 0.88% | 0.9% | - |
| XYZ | 59.28 | 72.13 | 11.9 | - |
| YUV | 204.89 | 28.17 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 229 | 28 | 0.02 | 0 | 0.88 | 0.10 | 61.19 | 0.79 | 0.5 |
| Hex | E1 | E5 | 1C | 2 | 0 | 58 | A | 3D | 4F | 32 |
| Octal | 341 | 345 | 34 | 2 | 0 | 130 | 12 | 75 | 117 | 62 |
| Binary | 11100001 | 11100101 | 11100 | 10 | 0 | 1011000 | 1010 | 111101 | 1001111 | 110010 |
Color Harmonies of #E1E51C
Complementary color
Monochromatic Colors of #E1E51C
Black with #E1E51C
Text Example
Text Example
White with #E1E51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E51C; }
p { color: rgb(225,229,28); }
H1.HeaderClassName
{
color: #E1E51C;
}
.AnyTagClassName
{
color: #E1E51C;
}
</style>
background-color css
<style>
a { background-color: #E1E51C; }
a { background-color: rgb(225,229,28); }
div.DivClassName
{
background-color: #E1E51C;
}
.BgClassName
{
background-color: #E1E51C;
}
</style>
border-color css
<style>
span { border-color: #E1E51C; }
span { border-color: rgb(225,229,28); }
td.TdClassName
{
border-color: #E1E51C;
}
.TagClassName
{
border-color: #E1E51C;
}
</style>