Shades of Lemon #E1E40C
Tints of Lemon #E1E40C
RGB
CMYK
RGB Variations
Color information
#E1E40C (or 0xE1E40C) is known color: Lemon. HEX triplet: E1, E4 and 0C. RGB value is (225,228,12). Sum of RGB (Red+Green+Blue) = 225+228+12=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 228 (89.45% from 255 or 49.03% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 228 - color contains mainly: green. Hex color #E1E40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1E40C is #1E1BF3. Grayscale: #CBCBCB. Windows color (decimal): -1973236 or 845025. OLE color: 845025.
HSL color Cylindrical-coordinate representation of color #E1E40C: hue angle of 60.83º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1E40C is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 228 | 12 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.11 |
| HSL | 60.83º | 0.9% | 0.47% | - |
| HSV(B) | 60.83º | 0.95% | 0.89% | - |
| XYZ | 58.86 | 71.52 | 11.05 | - |
| YUV | 202.48 | 20.51 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 228 | 12 | 0.01 | 0 | 0.95 | 0.11 | 60.83 | 0.9 | 0.47 |
| Hex | E1 | E4 | C | 1 | 0 | 5F | B | 3D | 5A | 2F |
| Octal | 341 | 344 | 14 | 1 | 0 | 137 | 13 | 75 | 132 | 57 |
| Binary | 11100001 | 11100100 | 1100 | 1 | 0 | 1011111 | 1011 | 111101 | 1011010 | 101111 |
Color Harmonies of #E1E40C
Complementary color
Monochromatic Colors of #E1E40C
Black with #E1E40C
Text Example
Text Example
White with #E1E40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E40C; }
p { color: rgb(225,228,12); }
H1.HeaderClassName
{
color: #E1E40C;
}
.AnyTagClassName
{
color: #E1E40C;
}
</style>
background-color css
<style>
a { background-color: #E1E40C; }
a { background-color: rgb(225,228,12); }
div.DivClassName
{
background-color: #E1E40C;
}
.BgClassName
{
background-color: #E1E40C;
}
</style>
border-color css
<style>
span { border-color: #E1E40C; }
span { border-color: rgb(225,228,12); }
td.TdClassName
{
border-color: #E1E40C;
}
.TagClassName
{
border-color: #E1E40C;
}
</style>