Shades of Lemon #E0DE0E
Tints of Lemon #E0DE0E
RGB
CMYK
RGB Variations
Color information
#E0DE0E (or 0xE0DE0E) is known color: Lemon. HEX triplet: E0, DE and 0E. RGB value is (224,222,14). Sum of RGB (Red+Green+Blue) = 224+222+14=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 14 (5.86% from 255 or 3.04% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DE0E is #1F21F1. Grayscale: #C7C7C7. Windows color (decimal): -2040306 or 974560. OLE color: 974560.
HSL color Cylindrical-coordinate representation of color #E0DE0E: hue angle of 59.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0DE0E is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 14 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.12 |
| HSL | 59.43º | 0.88% | 0.47% | - |
| HSV(B) | 59.43º | 0.94% | 0.88% | - |
| XYZ | 56.94 | 68.12 | 10.56 | - |
| YUV | 198.89 | 23.66 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 14 | 0 | 0.01 | 0.94 | 0.12 | 59.43 | 0.88 | 0.47 |
| Hex | E0 | DE | E | 0 | 1 | 5E | C | 3B | 58 | 2F |
| Octal | 340 | 336 | 16 | 0 | 1 | 136 | 14 | 73 | 130 | 57 |
| Binary | 11100000 | 11011110 | 1110 | 0 | 1 | 1011110 | 1100 | 111011 | 1011000 | 101111 |
Color Harmonies of #E0DE0E
Complementary color
Monochromatic Colors of #E0DE0E
Black with #E0DE0E
Text Example
Text Example
White with #E0DE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DE0E; }
p { color: rgb(224,222,14); }
H1.HeaderClassName
{
color: #E0DE0E;
}
.AnyTagClassName
{
color: #E0DE0E;
}
</style>
background-color css
<style>
a { background-color: #E0DE0E; }
a { background-color: rgb(224,222,14); }
div.DivClassName
{
background-color: #E0DE0E;
}
.BgClassName
{
background-color: #E0DE0E;
}
</style>
border-color css
<style>
span { border-color: #E0DE0E; }
span { border-color: rgb(224,222,14); }
td.TdClassName
{
border-color: #E0DE0E;
}
.TagClassName
{
border-color: #E0DE0E;
}
</style>