Shades of Golden Fizz #E2E428
Tints of Golden Fizz #E2E428
RGB
CMYK
RGB Variations
Color information
#E2E428 (or 0xE2E428) is known color: Golden Fizz. HEX triplet: E2, E4 and 28. RGB value is (226,228,40). Sum of RGB (Red+Green+Blue) = 226+228+40=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 40 (16.02% from 255 or 8.10% from 494); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E428 is #1D1BD7. Grayscale: #CECECE. Windows color (decimal): -1907672 or 2680034. OLE color: 2680034.
HSL color Cylindrical-coordinate representation of color #E2E428: 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 #E2E428 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 40 | - |
| 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.49 | 71.81 | 12.73 | - |
| YUV | 205.97 | 34.34 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 40 | 0.01 | 0 | 0.82 | 0.11 | 60.64 | 0.78 | 0.53 |
| Hex | E2 | E4 | 28 | 1 | 0 | 52 | B | 3D | 4E | 35 |
| Octal | 342 | 344 | 50 | 1 | 0 | 122 | 13 | 75 | 116 | 65 |
| Binary | 11100010 | 11100100 | 101000 | 1 | 0 | 1010010 | 1011 | 111101 | 1001110 | 110101 |
Color Harmonies of #E2E428
Complementary color
Monochromatic Colors of #E2E428
Black with #E2E428
Text Example
Text Example
White with #E2E428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E428; }
p { color: rgb(226,228,40); }
H1.HeaderClassName
{
color: #E2E428;
}
.AnyTagClassName
{
color: #E2E428;
}
</style>
background-color css
<style>
a { background-color: #E2E428; }
a { background-color: rgb(226,228,40); }
div.DivClassName
{
background-color: #E2E428;
}
.BgClassName
{
background-color: #E2E428;
}
</style>
border-color css
<style>
span { border-color: #E2E428; }
span { border-color: rgb(226,228,40); }
td.TdClassName
{
border-color: #E2E428;
}
.TagClassName
{
border-color: #E2E428;
}
</style>