Shades of Golden Fizz #E0DE24
Tints of Golden Fizz #E0DE24
RGB
CMYK
RGB Variations
Color information
#E0DE24 (or 0xE0DE24) is known color: Golden Fizz. HEX triplet: E0, DE and 24. RGB value is (224,222,36). Sum of RGB (Red+Green+Blue) = 224+222+36=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 36 (14.45% from 255 or 7.47% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DE24 is #1F21DB. Grayscale: #CACACA. Windows color (decimal): -2040284 or 2416352. OLE color: 2416352.
HSL color Cylindrical-coordinate representation of color #E0DE24: hue angle of 59.36º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0DE24 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 36 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.12 |
| HSL | 59.36º | 0.75% | 0.51% | - |
| HSV(B) | 59.36º | 0.84% | 0.88% | - |
| XYZ | 57.18 | 68.22 | 11.82 | - |
| YUV | 201.39 | 34.66 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 36 | 0 | 0.01 | 0.84 | 0.12 | 59.36 | 0.75 | 0.51 |
| Hex | E0 | DE | 24 | 0 | 1 | 54 | C | 3B | 4B | 33 |
| Octal | 340 | 336 | 44 | 0 | 1 | 124 | 14 | 73 | 113 | 63 |
| Binary | 11100000 | 11011110 | 100100 | 0 | 1 | 1010100 | 1100 | 111011 | 1001011 | 110011 |
Color Harmonies of #E0DE24
Complementary color
Monochromatic Colors of #E0DE24
Black with #E0DE24
Text Example
Text Example
White with #E0DE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DE24; }
p { color: rgb(224,222,36); }
H1.HeaderClassName
{
color: #E0DE24;
}
.AnyTagClassName
{
color: #E0DE24;
}
</style>
background-color css
<style>
a { background-color: #E0DE24; }
a { background-color: rgb(224,222,36); }
div.DivClassName
{
background-color: #E0DE24;
}
.BgClassName
{
background-color: #E0DE24;
}
</style>
border-color css
<style>
span { border-color: #E0DE24; }
span { border-color: rgb(224,222,36); }
td.TdClassName
{
border-color: #E0DE24;
}
.TagClassName
{
border-color: #E0DE24;
}
</style>