Shades of Golden Fizz #E0D52C
Tints of Golden Fizz #E0D52C
RGB
CMYK
RGB Variations
Color information
#E0D52C (or 0xE0D52C) is known color: Golden Fizz. HEX triplet: E0, D5 and 2C. RGB value is (224,213,44). Sum of RGB (Red+Green+Blue) = 224+213+44=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 44 (17.58% from 255 or 9.15% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D52C is #1F2AD3. Grayscale: #C5C5C5. Windows color (decimal): -2042580 or 2938336. OLE color: 2938336.
HSL color Cylindrical-coordinate representation of color #E0D52C: hue angle of 56.33º degrees, saturation: 0.74, 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 #E0D52C is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 213 | 44 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.12 |
| HSL | 56.33º | 0.74% | 0.53% | - |
| HSV(B) | 56.33º | 0.8% | 0.88% | - |
| XYZ | 54.99 | 63.62 | 11.76 | - |
| YUV | 197.02 | 41.64 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 213 | 44 | 0 | 0.05 | 0.80 | 0.12 | 56.33 | 0.74 | 0.53 |
| Hex | E0 | D5 | 2C | 0 | 5 | 50 | C | 38 | 4A | 35 |
| Octal | 340 | 325 | 54 | 0 | 5 | 120 | 14 | 70 | 112 | 65 |
| Binary | 11100000 | 11010101 | 101100 | 0 | 101 | 1010000 | 1100 | 111000 | 1001010 | 110101 |
Color Harmonies of #E0D52C
Complementary color
Monochromatic Colors of #E0D52C
Black with #E0D52C
Text Example
Text Example
White with #E0D52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D52C; }
p { color: rgb(224,213,44); }
H1.HeaderClassName
{
color: #E0D52C;
}
.AnyTagClassName
{
color: #E0D52C;
}
</style>
background-color css
<style>
a { background-color: #E0D52C; }
a { background-color: rgb(224,213,44); }
div.DivClassName
{
background-color: #E0D52C;
}
.BgClassName
{
background-color: #E0D52C;
}
</style>
border-color css
<style>
span { border-color: #E0D52C; }
span { border-color: rgb(224,213,44); }
td.TdClassName
{
border-color: #E0D52C;
}
.TagClassName
{
border-color: #E0D52C;
}
</style>