Shades of Golden Fizz #E2E929
Tints of Golden Fizz #E2E929
RGB
CMYK
RGB Variations
Color information
#E2E929 (or 0xE2E929) is known color: Golden Fizz. HEX triplet: E2, E9 and 29. RGB value is (226,233,41). Sum of RGB (Red+Green+Blue) = 226+233+41=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 233 (91.41% from 255 or 46.6% from 500); Blue value is 41 (16.41% from 255 or 8.2% from 500); Max value from RGB is 233 - color contains mainly: green. Hex color #E2E929 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2E929 is #1D16D6. Grayscale: #D1D1D1. Windows color (decimal): -1906391 or 2746850. OLE color: 2746850.
HSL color Cylindrical-coordinate representation of color #E2E929: hue angle of 62.19º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2E929 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 233 | 41 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.09 |
| HSL | 62.19º | 0.81% | 0.54% | - |
| HSV(B) | 62.19º | 0.82% | 0.91% | - |
| XYZ | 60.9 | 74.61 | 13.29 | - |
| YUV | 209.02 | 33.18 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 233 | 41 | 0.03 | 0 | 0.82 | 0.09 | 62.19 | 0.81 | 0.54 |
| Hex | E2 | E9 | 29 | 3 | 0 | 52 | 9 | 3E | 51 | 36 |
| Octal | 342 | 351 | 51 | 3 | 0 | 122 | 11 | 76 | 121 | 66 |
| Binary | 11100010 | 11101001 | 101001 | 11 | 0 | 1010010 | 1001 | 111110 | 1010001 | 110110 |
Color Harmonies of #E2E929
Complementary color
Monochromatic Colors of #E2E929
Black with #E2E929
Text Example
Text Example
White with #E2E929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E929; }
p { color: rgb(226,233,41); }
H1.HeaderClassName
{
color: #E2E929;
}
.AnyTagClassName
{
color: #E2E929;
}
</style>
background-color css
<style>
a { background-color: #E2E929; }
a { background-color: rgb(226,233,41); }
div.DivClassName
{
background-color: #E2E929;
}
.BgClassName
{
background-color: #E2E929;
}
</style>
border-color css
<style>
span { border-color: #E2E929; }
span { border-color: rgb(226,233,41); }
td.TdClassName
{
border-color: #E2E929;
}
.TagClassName
{
border-color: #E2E929;
}
</style>