Shades of Lemon #E0DF0E
Tints of Lemon #E0DF0E
RGB
CMYK
RGB Variations
Color information
#E0DF0E (or 0xE0DF0E) is known color: Lemon. HEX triplet: E0, DF and 0E. RGB value is (224,223,14). Sum of RGB (Red+Green+Blue) = 224+223+14=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 14 (5.86% from 255 or 3.04% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DF0E is #1F20F1. Grayscale: #C8C8C8. Windows color (decimal): -2040050 or 974816. OLE color: 974816.
HSL color Cylindrical-coordinate representation of color #E0DF0E: hue angle of 59.71º 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 #E0DF0E is Cyan = 0, Magento = 0.00, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 223 | 14 | - |
| CMYK | 0 | 0.00 | 0.94 | 0.12 |
| HSL | 59.71º | 0.88% | 0.47% | - |
| HSV(B) | 59.71º | 0.94% | 0.88% | - |
| XYZ | 57.21 | 68.65 | 10.65 | - |
| YUV | 199.47 | 23.33 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 14 | 0 | 0.00 | 0.94 | 0.12 | 59.71 | 0.88 | 0.47 |
| Hex | E0 | DF | E | 0 | 0 | 5E | C | 3C | 58 | 2F |
| Octal | 340 | 337 | 16 | 0 | 0 | 136 | 14 | 74 | 130 | 57 |
| Binary | 11100000 | 11011111 | 1110 | 0 | 0 | 1011110 | 1100 | 111100 | 1011000 | 101111 |
Color Harmonies of #E0DF0E
Complementary color
Monochromatic Colors of #E0DF0E
Black with #E0DF0E
Text Example
Text Example
White with #E0DF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DF0E; }
p { color: rgb(224,223,14); }
H1.HeaderClassName
{
color: #E0DF0E;
}
.AnyTagClassName
{
color: #E0DF0E;
}
</style>
background-color css
<style>
a { background-color: #E0DF0E; }
a { background-color: rgb(224,223,14); }
div.DivClassName
{
background-color: #E0DF0E;
}
.BgClassName
{
background-color: #E0DF0E;
}
</style>
border-color css
<style>
span { border-color: #E0DF0E; }
span { border-color: rgb(224,223,14); }
td.TdClassName
{
border-color: #E0DF0E;
}
.TagClassName
{
border-color: #E0DF0E;
}
</style>