Shades of Lemon #E0DD0A
Tints of Lemon #E0DD0A
RGB
CMYK
RGB Variations
Color information
#E0DD0A (or 0xE0DD0A) is known color: Lemon. HEX triplet: E0, DD and 0A. RGB value is (224,221,10). Sum of RGB (Red+Green+Blue) = 224+221+10=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 10 (4.30% from 255 or 2.20% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DD0A is #1F22F5. Grayscale: #C6C6C6. Windows color (decimal): -2040566 or 712160. OLE color: 712160.
HSL color Cylindrical-coordinate representation of color #E0DD0A: hue angle of 59.16º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0DD0A is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 10 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.12 |
| HSL | 59.16º | 0.91% | 0.46% | - |
| HSV(B) | 59.16º | 0.96% | 0.88% | - |
| XYZ | 56.65 | 67.58 | 10.35 | - |
| YUV | 197.84 | 21.99 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 10 | 0 | 0.01 | 0.96 | 0.12 | 59.16 | 0.91 | 0.46 |
| Hex | E0 | DD | A | 0 | 1 | 60 | C | 3B | 5B | 2E |
| Octal | 340 | 335 | 12 | 0 | 1 | 140 | 14 | 73 | 133 | 56 |
| Binary | 11100000 | 11011101 | 1010 | 0 | 1 | 1100000 | 1100 | 111011 | 1011011 | 101110 |
Color Harmonies of #E0DD0A
Complementary color
Monochromatic Colors of #E0DD0A
Black with #E0DD0A
Text Example
Text Example
White with #E0DD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DD0A; }
p { color: rgb(224,221,10); }
H1.HeaderClassName
{
color: #E0DD0A;
}
.AnyTagClassName
{
color: #E0DD0A;
}
</style>
background-color css
<style>
a { background-color: #E0DD0A; }
a { background-color: rgb(224,221,10); }
div.DivClassName
{
background-color: #E0DD0A;
}
.BgClassName
{
background-color: #E0DD0A;
}
</style>
border-color css
<style>
span { border-color: #E0DD0A; }
span { border-color: rgb(224,221,10); }
td.TdClassName
{
border-color: #E0DD0A;
}
.TagClassName
{
border-color: #E0DD0A;
}
</style>