Shades of Lemon #E0E00D
Tints of Lemon #E0E00D
RGB
CMYK
RGB Variations
Color information
#E0E00D (or 0xE0E00D) is known color: Lemon. HEX triplet: E0, E0 and 0D. RGB value is (224,224,13). Sum of RGB (Red+Green+Blue) = 224+224+13=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 13 (5.47% from 255 or 2.82% from 461); Max value from RGB is 224 - color contains mainly: red, green. Hex color #E0E00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0E00D is #1F1FF2. Grayscale: #C8C8C8. Windows color (decimal): -2039795 or 909536. OLE color: 909536.
HSL color Cylindrical-coordinate representation of color #E0E00D: hue angle of 60º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0E00D is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 224 | 13 | - |
| CMYK | 0 | 0 | 0.94 | 0.12 |
| HSL | 60º | 0.89% | 0.46% | - |
| HSV(B) | 60º | 0.94% | 0.88% | - |
| XYZ | 57.47 | 69.19 | 10.71 | - |
| YUV | 199.95 | 22.5 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 224 | 13 | 0 | 0 | 0.94 | 0.12 | 60 | 0.89 | 0.46 |
| Hex | E0 | E0 | D | 0 | 0 | 5E | C | 3C | 59 | 2E |
| Octal | 340 | 340 | 15 | 0 | 0 | 136 | 14 | 74 | 131 | 56 |
| Binary | 11100000 | 11100000 | 1101 | 0 | 0 | 1011110 | 1100 | 111100 | 1011001 | 101110 |
Color Harmonies of #E0E00D
Complementary color
Monochromatic Colors of #E0E00D
Black with #E0E00D
Text Example
Text Example
White with #E0E00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E00D; }
p { color: rgb(224,224,13); }
H1.HeaderClassName
{
color: #E0E00D;
}
.AnyTagClassName
{
color: #E0E00D;
}
</style>
background-color css
<style>
a { background-color: #E0E00D; }
a { background-color: rgb(224,224,13); }
div.DivClassName
{
background-color: #E0E00D;
}
.BgClassName
{
background-color: #E0E00D;
}
</style>
border-color css
<style>
span { border-color: #E0E00D; }
span { border-color: rgb(224,224,13); }
td.TdClassName
{
border-color: #E0E00D;
}
.TagClassName
{
border-color: #E0E00D;
}
</style>