Shades of Lemon #E0E114
Tints of Lemon #E0E114
RGB
CMYK
RGB Variations
Color information
#E0E114 (or 0xE0E114) is known color: Lemon. HEX triplet: E0, E1 and 14. RGB value is (224,225,20). Sum of RGB (Red+Green+Blue) = 224+225+20=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0E114 is #1F1EEB. Grayscale: #CACACA. Windows color (decimal): -2039532 or 1368544. OLE color: 1368544.
HSL color Cylindrical-coordinate representation of color #E0E114: hue angle of 60.29º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E0E114 is Cyan = 0.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 225 | 20 | - |
| CMYK | 0.00 | 0 | 0.91 | 0.12 |
| HSL | 60.29º | 0.84% | 0.48% | - |
| HSV(B) | 60.29º | 0.91% | 0.88% | - |
| XYZ | 57.79 | 69.75 | 11.08 | - |
| YUV | 201.33 | 25.67 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 225 | 20 | 0.00 | 0 | 0.91 | 0.12 | 60.29 | 0.84 | 0.48 |
| Hex | E0 | E1 | 14 | 0 | 0 | 5B | C | 3C | 54 | 30 |
| Octal | 340 | 341 | 24 | 0 | 0 | 133 | 14 | 74 | 124 | 60 |
| Binary | 11100000 | 11100001 | 10100 | 0 | 0 | 1011011 | 1100 | 111100 | 1010100 | 110000 |
Color Harmonies of #E0E114
Complementary color
Monochromatic Colors of #E0E114
Black with #E0E114
Text Example
Text Example
White with #E0E114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E114; }
p { color: rgb(224,225,20); }
H1.HeaderClassName
{
color: #E0E114;
}
.AnyTagClassName
{
color: #E0E114;
}
</style>
background-color css
<style>
a { background-color: #E0E114; }
a { background-color: rgb(224,225,20); }
div.DivClassName
{
background-color: #E0E114;
}
.BgClassName
{
background-color: #E0E114;
}
</style>
border-color css
<style>
span { border-color: #E0E114; }
span { border-color: rgb(224,225,20); }
td.TdClassName
{
border-color: #E0E114;
}
.TagClassName
{
border-color: #E0E114;
}
</style>