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