Shades of Lemon #E5E418
Tints of Lemon #E5E418
RGB
CMYK
RGB Variations
Color information
#E5E418 (or 0xE5E418) is known color: Lemon. HEX triplet: E5, E4 and 18. RGB value is (229,228,24). Sum of RGB (Red+Green+Blue) = 229+228+24=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 24 (9.77% from 255 or 4.99% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5E418 is #1A1BE7. Grayscale: #CDCDCD. Windows color (decimal): -1711080 or 1631461. OLE color: 1631461.
HSL color Cylindrical-coordinate representation of color #E5E418: hue angle of 59.71º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5E418 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 228 | 24 | - |
| CMYK | 0 | 0.00 | 0.90 | 0.10 |
| HSL | 59.71º | 0.81% | 0.5% | - |
| HSV(B) | 59.71º | 0.9% | 0.9% | - |
| XYZ | 60.22 | 72.21 | 11.63 | - |
| YUV | 205.04 | 25.83 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 228 | 24 | 0 | 0.00 | 0.90 | 0.10 | 59.71 | 0.81 | 0.5 |
| Hex | E5 | E4 | 18 | 0 | 0 | 5A | A | 3C | 51 | 32 |
| Octal | 345 | 344 | 30 | 0 | 0 | 132 | 12 | 74 | 121 | 62 |
| Binary | 11100101 | 11100100 | 11000 | 0 | 0 | 1011010 | 1010 | 111100 | 1010001 | 110010 |
Color Harmonies of #E5E418
Complementary color
Monochromatic Colors of #E5E418
Black with #E5E418
Text Example
Text Example
White with #E5E418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E418; }
p { color: rgb(229,228,24); }
H1.HeaderClassName
{
color: #E5E418;
}
.AnyTagClassName
{
color: #E5E418;
}
</style>
background-color css
<style>
a { background-color: #E5E418; }
a { background-color: rgb(229,228,24); }
div.DivClassName
{
background-color: #E5E418;
}
.BgClassName
{
background-color: #E5E418;
}
</style>
border-color css
<style>
span { border-color: #E5E418; }
span { border-color: rgb(229,228,24); }
td.TdClassName
{
border-color: #E5E418;
}
.TagClassName
{
border-color: #E5E418;
}
</style>