Shades of Golden Yellow #E0DE00
Tints of Golden Yellow #E0DE00
RGB
CMYK
RGB Variations
Color information
#E0DE00 (or 0xE0DE00) is known color: Golden Yellow. HEX triplet: E0, DE and 00. RGB value is (224,222,0). Sum of RGB (Red+Green+Blue) = 224+222+0=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 222 (87.11% from 255 or 49.78% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DE00 is #1F21FF. Grayscale: #C6C6C6. Windows color (decimal): -2040320 or 57056. OLE color: 57056.
HSL color Cylindrical-coordinate representation of color #E0DE00: hue angle of 59.46º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0DE00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.12 |
| HSL | 59.46º | 1% | 0.44% | - |
| HSV(B) | 59.46º | 1% | 0.88% | - |
| XYZ | 56.86 | 68.09 | 10.15 | - |
| YUV | 197.29 | 16.66 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 0 | 0 | 0.01 | 1 | 0.12 | 59.46 | 1 | 0.44 |
| Hex | E0 | DE | 0 | 0 | 1 | 64 | C | 3B | 64 | 2C |
| Octal | 340 | 336 | 0 | 0 | 1 | 144 | 14 | 73 | 144 | 54 |
| Binary | 11100000 | 11011110 | 0 | 0 | 1 | 1100100 | 1100 | 111011 | 1100100 | 101100 |
Color Harmonies of #E0DE00
Complementary color
Monochromatic Colors of #E0DE00
Black with #E0DE00
Text Example
Text Example
White with #E0DE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DE00; }
p { color: rgb(224,222,0); }
H1.HeaderClassName
{
color: #E0DE00;
}
.AnyTagClassName
{
color: #E0DE00;
}
</style>
background-color css
<style>
a { background-color: #E0DE00; }
a { background-color: rgb(224,222,0); }
div.DivClassName
{
background-color: #E0DE00;
}
.BgClassName
{
background-color: #E0DE00;
}
</style>
border-color css
<style>
span { border-color: #E0DE00; }
span { border-color: rgb(224,222,0); }
td.TdClassName
{
border-color: #E0DE00;
}
.TagClassName
{
border-color: #E0DE00;
}
</style>