Shades of Lemon #E1E916
Tints of Lemon #E1E916
RGB
CMYK
RGB Variations
Color information
#E1E916 (or 0xE1E916) is known color: Lemon. HEX triplet: E1, E9 and 16. RGB value is (225,233,22). Sum of RGB (Red+Green+Blue) = 225+233+22=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 233 (91.41% from 255 or 48.54% from 480); Blue value is 22 (8.98% from 255 or 4.58% from 480); Max value from RGB is 233 - color contains mainly: green. Hex color #E1E916 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E1E916 is #1E16E9. Grayscale: #CFCFCF. Windows color (decimal): -1971946 or 1501665. OLE color: 1501665.
HSL color Cylindrical-coordinate representation of color #E1E916: hue angle of 62.27º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1E916 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 233 | 22 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.09 |
| HSL | 62.27º | 0.83% | 0.5% | - |
| HSV(B) | 62.27º | 0.91% | 0.91% | - |
| XYZ | 60.34 | 74.34 | 11.93 | - |
| YUV | 206.55 | 23.85 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 233 | 22 | 0.03 | 0 | 0.91 | 0.09 | 62.27 | 0.83 | 0.5 |
| Hex | E1 | E9 | 16 | 3 | 0 | 5B | 9 | 3E | 53 | 32 |
| Octal | 341 | 351 | 26 | 3 | 0 | 133 | 11 | 76 | 123 | 62 |
| Binary | 11100001 | 11101001 | 10110 | 11 | 0 | 1011011 | 1001 | 111110 | 1010011 | 110010 |
Color Harmonies of #E1E916
Complementary color
Monochromatic Colors of #E1E916
Black with #E1E916
Text Example
Text Example
White with #E1E916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E916; }
p { color: rgb(225,233,22); }
H1.HeaderClassName
{
color: #E1E916;
}
.AnyTagClassName
{
color: #E1E916;
}
</style>
background-color css
<style>
a { background-color: #E1E916; }
a { background-color: rgb(225,233,22); }
div.DivClassName
{
background-color: #E1E916;
}
.BgClassName
{
background-color: #E1E916;
}
</style>
border-color css
<style>
span { border-color: #E1E916; }
span { border-color: rgb(225,233,22); }
td.TdClassName
{
border-color: #E1E916;
}
.TagClassName
{
border-color: #E1E916;
}
</style>