Shades of Lemon #E8E117
Tints of Lemon #E8E117
RGB
CMYK
RGB Variations
Color information
#E8E117 (or 0xE8E117) is known color: Lemon. HEX triplet: E8, E1 and 17. RGB value is (232,225,23). Sum of RGB (Red+Green+Blue) = 232+225+23=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 23 (9.38% from 255 or 4.79% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E117 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8E117 is #171EE8. Grayscale: #CCCCCC. Windows color (decimal): -1515241 or 1565160. OLE color: 1565160.
HSL color Cylindrical-coordinate representation of color #E8E117: hue angle of 57.99º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E8E117 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 225 | 23 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.09 |
| HSL | 57.99º | 0.82% | 0.5% | - |
| HSV(B) | 57.99º | 0.9% | 0.91% | - |
| XYZ | 60.36 | 71.07 | 11.35 | - |
| YUV | 204.07 | 25.82 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 225 | 23 | 0 | 0.03 | 0.90 | 0.09 | 57.99 | 0.82 | 0.5 |
| Hex | E8 | E1 | 17 | 0 | 3 | 5A | 9 | 3A | 52 | 32 |
| Octal | 350 | 341 | 27 | 0 | 3 | 132 | 11 | 72 | 122 | 62 |
| Binary | 11101000 | 11100001 | 10111 | 0 | 11 | 1011010 | 1001 | 111010 | 1010010 | 110010 |
Color Harmonies of #E8E117
Complementary color
Monochromatic Colors of #E8E117
Black with #E8E117
Text Example
Text Example
White with #E8E117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E117; }
p { color: rgb(232,225,23); }
H1.HeaderClassName
{
color: #E8E117;
}
.AnyTagClassName
{
color: #E8E117;
}
</style>
background-color css
<style>
a { background-color: #E8E117; }
a { background-color: rgb(232,225,23); }
div.DivClassName
{
background-color: #E8E117;
}
.BgClassName
{
background-color: #E8E117;
}
</style>
border-color css
<style>
span { border-color: #E8E117; }
span { border-color: rgb(232,225,23); }
td.TdClassName
{
border-color: #E8E117;
}
.TagClassName
{
border-color: #E8E117;
}
</style>