Shades of Lemon #E0E916
Tints of Lemon #E0E916
RGB
CMYK
RGB Variations
Color information
#E0E916 (or 0xE0E916) is known color: Lemon. HEX triplet: E0, E9 and 16. RGB value is (224,233,22). Sum of RGB (Red+Green+Blue) = 224+233+22=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 233 (91.41% from 255 or 48.64% from 479); Blue value is 22 (8.98% from 255 or 4.59% from 479); Max value from RGB is 233 - color contains mainly: green. Hex color #E0E916 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E0E916 is #1F16E9. Grayscale: #CFCFCF. Windows color (decimal): -2037482 or 1501664. OLE color: 1501664.
HSL color Cylindrical-coordinate representation of color #E0E916: hue angle of 62.56º 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 #E0E916 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 233 | 22 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.09 |
| HSL | 62.56º | 0.83% | 0.5% | - |
| HSV(B) | 62.56º | 0.91% | 0.91% | - |
| XYZ | 60.02 | 74.18 | 11.91 | - |
| YUV | 206.26 | 24.02 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 233 | 22 | 0.04 | 0 | 0.91 | 0.09 | 62.56 | 0.83 | 0.5 |
| Hex | E0 | E9 | 16 | 4 | 0 | 5B | 9 | 3F | 53 | 32 |
| Octal | 340 | 351 | 26 | 4 | 0 | 133 | 11 | 77 | 123 | 62 |
| Binary | 11100000 | 11101001 | 10110 | 100 | 0 | 1011011 | 1001 | 111111 | 1010011 | 110010 |
Color Harmonies of #E0E916
Complementary color
Monochromatic Colors of #E0E916
Black with #E0E916
Text Example
Text Example
White with #E0E916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E916; }
p { color: rgb(224,233,22); }
H1.HeaderClassName
{
color: #E0E916;
}
.AnyTagClassName
{
color: #E0E916;
}
</style>
background-color css
<style>
a { background-color: #E0E916; }
a { background-color: rgb(224,233,22); }
div.DivClassName
{
background-color: #E0E916;
}
.BgClassName
{
background-color: #E0E916;
}
</style>
border-color css
<style>
span { border-color: #E0E916; }
span { border-color: rgb(224,233,22); }
td.TdClassName
{
border-color: #E0E916;
}
.TagClassName
{
border-color: #E0E916;
}
</style>