Shades of Lemon #E1E40A
Tints of Lemon #E1E40A
RGB
CMYK
RGB Variations
Color information
#E1E40A (or 0xE1E40A) is known color: Lemon. HEX triplet: E1, E4 and 0A. RGB value is (225,228,10). Sum of RGB (Red+Green+Blue) = 225+228+10=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 228 (89.45% from 255 or 49.24% from 463); Blue value is 10 (4.30% from 255 or 2.16% from 463); Max value from RGB is 228 - color contains mainly: green. Hex color #E1E40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1E40A is #1E1BF5. Grayscale: #CBCBCB. Windows color (decimal): -1973238 or 713953. OLE color: 713953.
HSL color Cylindrical-coordinate representation of color #E1E40A: hue angle of 60.83º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1E40A is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 228 | 10 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.11 |
| HSL | 60.83º | 0.92% | 0.47% | - |
| HSV(B) | 60.83º | 0.96% | 0.89% | - |
| XYZ | 58.85 | 71.52 | 10.99 | - |
| YUV | 202.25 | 19.51 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 228 | 10 | 0.01 | 0 | 0.96 | 0.11 | 60.83 | 0.92 | 0.47 |
| Hex | E1 | E4 | A | 1 | 0 | 60 | B | 3D | 5C | 2F |
| Octal | 341 | 344 | 12 | 1 | 0 | 140 | 13 | 75 | 134 | 57 |
| Binary | 11100001 | 11100100 | 1010 | 1 | 0 | 1100000 | 1011 | 111101 | 1011100 | 101111 |
Color Harmonies of #E1E40A
Complementary color
Monochromatic Colors of #E1E40A
Black with #E1E40A
Text Example
Text Example
White with #E1E40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E40A; }
p { color: rgb(225,228,10); }
H1.HeaderClassName
{
color: #E1E40A;
}
.AnyTagClassName
{
color: #E1E40A;
}
</style>
background-color css
<style>
a { background-color: #E1E40A; }
a { background-color: rgb(225,228,10); }
div.DivClassName
{
background-color: #E1E40A;
}
.BgClassName
{
background-color: #E1E40A;
}
</style>
border-color css
<style>
span { border-color: #E1E40A; }
span { border-color: rgb(225,228,10); }
td.TdClassName
{
border-color: #E1E40A;
}
.TagClassName
{
border-color: #E1E40A;
}
</style>