Shades of Golden Fizz #E2DD19
Tints of Golden Fizz #E2DD19
RGB
CMYK
RGB Variations
Color information
#E2DD19 (or 0xE2DD19) is known color: Golden Fizz. HEX triplet: E2, DD and 19. RGB value is (226,221,25). Sum of RGB (Red+Green+Blue) = 226+221+25=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 25 (10.16% from 255 or 5.30% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DD19 is #1D22E6. Grayscale: #C8C8C8. Windows color (decimal): -1909479 or 1695202. OLE color: 1695202.
HSL color Cylindrical-coordinate representation of color #E2DD19: hue angle of 58.51º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2DD19 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 25 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.11 |
| HSL | 58.51º | 0.8% | 0.49% | - |
| HSV(B) | 58.51º | 0.89% | 0.89% | - |
| XYZ | 57.4 | 67.95 | 11.01 | - |
| YUV | 200.15 | 29.16 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 25 | 0 | 0.02 | 0.89 | 0.11 | 58.51 | 0.8 | 0.49 |
| Hex | E2 | DD | 19 | 0 | 2 | 59 | B | 3B | 50 | 31 |
| Octal | 342 | 335 | 31 | 0 | 2 | 131 | 13 | 73 | 120 | 61 |
| Binary | 11100010 | 11011101 | 11001 | 0 | 10 | 1011001 | 1011 | 111011 | 1010000 | 110001 |
Color Harmonies of #E2DD19
Complementary color
Monochromatic Colors of #E2DD19
Black with #E2DD19
Text Example
Text Example
White with #E2DD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD19; }
p { color: rgb(226,221,25); }
H1.HeaderClassName
{
color: #E2DD19;
}
.AnyTagClassName
{
color: #E2DD19;
}
</style>
background-color css
<style>
a { background-color: #E2DD19; }
a { background-color: rgb(226,221,25); }
div.DivClassName
{
background-color: #E2DD19;
}
.BgClassName
{
background-color: #E2DD19;
}
</style>
border-color css
<style>
span { border-color: #E2DD19; }
span { border-color: rgb(226,221,25); }
td.TdClassName
{
border-color: #E2DD19;
}
.TagClassName
{
border-color: #E2DD19;
}
</style>