Shades of Golden Fizz #E0DB1F
Tints of Golden Fizz #E0DB1F
RGB
CMYK
RGB Variations
Color information
#E0DB1F (or 0xE0DB1F) is known color: Golden Fizz. HEX triplet: E0, DB and 1F. RGB value is (224,219,31). Sum of RGB (Red+Green+Blue) = 224+219+31=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 31 (12.5% from 255 or 6.54% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DB1F is #1F24E0. Grayscale: #C7C7C7. Windows color (decimal): -2041057 or 2087904. OLE color: 2087904.
HSL color Cylindrical-coordinate representation of color #E0DB1F: 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.86%. Process color model (Four color, CMYK) of #E0DB1F is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 219 | 31 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.12 |
| HSL | 58.45º | 0.76% | 0.5% | - |
| HSV(B) | 58.45º | 0.86% | 0.88% | - |
| XYZ | 56.32 | 66.61 | 11.18 | - |
| YUV | 199.06 | 33.16 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 31 | 0 | 0.02 | 0.86 | 0.12 | 58.45 | 0.76 | 0.5 |
| Hex | E0 | DB | 1F | 0 | 2 | 56 | C | 3A | 4C | 32 |
| Octal | 340 | 333 | 37 | 0 | 2 | 126 | 14 | 72 | 114 | 62 |
| Binary | 11100000 | 11011011 | 11111 | 0 | 10 | 1010110 | 1100 | 111010 | 1001100 | 110010 |
Color Harmonies of #E0DB1F
Complementary color
Monochromatic Colors of #E0DB1F
Black with #E0DB1F
Text Example
Text Example
White with #E0DB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DB1F; }
p { color: rgb(224,219,31); }
H1.HeaderClassName
{
color: #E0DB1F;
}
.AnyTagClassName
{
color: #E0DB1F;
}
</style>
background-color css
<style>
a { background-color: #E0DB1F; }
a { background-color: rgb(224,219,31); }
div.DivClassName
{
background-color: #E0DB1F;
}
.BgClassName
{
background-color: #E0DB1F;
}
</style>
border-color css
<style>
span { border-color: #E0DB1F; }
span { border-color: rgb(224,219,31); }
td.TdClassName
{
border-color: #E0DB1F;
}
.TagClassName
{
border-color: #E0DB1F;
}
</style>