Shades of Lemon #E0E112
Tints of Lemon #E0E112
RGB
CMYK
RGB Variations
Color information
#E0E112 (or 0xE0E112) is known color: Lemon. HEX triplet: E0, E1 and 12. RGB value is (224,225,18). Sum of RGB (Red+Green+Blue) = 224+225+18=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 18 (7.42% from 255 or 3.85% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0E112 is #1F1EED. Grayscale: #C9C9C9. Windows color (decimal): -2039534 or 1237472. OLE color: 1237472.
HSL color Cylindrical-coordinate representation of color #E0E112: hue angle of 60.29º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0E112 is Cyan = 0.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 225 | 18 | - |
| CMYK | 0.00 | 0 | 0.92 | 0.12 |
| HSL | 60.29º | 0.85% | 0.48% | - |
| HSV(B) | 60.29º | 0.92% | 0.88% | - |
| XYZ | 57.77 | 69.74 | 10.99 | - |
| YUV | 201.1 | 24.67 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 225 | 18 | 0.00 | 0 | 0.92 | 0.12 | 60.29 | 0.85 | 0.48 |
| Hex | E0 | E1 | 12 | 0 | 0 | 5C | C | 3C | 55 | 30 |
| Octal | 340 | 341 | 22 | 0 | 0 | 134 | 14 | 74 | 125 | 60 |
| Binary | 11100000 | 11100001 | 10010 | 0 | 0 | 1011100 | 1100 | 111100 | 1010101 | 110000 |
Color Harmonies of #E0E112
Complementary color
Monochromatic Colors of #E0E112
Black with #E0E112
Text Example
Text Example
White with #E0E112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E112; }
p { color: rgb(224,225,18); }
H1.HeaderClassName
{
color: #E0E112;
}
.AnyTagClassName
{
color: #E0E112;
}
</style>
background-color css
<style>
a { background-color: #E0E112; }
a { background-color: rgb(224,225,18); }
div.DivClassName
{
background-color: #E0E112;
}
.BgClassName
{
background-color: #E0E112;
}
</style>
border-color css
<style>
span { border-color: #E0E112; }
span { border-color: rgb(224,225,18); }
td.TdClassName
{
border-color: #E0E112;
}
.TagClassName
{
border-color: #E0E112;
}
</style>