Shades of Lemon #E1E313
Tints of Lemon #E1E313
RGB
CMYK
RGB Variations
Color information
#E1E313 (or 0xE1E313) is known color: Lemon. HEX triplet: E1, E3 and 13. RGB value is (225,227,19). Sum of RGB (Red+Green+Blue) = 225+227+19=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 227 (89.06% from 255 or 48.20% from 471); Blue value is 19 (7.81% from 255 or 4.03% from 471); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1E313 is #1E1CEC. Grayscale: #CBCBCB. Windows color (decimal): -1973485 or 1303521. OLE color: 1303521.
HSL color Cylindrical-coordinate representation of color #E1E313: hue angle of 60.58º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1E313 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 227 | 19 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.11 |
| HSL | 60.58º | 0.85% | 0.48% | - |
| HSV(B) | 60.58º | 0.92% | 0.89% | - |
| XYZ | 58.64 | 70.99 | 11.23 | - |
| YUV | 202.69 | 24.34 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 227 | 19 | 0.01 | 0 | 0.92 | 0.11 | 60.58 | 0.85 | 0.48 |
| Hex | E1 | E3 | 13 | 1 | 0 | 5C | B | 3D | 55 | 30 |
| Octal | 341 | 343 | 23 | 1 | 0 | 134 | 13 | 75 | 125 | 60 |
| Binary | 11100001 | 11100011 | 10011 | 1 | 0 | 1011100 | 1011 | 111101 | 1010101 | 110000 |
Color Harmonies of #E1E313
Complementary color
Monochromatic Colors of #E1E313
Black with #E1E313
Text Example
Text Example
White with #E1E313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E313; }
p { color: rgb(225,227,19); }
H1.HeaderClassName
{
color: #E1E313;
}
.AnyTagClassName
{
color: #E1E313;
}
</style>
background-color css
<style>
a { background-color: #E1E313; }
a { background-color: rgb(225,227,19); }
div.DivClassName
{
background-color: #E1E313;
}
.BgClassName
{
background-color: #E1E313;
}
</style>
border-color css
<style>
span { border-color: #E1E313; }
span { border-color: rgb(225,227,19); }
td.TdClassName
{
border-color: #E1E313;
}
.TagClassName
{
border-color: #E1E313;
}
</style>