Shades of Golden Fizz #E0DB1E
Tints of Golden Fizz #E0DB1E
RGB
CMYK
RGB Variations
Color information
#E0DB1E (or 0xE0DB1E) is known color: Golden Fizz. HEX triplet: E0, DB and 1E. RGB value is (224,219,30). Sum of RGB (Red+Green+Blue) = 224+219+30=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 30 (12.11% from 255 or 6.34% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DB1E is #1F24E1. Grayscale: #C7C7C7. Windows color (decimal): -2041058 or 2022368. OLE color: 2022368.
HSL color Cylindrical-coordinate representation of color #E0DB1E: hue angle of 58.45º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0DB1E is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 219 | 30 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.12 |
| HSL | 58.45º | 0.76% | 0.5% | - |
| HSV(B) | 58.45º | 0.87% | 0.88% | - |
| XYZ | 56.31 | 66.6 | 11.12 | - |
| YUV | 198.95 | 32.66 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 30 | 0 | 0.02 | 0.87 | 0.12 | 58.45 | 0.76 | 0.5 |
| Hex | E0 | DB | 1E | 0 | 2 | 57 | C | 3A | 4C | 32 |
| Octal | 340 | 333 | 36 | 0 | 2 | 127 | 14 | 72 | 114 | 62 |
| Binary | 11100000 | 11011011 | 11110 | 0 | 10 | 1010111 | 1100 | 111010 | 1001100 | 110010 |
Color Harmonies of #E0DB1E
Complementary color
Monochromatic Colors of #E0DB1E
Black with #E0DB1E
Text Example
Text Example
White with #E0DB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DB1E; }
p { color: rgb(224,219,30); }
H1.HeaderClassName
{
color: #E0DB1E;
}
.AnyTagClassName
{
color: #E0DB1E;
}
</style>
background-color css
<style>
a { background-color: #E0DB1E; }
a { background-color: rgb(224,219,30); }
div.DivClassName
{
background-color: #E0DB1E;
}
.BgClassName
{
background-color: #E0DB1E;
}
</style>
border-color css
<style>
span { border-color: #E0DB1E; }
span { border-color: rgb(224,219,30); }
td.TdClassName
{
border-color: #E0DB1E;
}
.TagClassName
{
border-color: #E0DB1E;
}
</style>