Shades of Lemon #E5E413
Tints of Lemon #E5E413
RGB
CMYK
RGB Variations
Color information
#E5E413 (or 0xE5E413) is known color: Lemon. HEX triplet: E5, E4 and 13. RGB value is (229,228,19). Sum of RGB (Red+Green+Blue) = 229+228+19=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 228 (89.45% from 255 or 47.90% from 476); Blue value is 19 (7.81% from 255 or 3.99% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5E413 is #1A1BEC. Grayscale: #CDCDCD. Windows color (decimal): -1711085 or 1303781. OLE color: 1303781.
HSL color Cylindrical-coordinate representation of color #E5E413: hue angle of 59.71º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5E413 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 228 | 19 | - |
| CMYK | 0 | 0.00 | 0.92 | 0.10 |
| HSL | 59.71º | 0.85% | 0.49% | - |
| HSV(B) | 59.71º | 0.92% | 0.9% | - |
| XYZ | 60.17 | 72.19 | 11.38 | - |
| YUV | 204.47 | 23.33 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 228 | 19 | 0 | 0.00 | 0.92 | 0.10 | 59.71 | 0.85 | 0.49 |
| Hex | E5 | E4 | 13 | 0 | 0 | 5C | A | 3C | 55 | 31 |
| Octal | 345 | 344 | 23 | 0 | 0 | 134 | 12 | 74 | 125 | 61 |
| Binary | 11100101 | 11100100 | 10011 | 0 | 0 | 1011100 | 1010 | 111100 | 1010101 | 110001 |
Color Harmonies of #E5E413
Complementary color
Monochromatic Colors of #E5E413
Black with #E5E413
Text Example
Text Example
White with #E5E413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E413; }
p { color: rgb(229,228,19); }
H1.HeaderClassName
{
color: #E5E413;
}
.AnyTagClassName
{
color: #E5E413;
}
</style>
background-color css
<style>
a { background-color: #E5E413; }
a { background-color: rgb(229,228,19); }
div.DivClassName
{
background-color: #E5E413;
}
.BgClassName
{
background-color: #E5E413;
}
</style>
border-color css
<style>
span { border-color: #E5E413; }
span { border-color: rgb(229,228,19); }
td.TdClassName
{
border-color: #E5E413;
}
.TagClassName
{
border-color: #E5E413;
}
</style>