Shades of Lemon #E8E116
Tints of Lemon #E8E116
RGB
CMYK
RGB Variations
Color information
#E8E116 (or 0xE8E116) is known color: Lemon. HEX triplet: E8, E1 and 16. RGB value is (232,225,22). Sum of RGB (Red+Green+Blue) = 232+225+22=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 22 (8.98% from 255 or 4.59% from 479); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E116 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8E116 is #171EE9. Grayscale: #CCCCCC. Windows color (decimal): -1515242 or 1499624. OLE color: 1499624.
HSL color Cylindrical-coordinate representation of color #E8E116: hue angle of 58º 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 #E8E116 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 225 | 22 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.09 |
| HSL | 58º | 0.83% | 0.5% | - |
| HSV(B) | 58º | 0.91% | 0.91% | - |
| XYZ | 60.35 | 71.06 | 11.3 | - |
| YUV | 203.95 | 25.32 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 225 | 22 | 0 | 0.03 | 0.91 | 0.09 | 58 | 0.83 | 0.5 |
| Hex | E8 | E1 | 16 | 0 | 3 | 5B | 9 | 3A | 53 | 32 |
| Octal | 350 | 341 | 26 | 0 | 3 | 133 | 11 | 72 | 123 | 62 |
| Binary | 11101000 | 11100001 | 10110 | 0 | 11 | 1011011 | 1001 | 111010 | 1010011 | 110010 |
Color Harmonies of #E8E116
Complementary color
Monochromatic Colors of #E8E116
Black with #E8E116
Text Example
Text Example
White with #E8E116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E116; }
p { color: rgb(232,225,22); }
H1.HeaderClassName
{
color: #E8E116;
}
.AnyTagClassName
{
color: #E8E116;
}
</style>
background-color css
<style>
a { background-color: #E8E116; }
a { background-color: rgb(232,225,22); }
div.DivClassName
{
background-color: #E8E116;
}
.BgClassName
{
background-color: #E8E116;
}
</style>
border-color css
<style>
span { border-color: #E8E116; }
span { border-color: rgb(232,225,22); }
td.TdClassName
{
border-color: #E8E116;
}
.TagClassName
{
border-color: #E8E116;
}
</style>