Shades of Golden Fizz #E2DB1C
Tints of Golden Fizz #E2DB1C
RGB
CMYK
RGB Variations
Color information
#E2DB1C (or 0xE2DB1C) is known color: Golden Fizz. HEX triplet: E2, DB and 1C. RGB value is (226,219,28). Sum of RGB (Red+Green+Blue) = 226+219+28=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 28 (11.33% from 255 or 5.92% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DB1C is #1D24E3. Grayscale: #C8C8C8. Windows color (decimal): -1909988 or 1891298. OLE color: 1891298.
HSL color Cylindrical-coordinate representation of color #E2DB1C: hue angle of 57.88º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2DB1C is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 28 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.11 |
| HSL | 57.88º | 0.78% | 0.5% | - |
| HSV(B) | 57.88º | 0.88% | 0.89% | - |
| XYZ | 56.91 | 66.92 | 11.02 | - |
| YUV | 199.32 | 31.32 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 28 | 0 | 0.03 | 0.88 | 0.11 | 57.88 | 0.78 | 0.5 |
| Hex | E2 | DB | 1C | 0 | 3 | 58 | B | 3A | 4E | 32 |
| Octal | 342 | 333 | 34 | 0 | 3 | 130 | 13 | 72 | 116 | 62 |
| Binary | 11100010 | 11011011 | 11100 | 0 | 11 | 1011000 | 1011 | 111010 | 1001110 | 110010 |
Color Harmonies of #E2DB1C
Complementary color
Monochromatic Colors of #E2DB1C
Black with #E2DB1C
Text Example
Text Example
White with #E2DB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DB1C; }
p { color: rgb(226,219,28); }
H1.HeaderClassName
{
color: #E2DB1C;
}
.AnyTagClassName
{
color: #E2DB1C;
}
</style>
background-color css
<style>
a { background-color: #E2DB1C; }
a { background-color: rgb(226,219,28); }
div.DivClassName
{
background-color: #E2DB1C;
}
.BgClassName
{
background-color: #E2DB1C;
}
</style>
border-color css
<style>
span { border-color: #E2DB1C; }
span { border-color: rgb(226,219,28); }
td.TdClassName
{
border-color: #E2DB1C;
}
.TagClassName
{
border-color: #E2DB1C;
}
</style>