Shades of Lemon #E1E50E
Tints of Lemon #E1E50E
RGB
CMYK
RGB Variations
Color information
#E1E50E (or 0xE1E50E) is known color: Lemon. HEX triplet: E1, E5 and 0E. RGB value is (225,229,14). Sum of RGB (Red+Green+Blue) = 225+229+14=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 229 (89.84% from 255 or 48.93% from 468); Blue value is 14 (5.86% from 255 or 2.99% from 468); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1E50E is #1E1AF1. Grayscale: #CCCCCC. Windows color (decimal): -1972978 or 976353. OLE color: 976353.
HSL color Cylindrical-coordinate representation of color #E1E50E: hue angle of 61.12º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1E50E is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 229 | 14 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.10 |
| HSL | 61.12º | 0.88% | 0.48% | - |
| HSV(B) | 61.12º | 0.94% | 0.9% | - |
| XYZ | 59.15 | 72.08 | 11.21 | - |
| YUV | 203.29 | 21.17 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 229 | 14 | 0.02 | 0 | 0.94 | 0.10 | 61.12 | 0.88 | 0.48 |
| Hex | E1 | E5 | E | 2 | 0 | 5E | A | 3D | 58 | 30 |
| Octal | 341 | 345 | 16 | 2 | 0 | 136 | 12 | 75 | 130 | 60 |
| Binary | 11100001 | 11100101 | 1110 | 10 | 0 | 1011110 | 1010 | 111101 | 1011000 | 110000 |
Color Harmonies of #E1E50E
Complementary color
Monochromatic Colors of #E1E50E
Black with #E1E50E
Text Example
Text Example
White with #E1E50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E50E; }
p { color: rgb(225,229,14); }
H1.HeaderClassName
{
color: #E1E50E;
}
.AnyTagClassName
{
color: #E1E50E;
}
</style>
background-color css
<style>
a { background-color: #E1E50E; }
a { background-color: rgb(225,229,14); }
div.DivClassName
{
background-color: #E1E50E;
}
.BgClassName
{
background-color: #E1E50E;
}
</style>
border-color css
<style>
span { border-color: #E1E50E; }
span { border-color: rgb(225,229,14); }
td.TdClassName
{
border-color: #E1E50E;
}
.TagClassName
{
border-color: #E1E50E;
}
</style>