Shades of Golden Fizz #E0D528
Tints of Golden Fizz #E0D528
RGB
CMYK
RGB Variations
Color information
#E0D528 (or 0xE0D528) is known color: Golden Fizz. HEX triplet: E0, D5 and 28. RGB value is (224,213,40). Sum of RGB (Red+Green+Blue) = 224+213+40=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 40 (16.02% from 255 or 8.39% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D528 is #1F2AD7. Grayscale: #C5C5C5. Windows color (decimal): -2042584 or 2676192. OLE color: 2676192.
HSL color Cylindrical-coordinate representation of color #E0D528: hue angle of 56.41º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E0D528 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 213 | 40 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.12 |
| HSL | 56.41º | 0.75% | 0.52% | - |
| HSV(B) | 56.41º | 0.82% | 0.88% | - |
| XYZ | 54.92 | 63.59 | 11.39 | - |
| YUV | 196.57 | 39.64 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 213 | 40 | 0 | 0.05 | 0.82 | 0.12 | 56.41 | 0.75 | 0.52 |
| Hex | E0 | D5 | 28 | 0 | 5 | 52 | C | 38 | 4B | 34 |
| Octal | 340 | 325 | 50 | 0 | 5 | 122 | 14 | 70 | 113 | 64 |
| Binary | 11100000 | 11010101 | 101000 | 0 | 101 | 1010010 | 1100 | 111000 | 1001011 | 110100 |
Color Harmonies of #E0D528
Complementary color
Monochromatic Colors of #E0D528
Black with #E0D528
Text Example
Text Example
White with #E0D528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D528; }
p { color: rgb(224,213,40); }
H1.HeaderClassName
{
color: #E0D528;
}
.AnyTagClassName
{
color: #E0D528;
}
</style>
background-color css
<style>
a { background-color: #E0D528; }
a { background-color: rgb(224,213,40); }
div.DivClassName
{
background-color: #E0D528;
}
.BgClassName
{
background-color: #E0D528;
}
</style>
border-color css
<style>
span { border-color: #E0D528; }
span { border-color: rgb(224,213,40); }
td.TdClassName
{
border-color: #E0D528;
}
.TagClassName
{
border-color: #E0D528;
}
</style>