Shades of Golden Fizz #E2DE19
Tints of Golden Fizz #E2DE19
RGB
CMYK
RGB Variations
Color information
#E2DE19 (or 0xE2DE19) is known color: Golden Fizz. HEX triplet: E2, DE and 19. RGB value is (226,222,25). Sum of RGB (Red+Green+Blue) = 226+222+25=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 25 (10.16% from 255 or 5.29% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DE19 is #1D21E6. Grayscale: #C9C9C9. Windows color (decimal): -1909223 or 1695458. OLE color: 1695458.
HSL color Cylindrical-coordinate representation of color #E2DE19: hue angle of 58.81º 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 #E2DE19 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 222 | 25 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.11 |
| HSL | 58.81º | 0.8% | 0.49% | - |
| HSV(B) | 58.81º | 0.89% | 0.89% | - |
| XYZ | 57.66 | 68.48 | 11.1 | - |
| YUV | 200.74 | 28.83 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 222 | 25 | 0 | 0.02 | 0.89 | 0.11 | 58.81 | 0.8 | 0.49 |
| Hex | E2 | DE | 19 | 0 | 2 | 59 | B | 3B | 50 | 31 |
| Octal | 342 | 336 | 31 | 0 | 2 | 131 | 13 | 73 | 120 | 61 |
| Binary | 11100010 | 11011110 | 11001 | 0 | 10 | 1011001 | 1011 | 111011 | 1010000 | 110001 |
Color Harmonies of #E2DE19
Complementary color
Monochromatic Colors of #E2DE19
Black with #E2DE19
Text Example
Text Example
White with #E2DE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DE19; }
p { color: rgb(226,222,25); }
H1.HeaderClassName
{
color: #E2DE19;
}
.AnyTagClassName
{
color: #E2DE19;
}
</style>
background-color css
<style>
a { background-color: #E2DE19; }
a { background-color: rgb(226,222,25); }
div.DivClassName
{
background-color: #E2DE19;
}
.BgClassName
{
background-color: #E2DE19;
}
</style>
border-color css
<style>
span { border-color: #E2DE19; }
span { border-color: rgb(226,222,25); }
td.TdClassName
{
border-color: #E2DE19;
}
.TagClassName
{
border-color: #E2DE19;
}
</style>