Shades of Lemon #E8E018
Tints of Lemon #E8E018
RGB
CMYK
RGB Variations
Color information
#E8E018 (or 0xE8E018) is known color: Lemon. HEX triplet: E8, E0 and 18. RGB value is (232,224,24). Sum of RGB (Red+Green+Blue) = 232+224+24=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 24 (9.77% from 255 or 5% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E018 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8E018 is #171FE7. Grayscale: #CCCCCC. Windows color (decimal): -1515496 or 1630440. OLE color: 1630440.
HSL color Cylindrical-coordinate representation of color #E8E018: hue angle of 57.69º 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 #E8E018 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 224 | 24 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.09 |
| HSL | 57.69º | 0.82% | 0.5% | - |
| HSV(B) | 57.69º | 0.9% | 0.91% | - |
| XYZ | 60.1 | 70.53 | 11.31 | - |
| YUV | 203.59 | 26.65 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 224 | 24 | 0 | 0.03 | 0.90 | 0.09 | 57.69 | 0.82 | 0.5 |
| Hex | E8 | E0 | 18 | 0 | 3 | 5A | 9 | 3A | 52 | 32 |
| Octal | 350 | 340 | 30 | 0 | 3 | 132 | 11 | 72 | 122 | 62 |
| Binary | 11101000 | 11100000 | 11000 | 0 | 11 | 1011010 | 1001 | 111010 | 1010010 | 110010 |
Color Harmonies of #E8E018
Complementary color
Monochromatic Colors of #E8E018
Black with #E8E018
Text Example
Text Example
White with #E8E018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E018; }
p { color: rgb(232,224,24); }
H1.HeaderClassName
{
color: #E8E018;
}
.AnyTagClassName
{
color: #E8E018;
}
</style>
background-color css
<style>
a { background-color: #E8E018; }
a { background-color: rgb(232,224,24); }
div.DivClassName
{
background-color: #E8E018;
}
.BgClassName
{
background-color: #E8E018;
}
</style>
border-color css
<style>
span { border-color: #E8E018; }
span { border-color: rgb(232,224,24); }
td.TdClassName
{
border-color: #E8E018;
}
.TagClassName
{
border-color: #E8E018;
}
</style>