Shades of Lemon #E5E404
Tints of Lemon #E5E404
RGB
CMYK
RGB Variations
Color information
#E5E404 (or 0xE5E404) is known color: Lemon. HEX triplet: E5, E4 and 04. RGB value is (229,228,4). Sum of RGB (Red+Green+Blue) = 229+228+4=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 228 (89.45% from 255 or 49.46% from 461); Blue value is 4 (1.95% from 255 or 0.87% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5E404 is #1A1BFB. Grayscale: #CBCBCB. Windows color (decimal): -1711100 or 320741. OLE color: 320741.
HSL color Cylindrical-coordinate representation of color #E5E404: hue angle of 59.73º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5E404 is Cyan = 0, Magento = 0.00, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 228 | 4 | - |
| CMYK | 0 | 0.00 | 0.98 | 0.10 |
| HSL | 59.73º | 0.97% | 0.46% | - |
| HSV(B) | 59.73º | 0.98% | 0.9% | - |
| XYZ | 60.08 | 72.15 | 10.88 | - |
| YUV | 202.76 | 15.83 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 228 | 4 | 0 | 0.00 | 0.98 | 0.10 | 59.73 | 0.97 | 0.46 |
| Hex | E5 | E4 | 4 | 0 | 0 | 62 | A | 3C | 61 | 2E |
| Octal | 345 | 344 | 4 | 0 | 0 | 142 | 12 | 74 | 141 | 56 |
| Binary | 11100101 | 11100100 | 100 | 0 | 0 | 1100010 | 1010 | 111100 | 1100001 | 101110 |
Color Harmonies of #E5E404
Complementary color
Monochromatic Colors of #E5E404
Black with #E5E404
Text Example
Text Example
White with #E5E404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E404; }
p { color: rgb(229,228,4); }
H1.HeaderClassName
{
color: #E5E404;
}
.AnyTagClassName
{
color: #E5E404;
}
</style>
background-color css
<style>
a { background-color: #E5E404; }
a { background-color: rgb(229,228,4); }
div.DivClassName
{
background-color: #E5E404;
}
.BgClassName
{
background-color: #E5E404;
}
</style>
border-color css
<style>
span { border-color: #E5E404; }
span { border-color: rgb(229,228,4); }
td.TdClassName
{
border-color: #E5E404;
}
.TagClassName
{
border-color: #E5E404;
}
</style>