Shades of Golden Fizz #E2E924
Tints of Golden Fizz #E2E924
RGB
CMYK
RGB Variations
Color information
#E2E924 (or 0xE2E924) is known color: Golden Fizz. HEX triplet: E2, E9 and 24. RGB value is (226,233,36). Sum of RGB (Red+Green+Blue) = 226+233+36=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 36 (14.45% from 255 or 7.27% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #E2E924 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2E924 is #1D16DB. Grayscale: #D1D1D1. Windows color (decimal): -1906396 or 2419170. OLE color: 2419170.
HSL color Cylindrical-coordinate representation of color #E2E924: hue angle of 62.13º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2E924 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 233 | 36 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.09 |
| HSL | 62.13º | 0.82% | 0.53% | - |
| HSV(B) | 62.13º | 0.85% | 0.91% | - |
| XYZ | 60.82 | 74.57 | 12.86 | - |
| YUV | 208.45 | 30.68 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 233 | 36 | 0.03 | 0 | 0.85 | 0.09 | 62.13 | 0.82 | 0.53 |
| Hex | E2 | E9 | 24 | 3 | 0 | 55 | 9 | 3E | 52 | 35 |
| Octal | 342 | 351 | 44 | 3 | 0 | 125 | 11 | 76 | 122 | 65 |
| Binary | 11100010 | 11101001 | 100100 | 11 | 0 | 1010101 | 1001 | 111110 | 1010010 | 110101 |
Color Harmonies of #E2E924
Complementary color
Monochromatic Colors of #E2E924
Black with #E2E924
Text Example
Text Example
White with #E2E924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E924; }
p { color: rgb(226,233,36); }
H1.HeaderClassName
{
color: #E2E924;
}
.AnyTagClassName
{
color: #E2E924;
}
</style>
background-color css
<style>
a { background-color: #E2E924; }
a { background-color: rgb(226,233,36); }
div.DivClassName
{
background-color: #E2E924;
}
.BgClassName
{
background-color: #E2E924;
}
</style>
border-color css
<style>
span { border-color: #E2E924; }
span { border-color: rgb(226,233,36); }
td.TdClassName
{
border-color: #E2E924;
}
.TagClassName
{
border-color: #E2E924;
}
</style>