Shades of Lemon #E5E816
Tints of Lemon #E5E816
RGB
CMYK
RGB Variations
Color information
#E5E816 (or 0xE5E816) is known color: Lemon. HEX triplet: E5, E8 and 16. RGB value is (229,232,22). Sum of RGB (Red+Green+Blue) = 229+232+22=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 232 (91.02% from 255 or 48.03% from 483); Blue value is 22 (8.98% from 255 or 4.55% from 483); Max value from RGB is 232 - color contains mainly: green. Hex color #E5E816 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E5E816 is #1A17E9. Grayscale: #CFCFCF. Windows color (decimal): -1710058 or 1501413. OLE color: 1501413.
HSL color Cylindrical-coordinate representation of color #E5E816: hue angle of 60.86º 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 #E5E816 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 232 | 22 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.09 |
| HSL | 60.86º | 0.83% | 0.5% | - |
| HSV(B) | 60.86º | 0.91% | 0.91% | - |
| XYZ | 61.31 | 74.43 | 11.89 | - |
| YUV | 207.16 | 23.51 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 232 | 22 | 0.01 | 0 | 0.91 | 0.09 | 60.86 | 0.83 | 0.5 |
| Hex | E5 | E8 | 16 | 1 | 0 | 5B | 9 | 3D | 53 | 32 |
| Octal | 345 | 350 | 26 | 1 | 0 | 133 | 11 | 75 | 123 | 62 |
| Binary | 11100101 | 11101000 | 10110 | 1 | 0 | 1011011 | 1001 | 111101 | 1010011 | 110010 |
Color Harmonies of #E5E816
Complementary color
Monochromatic Colors of #E5E816
Black with #E5E816
Text Example
Text Example
White with #E5E816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E816; }
p { color: rgb(229,232,22); }
H1.HeaderClassName
{
color: #E5E816;
}
.AnyTagClassName
{
color: #E5E816;
}
</style>
background-color css
<style>
a { background-color: #E5E816; }
a { background-color: rgb(229,232,22); }
div.DivClassName
{
background-color: #E5E816;
}
.BgClassName
{
background-color: #E5E816;
}
</style>
border-color css
<style>
span { border-color: #E5E816; }
span { border-color: rgb(229,232,22); }
td.TdClassName
{
border-color: #E5E816;
}
.TagClassName
{
border-color: #E5E816;
}
</style>