Shades of Golden Fizz #E2EB2C
Tints of Golden Fizz #E2EB2C
RGB
CMYK
RGB Variations
Color information
#E2EB2C (or 0xE2EB2C) is known color: Golden Fizz. HEX triplet: E2, EB and 2C. RGB value is (226,235,44). Sum of RGB (Red+Green+Blue) = 226+235+44=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 235 (92.19% from 255 or 46.53% from 505); Blue value is 44 (17.58% from 255 or 8.71% from 505); Max value from RGB is 235 - color contains mainly: green. Hex color #E2EB2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EB2C is #1D14D3. Grayscale: #D3D3D3. Windows color (decimal): -1905876 or 2943970. OLE color: 2943970.
HSL color Cylindrical-coordinate representation of color #E2EB2C: hue angle of 62.83º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2EB2C is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 235 | 44 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.08 |
| HSL | 62.83º | 0.83% | 0.55% | - |
| HSV(B) | 62.83º | 0.81% | 0.92% | - |
| XYZ | 61.53 | 75.77 | 13.76 | - |
| YUV | 210.54 | 34.02 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 235 | 44 | 0.04 | 0 | 0.81 | 0.08 | 62.83 | 0.83 | 0.55 |
| Hex | E2 | EB | 2C | 4 | 0 | 51 | 8 | 3F | 53 | 37 |
| Octal | 342 | 353 | 54 | 4 | 0 | 121 | 10 | 77 | 123 | 67 |
| Binary | 11100010 | 11101011 | 101100 | 100 | 0 | 1010001 | 1000 | 111111 | 1010011 | 110111 |
Color Harmonies of #E2EB2C
Complementary color
Monochromatic Colors of #E2EB2C
Black with #E2EB2C
Text Example
Text Example
White with #E2EB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EB2C; }
p { color: rgb(226,235,44); }
H1.HeaderClassName
{
color: #E2EB2C;
}
.AnyTagClassName
{
color: #E2EB2C;
}
</style>
background-color css
<style>
a { background-color: #E2EB2C; }
a { background-color: rgb(226,235,44); }
div.DivClassName
{
background-color: #E2EB2C;
}
.BgClassName
{
background-color: #E2EB2C;
}
</style>
border-color css
<style>
span { border-color: #E2EB2C; }
span { border-color: rgb(226,235,44); }
td.TdClassName
{
border-color: #E2EB2C;
}
.TagClassName
{
border-color: #E2EB2C;
}
</style>