Shades of Golden Fizz #E2E82C
Tints of Golden Fizz #E2E82C
RGB
CMYK
RGB Variations
Color information
#E2E82C (or 0xE2E82C) is known color: Golden Fizz. HEX triplet: E2, E8 and 2C. RGB value is (226,232,44). Sum of RGB (Red+Green+Blue) = 226+232+44=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 232 (91.02% from 255 or 46.22% from 502); Blue value is 44 (17.58% from 255 or 8.76% from 502); Max value from RGB is 232 - color contains mainly: green. Hex color #E2E82C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2E82C is #1D17D3. Grayscale: #D1D1D1. Windows color (decimal): -1906644 or 2943202. OLE color: 2943202.
HSL color Cylindrical-coordinate representation of color #E2E82C: hue angle of 61.91º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2E82C is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 232 | 44 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.09 |
| HSL | 61.91º | 0.8% | 0.54% | - |
| HSV(B) | 61.91º | 0.81% | 0.91% | - |
| XYZ | 60.68 | 74.06 | 13.48 | - |
| YUV | 208.77 | 35.01 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 232 | 44 | 0.03 | 0 | 0.81 | 0.09 | 61.91 | 0.8 | 0.54 |
| Hex | E2 | E8 | 2C | 3 | 0 | 51 | 9 | 3E | 50 | 36 |
| Octal | 342 | 350 | 54 | 3 | 0 | 121 | 11 | 76 | 120 | 66 |
| Binary | 11100010 | 11101000 | 101100 | 11 | 0 | 1010001 | 1001 | 111110 | 1010000 | 110110 |
Color Harmonies of #E2E82C
Complementary color
Monochromatic Colors of #E2E82C
Black with #E2E82C
Text Example
Text Example
White with #E2E82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E82C; }
p { color: rgb(226,232,44); }
H1.HeaderClassName
{
color: #E2E82C;
}
.AnyTagClassName
{
color: #E2E82C;
}
</style>
background-color css
<style>
a { background-color: #E2E82C; }
a { background-color: rgb(226,232,44); }
div.DivClassName
{
background-color: #E2E82C;
}
.BgClassName
{
background-color: #E2E82C;
}
</style>
border-color css
<style>
span { border-color: #E2E82C; }
span { border-color: rgb(226,232,44); }
td.TdClassName
{
border-color: #E2E82C;
}
.TagClassName
{
border-color: #E2E82C;
}
</style>