Shades of Golden Fizz #E2DD22
Tints of Golden Fizz #E2DD22
RGB
CMYK
RGB Variations
Color information
#E2DD22 (or 0xE2DD22) is known color: Golden Fizz. HEX triplet: E2, DD and 22. RGB value is (226,221,34). Sum of RGB (Red+Green+Blue) = 226+221+34=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 34 (13.67% from 255 or 7.07% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DD22 is #1D22DD. Grayscale: #C9C9C9. Windows color (decimal): -1909470 or 2285026. OLE color: 2285026.
HSL color Cylindrical-coordinate representation of color #E2DD22: hue angle of 58.44º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2DD22 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 34 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.11 |
| HSL | 58.44º | 0.77% | 0.51% | - |
| HSV(B) | 58.44º | 0.85% | 0.89% | - |
| XYZ | 57.51 | 68 | 11.61 | - |
| YUV | 201.18 | 33.66 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 34 | 0 | 0.02 | 0.85 | 0.11 | 58.44 | 0.77 | 0.51 |
| Hex | E2 | DD | 22 | 0 | 2 | 55 | B | 3A | 4D | 33 |
| Octal | 342 | 335 | 42 | 0 | 2 | 125 | 13 | 72 | 115 | 63 |
| Binary | 11100010 | 11011101 | 100010 | 0 | 10 | 1010101 | 1011 | 111010 | 1001101 | 110011 |
Color Harmonies of #E2DD22
Complementary color
Monochromatic Colors of #E2DD22
Black with #E2DD22
Text Example
Text Example
White with #E2DD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD22; }
p { color: rgb(226,221,34); }
H1.HeaderClassName
{
color: #E2DD22;
}
.AnyTagClassName
{
color: #E2DD22;
}
</style>
background-color css
<style>
a { background-color: #E2DD22; }
a { background-color: rgb(226,221,34); }
div.DivClassName
{
background-color: #E2DD22;
}
.BgClassName
{
background-color: #E2DD22;
}
</style>
border-color css
<style>
span { border-color: #E2DD22; }
span { border-color: rgb(226,221,34); }
td.TdClassName
{
border-color: #E2DD22;
}
.TagClassName
{
border-color: #E2DD22;
}
</style>