Shades of Golden Fizz #E5E12C
Tints of Golden Fizz #E5E12C
RGB
CMYK
RGB Variations
Color information
#E5E12C (or 0xE5E12C) is known color: Golden Fizz. HEX triplet: E5, E1 and 2C. RGB value is (229,225,44). Sum of RGB (Red+Green+Blue) = 229+225+44=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 44 (17.58% from 255 or 8.84% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E12C is #1A1ED3. Grayscale: #CECECE. Windows color (decimal): -1711828 or 2941413. OLE color: 2941413.
HSL color Cylindrical-coordinate representation of color #E5E12C: hue angle of 58.7º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5E12C is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 44 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.10 |
| HSL | 58.7º | 0.78% | 0.54% | - |
| HSV(B) | 58.7º | 0.81% | 0.9% | - |
| XYZ | 59.69 | 70.69 | 12.88 | - |
| YUV | 205.56 | 36.83 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 44 | 0 | 0.02 | 0.81 | 0.10 | 58.7 | 0.78 | 0.54 |
| Hex | E5 | E1 | 2C | 0 | 2 | 51 | A | 3B | 4E | 36 |
| Octal | 345 | 341 | 54 | 0 | 2 | 121 | 12 | 73 | 116 | 66 |
| Binary | 11100101 | 11100001 | 101100 | 0 | 10 | 1010001 | 1010 | 111011 | 1001110 | 110110 |
Color Harmonies of #E5E12C
Complementary color
Monochromatic Colors of #E5E12C
Black with #E5E12C
Text Example
Text Example
White with #E5E12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E12C; }
p { color: rgb(229,225,44); }
H1.HeaderClassName
{
color: #E5E12C;
}
.AnyTagClassName
{
color: #E5E12C;
}
</style>
background-color css
<style>
a { background-color: #E5E12C; }
a { background-color: rgb(229,225,44); }
div.DivClassName
{
background-color: #E5E12C;
}
.BgClassName
{
background-color: #E5E12C;
}
</style>
border-color css
<style>
span { border-color: #E5E12C; }
span { border-color: rgb(229,225,44); }
td.TdClassName
{
border-color: #E5E12C;
}
.TagClassName
{
border-color: #E5E12C;
}
</style>