Shades of Lemon #E1E10D
Tints of Lemon #E1E10D
RGB
CMYK
RGB Variations
Color information
#E1E10D (or 0xE1E10D) is known color: Lemon. HEX triplet: E1, E1 and 0D. RGB value is (225,225,13). Sum of RGB (Red+Green+Blue) = 225+225+13=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 13 (5.47% from 255 or 2.81% from 463); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1E10D is #1E1EF2. Grayscale: #C9C9C9. Windows color (decimal): -1974003 or 909793. OLE color: 909793.
HSL color Cylindrical-coordinate representation of color #E1E10D: hue angle of 60º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1E10D is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 225 | 13 | - |
| CMYK | 0 | 0 | 0.94 | 0.12 |
| HSL | 60º | 0.89% | 0.47% | - |
| HSV(B) | 60º | 0.94% | 0.88% | - |
| XYZ | 58.05 | 69.89 | 10.81 | - |
| YUV | 200.83 | 22 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 225 | 13 | 0 | 0 | 0.94 | 0.12 | 60 | 0.89 | 0.47 |
| Hex | E1 | E1 | D | 0 | 0 | 5E | C | 3C | 59 | 2F |
| Octal | 341 | 341 | 15 | 0 | 0 | 136 | 14 | 74 | 131 | 57 |
| Binary | 11100001 | 11100001 | 1101 | 0 | 0 | 1011110 | 1100 | 111100 | 1011001 | 101111 |
Color Harmonies of #E1E10D
Complementary color
Monochromatic Colors of #E1E10D
Black with #E1E10D
Text Example
Text Example
White with #E1E10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E10D; }
p { color: rgb(225,225,13); }
H1.HeaderClassName
{
color: #E1E10D;
}
.AnyTagClassName
{
color: #E1E10D;
}
</style>
background-color css
<style>
a { background-color: #E1E10D; }
a { background-color: rgb(225,225,13); }
div.DivClassName
{
background-color: #E1E10D;
}
.BgClassName
{
background-color: #E1E10D;
}
</style>
border-color css
<style>
span { border-color: #E1E10D; }
span { border-color: rgb(225,225,13); }
td.TdClassName
{
border-color: #E1E10D;
}
.TagClassName
{
border-color: #E1E10D;
}
</style>