Shades of Lemon #E1E50D
Tints of Lemon #E1E50D
RGB
CMYK
RGB Variations
Color information
#E1E50D (or 0xE1E50D) is known color: Lemon. HEX triplet: E1, E5 and 0D. RGB value is (225,229,13). Sum of RGB (Red+Green+Blue) = 225+229+13=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 13 (5.47% from 255 or 2.78% from 467); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1E50D is #1E1AF2. Grayscale: #CCCCCC. Windows color (decimal): -1972979 or 910817. OLE color: 910817.
HSL color Cylindrical-coordinate representation of color #E1E50D: hue angle of 61.11º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1E50D is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 229 | 13 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.10 |
| HSL | 61.11º | 0.89% | 0.47% | - |
| HSV(B) | 61.11º | 0.94% | 0.9% | - |
| XYZ | 59.14 | 72.08 | 11.18 | - |
| YUV | 203.18 | 20.67 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 229 | 13 | 0.02 | 0 | 0.94 | 0.10 | 61.11 | 0.89 | 0.47 |
| Hex | E1 | E5 | D | 2 | 0 | 5E | A | 3D | 59 | 2F |
| Octal | 341 | 345 | 15 | 2 | 0 | 136 | 12 | 75 | 131 | 57 |
| Binary | 11100001 | 11100101 | 1101 | 10 | 0 | 1011110 | 1010 | 111101 | 1011001 | 101111 |
Color Harmonies of #E1E50D
Complementary color
Monochromatic Colors of #E1E50D
Black with #E1E50D
Text Example
Text Example
White with #E1E50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E50D; }
p { color: rgb(225,229,13); }
H1.HeaderClassName
{
color: #E1E50D;
}
.AnyTagClassName
{
color: #E1E50D;
}
</style>
background-color css
<style>
a { background-color: #E1E50D; }
a { background-color: rgb(225,229,13); }
div.DivClassName
{
background-color: #E1E50D;
}
.BgClassName
{
background-color: #E1E50D;
}
</style>
border-color css
<style>
span { border-color: #E1E50D; }
span { border-color: rgb(225,229,13); }
td.TdClassName
{
border-color: #E1E50D;
}
.TagClassName
{
border-color: #E1E50D;
}
</style>