Shades of Golden Fizz #E2E32C
Tints of Golden Fizz #E2E32C
RGB
CMYK
RGB Variations
Color information
#E2E32C (or 0xE2E32C) is known color: Golden Fizz. HEX triplet: E2, E3 and 2C. RGB value is (226,227,44). Sum of RGB (Red+Green+Blue) = 226+227+44=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 44 (17.58% from 255 or 8.85% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #E2E32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E32C is #1D1CD3. Grayscale: #CECECE. Windows color (decimal): -1907924 or 2941922. OLE color: 2941922.
HSL color Cylindrical-coordinate representation of color #E2E32C: hue angle of 60.33º degrees, saturation: 0.77, 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 #E2E32C is Cyan = 0.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 227 | 44 | - |
| CMYK | 0.00 | 0 | 0.81 | 0.11 |
| HSL | 60.33º | 0.77% | 0.53% | - |
| HSV(B) | 60.33º | 0.81% | 0.89% | - |
| XYZ | 59.29 | 71.29 | 13.02 | - |
| YUV | 205.84 | 36.67 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 227 | 44 | 0.00 | 0 | 0.81 | 0.11 | 60.33 | 0.77 | 0.53 |
| Hex | E2 | E3 | 2C | 0 | 0 | 51 | B | 3C | 4D | 35 |
| Octal | 342 | 343 | 54 | 0 | 0 | 121 | 13 | 74 | 115 | 65 |
| Binary | 11100010 | 11100011 | 101100 | 0 | 0 | 1010001 | 1011 | 111100 | 1001101 | 110101 |
Color Harmonies of #E2E32C
Complementary color
Monochromatic Colors of #E2E32C
Black with #E2E32C
Text Example
Text Example
White with #E2E32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E32C; }
p { color: rgb(226,227,44); }
H1.HeaderClassName
{
color: #E2E32C;
}
.AnyTagClassName
{
color: #E2E32C;
}
</style>
background-color css
<style>
a { background-color: #E2E32C; }
a { background-color: rgb(226,227,44); }
div.DivClassName
{
background-color: #E2E32C;
}
.BgClassName
{
background-color: #E2E32C;
}
</style>
border-color css
<style>
span { border-color: #E2E32C; }
span { border-color: rgb(226,227,44); }
td.TdClassName
{
border-color: #E2E32C;
}
.TagClassName
{
border-color: #E2E32C;
}
</style>