Shades of Lemon #E1E30C
Tints of Lemon #E1E30C
RGB
CMYK
RGB Variations
Color information
#E1E30C (or 0xE1E30C) is known color: Lemon. HEX triplet: E1, E3 and 0C. RGB value is (225,227,12). Sum of RGB (Red+Green+Blue) = 225+227+12=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 227 (89.06% from 255 or 48.92% from 464); Blue value is 12 (5.08% from 255 or 2.59% from 464); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1E30C is #1E1CF3. Grayscale: #CACACA. Windows color (decimal): -1973492 or 844769. OLE color: 844769.
HSL color Cylindrical-coordinate representation of color #E1E30C: hue angle of 60.56º 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 #E1E30C is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 227 | 12 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.11 |
| HSL | 60.56º | 0.9% | 0.47% | - |
| HSV(B) | 60.56º | 0.95% | 0.89% | - |
| XYZ | 58.59 | 70.97 | 10.96 | - |
| YUV | 201.89 | 20.84 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 227 | 12 | 0.01 | 0 | 0.95 | 0.11 | 60.56 | 0.9 | 0.47 |
| Hex | E1 | E3 | C | 1 | 0 | 5F | B | 3D | 5A | 2F |
| Octal | 341 | 343 | 14 | 1 | 0 | 137 | 13 | 75 | 132 | 57 |
| Binary | 11100001 | 11100011 | 1100 | 1 | 0 | 1011111 | 1011 | 111101 | 1011010 | 101111 |
Color Harmonies of #E1E30C
Complementary color
Monochromatic Colors of #E1E30C
Black with #E1E30C
Text Example
Text Example
White with #E1E30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E30C; }
p { color: rgb(225,227,12); }
H1.HeaderClassName
{
color: #E1E30C;
}
.AnyTagClassName
{
color: #E1E30C;
}
</style>
background-color css
<style>
a { background-color: #E1E30C; }
a { background-color: rgb(225,227,12); }
div.DivClassName
{
background-color: #E1E30C;
}
.BgClassName
{
background-color: #E1E30C;
}
</style>
border-color css
<style>
span { border-color: #E1E30C; }
span { border-color: rgb(225,227,12); }
td.TdClassName
{
border-color: #E1E30C;
}
.TagClassName
{
border-color: #E1E30C;
}
</style>