Shades of Lemon #E1E30A
Tints of Lemon #E1E30A
RGB
CMYK
RGB Variations
Color information
#E1E30A (or 0xE1E30A) is known color: Lemon. HEX triplet: E1, E3 and 0A. RGB value is (225,227,10). Sum of RGB (Red+Green+Blue) = 225+227+10=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 10 (4.30% from 255 or 2.16% from 462); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1E30A is #1E1CF5. Grayscale: #CACACA. Windows color (decimal): -1973494 or 713697. OLE color: 713697.
HSL color Cylindrical-coordinate representation of color #E1E30A: hue angle of 60.55º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1E30A is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 227 | 10 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.11 |
| HSL | 60.55º | 0.92% | 0.46% | - |
| HSV(B) | 60.55º | 0.96% | 0.89% | - |
| XYZ | 58.58 | 70.97 | 10.9 | - |
| YUV | 201.66 | 19.84 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 227 | 10 | 0.01 | 0 | 0.96 | 0.11 | 60.55 | 0.92 | 0.46 |
| Hex | E1 | E3 | A | 1 | 0 | 60 | B | 3D | 5C | 2E |
| Octal | 341 | 343 | 12 | 1 | 0 | 140 | 13 | 75 | 134 | 56 |
| Binary | 11100001 | 11100011 | 1010 | 1 | 0 | 1100000 | 1011 | 111101 | 1011100 | 101110 |
Color Harmonies of #E1E30A
Complementary color
Monochromatic Colors of #E1E30A
Black with #E1E30A
Text Example
Text Example
White with #E1E30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E30A; }
p { color: rgb(225,227,10); }
H1.HeaderClassName
{
color: #E1E30A;
}
.AnyTagClassName
{
color: #E1E30A;
}
</style>
background-color css
<style>
a { background-color: #E1E30A; }
a { background-color: rgb(225,227,10); }
div.DivClassName
{
background-color: #E1E30A;
}
.BgClassName
{
background-color: #E1E30A;
}
</style>
border-color css
<style>
span { border-color: #E1E30A; }
span { border-color: rgb(225,227,10); }
td.TdClassName
{
border-color: #E1E30A;
}
.TagClassName
{
border-color: #E1E30A;
}
</style>