Shades of Golden Fizz #E1DC1C
Tints of Golden Fizz #E1DC1C
RGB
CMYK
RGB Variations
Color information
#E1DC1C (or 0xE1DC1C) is known color: Golden Fizz. HEX triplet: E1, DC and 1C. RGB value is (225,220,28). Sum of RGB (Red+Green+Blue) = 225+220+28=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 28 (11.33% from 255 or 5.92% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DC1C is #1E23E3. Grayscale: #C8C8C8. Windows color (decimal): -1975268 or 1891553. OLE color: 1891553.
HSL color Cylindrical-coordinate representation of color #E1DC1C: hue angle of 58.48º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1DC1C is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 28 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.12 |
| HSL | 58.48º | 0.78% | 0.5% | - |
| HSV(B) | 58.48º | 0.88% | 0.88% | - |
| XYZ | 56.85 | 67.28 | 11.09 | - |
| YUV | 199.61 | 31.16 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 28 | 0 | 0.02 | 0.88 | 0.12 | 58.48 | 0.78 | 0.5 |
| Hex | E1 | DC | 1C | 0 | 2 | 58 | C | 3A | 4E | 32 |
| Octal | 341 | 334 | 34 | 0 | 2 | 130 | 14 | 72 | 116 | 62 |
| Binary | 11100001 | 11011100 | 11100 | 0 | 10 | 1011000 | 1100 | 111010 | 1001110 | 110010 |
Color Harmonies of #E1DC1C
Complementary color
Monochromatic Colors of #E1DC1C
Black with #E1DC1C
Text Example
Text Example
White with #E1DC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DC1C; }
p { color: rgb(225,220,28); }
H1.HeaderClassName
{
color: #E1DC1C;
}
.AnyTagClassName
{
color: #E1DC1C;
}
</style>
background-color css
<style>
a { background-color: #E1DC1C; }
a { background-color: rgb(225,220,28); }
div.DivClassName
{
background-color: #E1DC1C;
}
.BgClassName
{
background-color: #E1DC1C;
}
</style>
border-color css
<style>
span { border-color: #E1DC1C; }
span { border-color: rgb(225,220,28); }
td.TdClassName
{
border-color: #E1DC1C;
}
.TagClassName
{
border-color: #E1DC1C;
}
</style>