Shades of Lemon #E5E40E
Tints of Lemon #E5E40E
RGB
CMYK
RGB Variations
Color information
#E5E40E (or 0xE5E40E) is known color: Lemon. HEX triplet: E5, E4 and 0E. RGB value is (229,228,14). Sum of RGB (Red+Green+Blue) = 229+228+14=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 228 (89.45% from 255 or 48.41% from 471); Blue value is 14 (5.86% from 255 or 2.97% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5E40E is #1A1BF1. Grayscale: #CCCCCC. Windows color (decimal): -1711090 or 976101. OLE color: 976101.
HSL color Cylindrical-coordinate representation of color #E5E40E: hue angle of 59.72º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5E40E is Cyan = 0, Magento = 0.00, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 228 | 14 | - |
| CMYK | 0 | 0.00 | 0.94 | 0.10 |
| HSL | 59.72º | 0.88% | 0.48% | - |
| HSV(B) | 59.72º | 0.94% | 0.9% | - |
| XYZ | 60.14 | 72.18 | 11.18 | - |
| YUV | 203.9 | 20.83 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 228 | 14 | 0 | 0.00 | 0.94 | 0.10 | 59.72 | 0.88 | 0.48 |
| Hex | E5 | E4 | E | 0 | 0 | 5E | A | 3C | 58 | 30 |
| Octal | 345 | 344 | 16 | 0 | 0 | 136 | 12 | 74 | 130 | 60 |
| Binary | 11100101 | 11100100 | 1110 | 0 | 0 | 1011110 | 1010 | 111100 | 1011000 | 110000 |
Color Harmonies of #E5E40E
Complementary color
Monochromatic Colors of #E5E40E
Black with #E5E40E
Text Example
Text Example
White with #E5E40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E40E; }
p { color: rgb(229,228,14); }
H1.HeaderClassName
{
color: #E5E40E;
}
.AnyTagClassName
{
color: #E5E40E;
}
</style>
background-color css
<style>
a { background-color: #E5E40E; }
a { background-color: rgb(229,228,14); }
div.DivClassName
{
background-color: #E5E40E;
}
.BgClassName
{
background-color: #E5E40E;
}
</style>
border-color css
<style>
span { border-color: #E5E40E; }
span { border-color: rgb(229,228,14); }
td.TdClassName
{
border-color: #E5E40E;
}
.TagClassName
{
border-color: #E5E40E;
}
</style>