Shades of Golden Fizz #E2E12C
Tints of Golden Fizz #E2E12C
RGB
CMYK
RGB Variations
Color information
#E2E12C (or 0xE2E12C) is known color: Golden Fizz. HEX triplet: E2, E1 and 2C. RGB value is (226,225,44). Sum of RGB (Red+Green+Blue) = 226+225+44=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 44 (17.58% from 255 or 8.89% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E12C is #1D1ED3. Grayscale: #CDCDCD. Windows color (decimal): -1908436 or 2941410. OLE color: 2941410.
HSL color Cylindrical-coordinate representation of color #E2E12C: hue angle of 59.67º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2E12C is Cyan = 0, Magento = 0.00, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 44 | - |
| CMYK | 0 | 0.00 | 0.81 | 0.11 |
| HSL | 59.67º | 0.76% | 0.53% | - |
| HSV(B) | 59.67º | 0.81% | 0.89% | - |
| XYZ | 58.74 | 70.2 | 12.84 | - |
| YUV | 204.67 | 37.33 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 44 | 0 | 0.00 | 0.81 | 0.11 | 59.67 | 0.76 | 0.53 |
| Hex | E2 | E1 | 2C | 0 | 0 | 51 | B | 3C | 4C | 35 |
| Octal | 342 | 341 | 54 | 0 | 0 | 121 | 13 | 74 | 114 | 65 |
| Binary | 11100010 | 11100001 | 101100 | 0 | 0 | 1010001 | 1011 | 111100 | 1001100 | 110101 |
Color Harmonies of #E2E12C
Complementary color
Monochromatic Colors of #E2E12C
Black with #E2E12C
Text Example
Text Example
White with #E2E12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E12C; }
p { color: rgb(226,225,44); }
H1.HeaderClassName
{
color: #E2E12C;
}
.AnyTagClassName
{
color: #E2E12C;
}
</style>
background-color css
<style>
a { background-color: #E2E12C; }
a { background-color: rgb(226,225,44); }
div.DivClassName
{
background-color: #E2E12C;
}
.BgClassName
{
background-color: #E2E12C;
}
</style>
border-color css
<style>
span { border-color: #E2E12C; }
span { border-color: rgb(226,225,44); }
td.TdClassName
{
border-color: #E2E12C;
}
.TagClassName
{
border-color: #E2E12C;
}
</style>