Shades of Lemon #E8E418
Tints of Lemon #E8E418
RGB
CMYK
RGB Variations
Color information
#E8E418 (or 0xE8E418) is known color: Lemon. HEX triplet: E8, E4 and 18. RGB value is (232,228,24). Sum of RGB (Red+Green+Blue) = 232+228+24=484 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.93% from 484); Green value is 228 (89.45% from 255 or 47.11% from 484); Blue value is 24 (9.77% from 255 or 4.96% from 484); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E418 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8E418 is #171BE7. Grayscale: #CECECE. Windows color (decimal): -1514472 or 1631464. OLE color: 1631464.
HSL color Cylindrical-coordinate representation of color #E8E418: hue angle of 58.85º 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 #E8E418 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 228 | 24 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.09 |
| HSL | 58.85º | 0.82% | 0.5% | - |
| HSV(B) | 58.85º | 0.9% | 0.91% | - |
| XYZ | 61.19 | 72.71 | 11.67 | - |
| YUV | 205.94 | 25.33 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 228 | 24 | 0 | 0.02 | 0.90 | 0.09 | 58.85 | 0.82 | 0.5 |
| Hex | E8 | E4 | 18 | 0 | 2 | 5A | 9 | 3B | 52 | 32 |
| Octal | 350 | 344 | 30 | 0 | 2 | 132 | 11 | 73 | 122 | 62 |
| Binary | 11101000 | 11100100 | 11000 | 0 | 10 | 1011010 | 1001 | 111011 | 1010010 | 110010 |
Color Harmonies of #E8E418
Complementary color
Monochromatic Colors of #E8E418
Black with #E8E418
Text Example
Text Example
White with #E8E418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E418; }
p { color: rgb(232,228,24); }
H1.HeaderClassName
{
color: #E8E418;
}
.AnyTagClassName
{
color: #E8E418;
}
</style>
background-color css
<style>
a { background-color: #E8E418; }
a { background-color: rgb(232,228,24); }
div.DivClassName
{
background-color: #E8E418;
}
.BgClassName
{
background-color: #E8E418;
}
</style>
border-color css
<style>
span { border-color: #E8E418; }
span { border-color: rgb(232,228,24); }
td.TdClassName
{
border-color: #E8E418;
}
.TagClassName
{
border-color: #E8E418;
}
</style>