Shades of Golden Fizz #E2E12A
Tints of Golden Fizz #E2E12A
RGB
CMYK
RGB Variations
Color information
#E2E12A (or 0xE2E12A) is known color: Golden Fizz. HEX triplet: E2, E1 and 2A. RGB value is (226,225,42). Sum of RGB (Red+Green+Blue) = 226+225+42=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 42 (16.80% from 255 or 8.52% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E12A is #1D1ED5. Grayscale: #CDCDCD. Windows color (decimal): -1908438 or 2810338. OLE color: 2810338.
HSL color Cylindrical-coordinate representation of color #E2E12A: 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 #E2E12A is Cyan = 0, Magento = 0.00, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 42 | - |
| 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.71 | 70.19 | 12.64 | - |
| YUV | 204.44 | 36.33 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 42 | 0 | 0.00 | 0.81 | 0.11 | 59.67 | 0.76 | 0.53 |
| Hex | E2 | E1 | 2A | 0 | 0 | 51 | B | 3C | 4C | 35 |
| Octal | 342 | 341 | 52 | 0 | 0 | 121 | 13 | 74 | 114 | 65 |
| Binary | 11100010 | 11100001 | 101010 | 0 | 0 | 1010001 | 1011 | 111100 | 1001100 | 110101 |
Color Harmonies of #E2E12A
Complementary color
Monochromatic Colors of #E2E12A
Black with #E2E12A
Text Example
Text Example
White with #E2E12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E12A; }
p { color: rgb(226,225,42); }
H1.HeaderClassName
{
color: #E2E12A;
}
.AnyTagClassName
{
color: #E2E12A;
}
</style>
background-color css
<style>
a { background-color: #E2E12A; }
a { background-color: rgb(226,225,42); }
div.DivClassName
{
background-color: #E2E12A;
}
.BgClassName
{
background-color: #E2E12A;
}
</style>
border-color css
<style>
span { border-color: #E2E12A; }
span { border-color: rgb(226,225,42); }
td.TdClassName
{
border-color: #E2E12A;
}
.TagClassName
{
border-color: #E2E12A;
}
</style>