Shades of Golden Fizz #E1DF2C
Tints of Golden Fizz #E1DF2C
RGB
CMYK
RGB Variations
Color information
#E1DF2C (or 0xE1DF2C) is known color: Golden Fizz. HEX triplet: E1, DF and 2C. RGB value is (225,223,44). Sum of RGB (Red+Green+Blue) = 225+223+44=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 44 (17.58% from 255 or 8.94% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DF2C is #1E20D3. Grayscale: #CBCBCB. Windows color (decimal): -1974484 or 2940897. OLE color: 2940897.
HSL color Cylindrical-coordinate representation of color #E1DF2C: hue angle of 59.34º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1DF2C is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 44 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.12 |
| HSL | 59.34º | 0.75% | 0.53% | - |
| HSV(B) | 59.34º | 0.8% | 0.88% | - |
| XYZ | 57.89 | 68.96 | 12.64 | - |
| YUV | 203.19 | 38.16 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 44 | 0 | 0.01 | 0.80 | 0.12 | 59.34 | 0.75 | 0.53 |
| Hex | E1 | DF | 2C | 0 | 1 | 50 | C | 3B | 4B | 35 |
| Octal | 341 | 337 | 54 | 0 | 1 | 120 | 14 | 73 | 113 | 65 |
| Binary | 11100001 | 11011111 | 101100 | 0 | 1 | 1010000 | 1100 | 111011 | 1001011 | 110101 |
Color Harmonies of #E1DF2C
Complementary color
Monochromatic Colors of #E1DF2C
Black with #E1DF2C
Text Example
Text Example
White with #E1DF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF2C; }
p { color: rgb(225,223,44); }
H1.HeaderClassName
{
color: #E1DF2C;
}
.AnyTagClassName
{
color: #E1DF2C;
}
</style>
background-color css
<style>
a { background-color: #E1DF2C; }
a { background-color: rgb(225,223,44); }
div.DivClassName
{
background-color: #E1DF2C;
}
.BgClassName
{
background-color: #E1DF2C;
}
</style>
border-color css
<style>
span { border-color: #E1DF2C; }
span { border-color: rgb(225,223,44); }
td.TdClassName
{
border-color: #E1DF2C;
}
.TagClassName
{
border-color: #E1DF2C;
}
</style>