Shades of Golden Fizz #E0DF15
Tints of Golden Fizz #E0DF15
RGB
CMYK
RGB Variations
Color information
#E0DF15 (or 0xE0DF15) is known color: Golden Fizz. HEX triplet: E0, DF and 15. RGB value is (224,223,21). Sum of RGB (Red+Green+Blue) = 224+223+21=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 21 (8.59% from 255 or 4.49% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DF15 is #1F20EA. Grayscale: #C9C9C9. Windows color (decimal): -2040043 or 1433568. OLE color: 1433568.
HSL color Cylindrical-coordinate representation of color #E0DF15: hue angle of 59.7º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E0DF15 is Cyan = 0, Magento = 0.00, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 223 | 21 | - |
| CMYK | 0 | 0.00 | 0.91 | 0.12 |
| HSL | 59.7º | 0.83% | 0.48% | - |
| HSV(B) | 59.7º | 0.91% | 0.88% | - |
| XYZ | 57.26 | 68.68 | 10.95 | - |
| YUV | 200.27 | 26.83 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 21 | 0 | 0.00 | 0.91 | 0.12 | 59.7 | 0.83 | 0.48 |
| Hex | E0 | DF | 15 | 0 | 0 | 5B | C | 3C | 53 | 30 |
| Octal | 340 | 337 | 25 | 0 | 0 | 133 | 14 | 74 | 123 | 60 |
| Binary | 11100000 | 11011111 | 10101 | 0 | 0 | 1011011 | 1100 | 111100 | 1010011 | 110000 |
Color Harmonies of #E0DF15
Complementary color
Monochromatic Colors of #E0DF15
Black with #E0DF15
Text Example
Text Example
White with #E0DF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DF15; }
p { color: rgb(224,223,21); }
H1.HeaderClassName
{
color: #E0DF15;
}
.AnyTagClassName
{
color: #E0DF15;
}
</style>
background-color css
<style>
a { background-color: #E0DF15; }
a { background-color: rgb(224,223,21); }
div.DivClassName
{
background-color: #E0DF15;
}
.BgClassName
{
background-color: #E0DF15;
}
</style>
border-color css
<style>
span { border-color: #E0DF15; }
span { border-color: rgb(224,223,21); }
td.TdClassName
{
border-color: #E0DF15;
}
.TagClassName
{
border-color: #E0DF15;
}
</style>