Shades of Golden Yellow #E0DD00
Tints of Golden Yellow #E0DD00
RGB
CMYK
RGB Variations
Color information
#E0DD00 (or 0xE0DD00) is known color: Golden Yellow. HEX triplet: E0, DD and 00. RGB value is (224,221,0). Sum of RGB (Red+Green+Blue) = 224+221+0=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 0 (0.39% from 255 or 0% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DD00 is #1F22FF. Grayscale: #C5C5C5. Windows color (decimal): -2040576 or 56800. OLE color: 56800.
HSL color Cylindrical-coordinate representation of color #E0DD00: hue angle of 59.2º 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 #E0DD00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.12 |
| HSL | 59.2º | 1% | 0.44% | - |
| HSV(B) | 59.2º | 1% | 0.88% | - |
| XYZ | 56.6 | 67.56 | 10.06 | - |
| YUV | 196.7 | 16.99 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 0 | 0 | 0.01 | 1 | 0.12 | 59.2 | 1 | 0.44 |
| Hex | E0 | DD | 0 | 0 | 1 | 64 | C | 3B | 64 | 2C |
| Octal | 340 | 335 | 0 | 0 | 1 | 144 | 14 | 73 | 144 | 54 |
| Binary | 11100000 | 11011101 | 0 | 0 | 1 | 1100100 | 1100 | 111011 | 1100100 | 101100 |
Color Harmonies of #E0DD00
Complementary color
Monochromatic Colors of #E0DD00
Black with #E0DD00
Text Example
Text Example
White with #E0DD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DD00; }
p { color: rgb(224,221,0); }
H1.HeaderClassName
{
color: #E0DD00;
}
.AnyTagClassName
{
color: #E0DD00;
}
</style>
background-color css
<style>
a { background-color: #E0DD00; }
a { background-color: rgb(224,221,0); }
div.DivClassName
{
background-color: #E0DD00;
}
.BgClassName
{
background-color: #E0DD00;
}
</style>
border-color css
<style>
span { border-color: #E0DD00; }
span { border-color: rgb(224,221,0); }
td.TdClassName
{
border-color: #E0DD00;
}
.TagClassName
{
border-color: #E0DD00;
}
</style>