Shades of Golden Fizz #E2E923
Tints of Golden Fizz #E2E923
RGB
CMYK
RGB Variations
Color information
#E2E923 (or 0xE2E923) is known color: Golden Fizz. HEX triplet: E2, E9 and 23. RGB value is (226,233,35). Sum of RGB (Red+Green+Blue) = 226+233+35=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 233 (91.41% from 255 or 47.17% from 494); Blue value is 35 (14.06% from 255 or 7.09% from 494); Max value from RGB is 233 - color contains mainly: green. Hex color #E2E923 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2E923 is #1D16DC. Grayscale: #D1D1D1. Windows color (decimal): -1906397 or 2353634. OLE color: 2353634.
HSL color Cylindrical-coordinate representation of color #E2E923: hue angle of 62.12º 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 #E2E923 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 233 | 35 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.09 |
| HSL | 62.12º | 0.82% | 0.53% | - |
| HSV(B) | 62.12º | 0.85% | 0.91% | - |
| XYZ | 60.81 | 74.57 | 12.78 | - |
| YUV | 208.34 | 30.18 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 233 | 35 | 0.03 | 0 | 0.85 | 0.09 | 62.12 | 0.82 | 0.53 |
| Hex | E2 | E9 | 23 | 3 | 0 | 55 | 9 | 3E | 52 | 35 |
| Octal | 342 | 351 | 43 | 3 | 0 | 125 | 11 | 76 | 122 | 65 |
| Binary | 11100010 | 11101001 | 100011 | 11 | 0 | 1010101 | 1001 | 111110 | 1010010 | 110101 |
Color Harmonies of #E2E923
Complementary color
Monochromatic Colors of #E2E923
Black with #E2E923
Text Example
Text Example
White with #E2E923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E923; }
p { color: rgb(226,233,35); }
H1.HeaderClassName
{
color: #E2E923;
}
.AnyTagClassName
{
color: #E2E923;
}
</style>
background-color css
<style>
a { background-color: #E2E923; }
a { background-color: rgb(226,233,35); }
div.DivClassName
{
background-color: #E2E923;
}
.BgClassName
{
background-color: #E2E923;
}
</style>
border-color css
<style>
span { border-color: #E2E923; }
span { border-color: rgb(226,233,35); }
td.TdClassName
{
border-color: #E2E923;
}
.TagClassName
{
border-color: #E2E923;
}
</style>