Shades of Golden Fizz #E2E52B
Tints of Golden Fizz #E2E52B
RGB
CMYK
RGB Variations
Color information
#E2E52B (or 0xE2E52B) is known color: Golden Fizz. HEX triplet: E2, E5 and 2B. RGB value is (226,229,43). Sum of RGB (Red+Green+Blue) = 226+229+43=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 43 (17.19% from 255 or 8.63% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E52B is #1D1AD4. Grayscale: #CFCFCF. Windows color (decimal): -1907413 or 2876898. OLE color: 2876898.
HSL color Cylindrical-coordinate representation of color #E2E52B: hue angle of 60.97º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2E52B is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 229 | 43 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.10 |
| HSL | 60.97º | 0.78% | 0.53% | - |
| HSV(B) | 60.97º | 0.81% | 0.9% | - |
| XYZ | 59.82 | 72.38 | 13.1 | - |
| YUV | 206.9 | 35.51 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 229 | 43 | 0.01 | 0 | 0.81 | 0.10 | 60.97 | 0.78 | 0.53 |
| Hex | E2 | E5 | 2B | 1 | 0 | 51 | A | 3D | 4E | 35 |
| Octal | 342 | 345 | 53 | 1 | 0 | 121 | 12 | 75 | 116 | 65 |
| Binary | 11100010 | 11100101 | 101011 | 1 | 0 | 1010001 | 1010 | 111101 | 1001110 | 110101 |
Color Harmonies of #E2E52B
Complementary color
Monochromatic Colors of #E2E52B
Black with #E2E52B
Text Example
Text Example
White with #E2E52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E52B; }
p { color: rgb(226,229,43); }
H1.HeaderClassName
{
color: #E2E52B;
}
.AnyTagClassName
{
color: #E2E52B;
}
</style>
background-color css
<style>
a { background-color: #E2E52B; }
a { background-color: rgb(226,229,43); }
div.DivClassName
{
background-color: #E2E52B;
}
.BgClassName
{
background-color: #E2E52B;
}
</style>
border-color css
<style>
span { border-color: #E2E52B; }
span { border-color: rgb(226,229,43); }
td.TdClassName
{
border-color: #E2E52B;
}
.TagClassName
{
border-color: #E2E52B;
}
</style>