Shades of Golden Fizz #E2E429
Tints of Golden Fizz #E2E429
RGB
CMYK
RGB Variations
Color information
#E2E429 (or 0xE2E429) is known color: Golden Fizz. HEX triplet: E2, E4 and 29. RGB value is (226,228,41). Sum of RGB (Red+Green+Blue) = 226+228+41=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 41 (16.41% from 255 or 8.28% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E429 is #1D1BD6. Grayscale: #CECECE. Windows color (decimal): -1907671 or 2745570. OLE color: 2745570.
HSL color Cylindrical-coordinate representation of color #E2E429: hue angle of 60.64º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2E429 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 41 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.11 |
| HSL | 60.64º | 0.78% | 0.53% | - |
| HSV(B) | 60.64º | 0.82% | 0.89% | - |
| XYZ | 59.51 | 71.82 | 12.82 | - |
| YUV | 206.08 | 34.84 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 41 | 0.01 | 0 | 0.82 | 0.11 | 60.64 | 0.78 | 0.53 |
| Hex | E2 | E4 | 29 | 1 | 0 | 52 | B | 3D | 4E | 35 |
| Octal | 342 | 344 | 51 | 1 | 0 | 122 | 13 | 75 | 116 | 65 |
| Binary | 11100010 | 11100100 | 101001 | 1 | 0 | 1010010 | 1011 | 111101 | 1001110 | 110101 |
Color Harmonies of #E2E429
Complementary color
Monochromatic Colors of #E2E429
Black with #E2E429
Text Example
Text Example
White with #E2E429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E429; }
p { color: rgb(226,228,41); }
H1.HeaderClassName
{
color: #E2E429;
}
.AnyTagClassName
{
color: #E2E429;
}
</style>
background-color css
<style>
a { background-color: #E2E429; }
a { background-color: rgb(226,228,41); }
div.DivClassName
{
background-color: #E2E429;
}
.BgClassName
{
background-color: #E2E429;
}
</style>
border-color css
<style>
span { border-color: #E2E429; }
span { border-color: rgb(226,228,41); }
td.TdClassName
{
border-color: #E2E429;
}
.TagClassName
{
border-color: #E2E429;
}
</style>