Shades of Golden Fizz #E2E42B
Tints of Golden Fizz #E2E42B
RGB
CMYK
RGB Variations
Color information
#E2E42B (or 0xE2E42B) is known color: Golden Fizz. HEX triplet: E2, E4 and 2B. RGB value is (226,228,43). Sum of RGB (Red+Green+Blue) = 226+228+43=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 43 (17.19% from 255 or 8.65% from 497); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E42B is #1D1BD4. Grayscale: #CFCFCF. Windows color (decimal): -1907669 or 2876642. OLE color: 2876642.
HSL color Cylindrical-coordinate representation of color #E2E42B: hue angle of 60.65º 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 #E2E42B is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 43 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.11 |
| HSL | 60.65º | 0.77% | 0.53% | - |
| HSV(B) | 60.65º | 0.81% | 0.89% | - |
| XYZ | 59.54 | 71.83 | 13.01 | - |
| YUV | 206.31 | 35.84 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 43 | 0.01 | 0 | 0.81 | 0.11 | 60.65 | 0.77 | 0.53 |
| Hex | E2 | E4 | 2B | 1 | 0 | 51 | B | 3D | 4D | 35 |
| Octal | 342 | 344 | 53 | 1 | 0 | 121 | 13 | 75 | 115 | 65 |
| Binary | 11100010 | 11100100 | 101011 | 1 | 0 | 1010001 | 1011 | 111101 | 1001101 | 110101 |
Color Harmonies of #E2E42B
Complementary color
Monochromatic Colors of #E2E42B
Black with #E2E42B
Text Example
Text Example
White with #E2E42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E42B; }
p { color: rgb(226,228,43); }
H1.HeaderClassName
{
color: #E2E42B;
}
.AnyTagClassName
{
color: #E2E42B;
}
</style>
background-color css
<style>
a { background-color: #E2E42B; }
a { background-color: rgb(226,228,43); }
div.DivClassName
{
background-color: #E2E42B;
}
.BgClassName
{
background-color: #E2E42B;
}
</style>
border-color css
<style>
span { border-color: #E2E42B; }
span { border-color: rgb(226,228,43); }
td.TdClassName
{
border-color: #E2E42B;
}
.TagClassName
{
border-color: #E2E42B;
}
</style>