Shades of Lemon #E1E215
Tints of Lemon #E1E215
RGB
CMYK
RGB Variations
Color information
#E1E215 (or 0xE1E215) is known color: Lemon. HEX triplet: E1, E2 and 15. RGB value is (225,226,21). Sum of RGB (Red+Green+Blue) = 225+226+21=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 21 (8.59% from 255 or 4.45% from 472); Max value from RGB is 226 - color contains mainly: green. Hex color #E1E215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1E215 is #1E1DEA. Grayscale: #CBCBCB. Windows color (decimal): -1973739 or 1434337. OLE color: 1434337.
HSL color Cylindrical-coordinate representation of color #E1E215: hue angle of 60.29º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1E215 is Cyan = 0.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 226 | 21 | - |
| CMYK | 0.00 | 0 | 0.91 | 0.11 |
| HSL | 60.29º | 0.83% | 0.48% | - |
| HSV(B) | 60.29º | 0.91% | 0.89% | - |
| XYZ | 58.38 | 70.45 | 11.23 | - |
| YUV | 202.33 | 25.67 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 226 | 21 | 0.00 | 0 | 0.91 | 0.11 | 60.29 | 0.83 | 0.48 |
| Hex | E1 | E2 | 15 | 0 | 0 | 5B | B | 3C | 53 | 30 |
| Octal | 341 | 342 | 25 | 0 | 0 | 133 | 13 | 74 | 123 | 60 |
| Binary | 11100001 | 11100010 | 10101 | 0 | 0 | 1011011 | 1011 | 111100 | 1010011 | 110000 |
Color Harmonies of #E1E215
Complementary color
Monochromatic Colors of #E1E215
Black with #E1E215
Text Example
Text Example
White with #E1E215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E215; }
p { color: rgb(225,226,21); }
H1.HeaderClassName
{
color: #E1E215;
}
.AnyTagClassName
{
color: #E1E215;
}
</style>
background-color css
<style>
a { background-color: #E1E215; }
a { background-color: rgb(225,226,21); }
div.DivClassName
{
background-color: #E1E215;
}
.BgClassName
{
background-color: #E1E215;
}
</style>
border-color css
<style>
span { border-color: #E1E215; }
span { border-color: rgb(225,226,21); }
td.TdClassName
{
border-color: #E1E215;
}
.TagClassName
{
border-color: #E1E215;
}
</style>