Shades of Lemon #E5E015
Tints of Lemon #E5E015
RGB
CMYK
RGB Variations
Color information
#E5E015 (or 0xE5E015) is known color: Lemon. HEX triplet: E5, E0 and 15. RGB value is (229,224,21). Sum of RGB (Red+Green+Blue) = 229+224+21=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 21 (8.59% from 255 or 4.43% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5E015 is #1A1FEA. Grayscale: #CBCBCB. Windows color (decimal): -1712107 or 1433829. OLE color: 1433829.
HSL color Cylindrical-coordinate representation of color #E5E015: hue angle of 58.56º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5E015 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 21 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.10 |
| HSL | 58.56º | 0.83% | 0.49% | - |
| HSV(B) | 58.56º | 0.91% | 0.9% | - |
| XYZ | 59.1 | 70.02 | 11.11 | - |
| YUV | 202.35 | 25.66 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 21 | 0 | 0.02 | 0.91 | 0.10 | 58.56 | 0.83 | 0.49 |
| Hex | E5 | E0 | 15 | 0 | 2 | 5B | A | 3B | 53 | 31 |
| Octal | 345 | 340 | 25 | 0 | 2 | 133 | 12 | 73 | 123 | 61 |
| Binary | 11100101 | 11100000 | 10101 | 0 | 10 | 1011011 | 1010 | 111011 | 1010011 | 110001 |
Color Harmonies of #E5E015
Complementary color
Monochromatic Colors of #E5E015
Black with #E5E015
Text Example
Text Example
White with #E5E015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E015; }
p { color: rgb(229,224,21); }
H1.HeaderClassName
{
color: #E5E015;
}
.AnyTagClassName
{
color: #E5E015;
}
</style>
background-color css
<style>
a { background-color: #E5E015; }
a { background-color: rgb(229,224,21); }
div.DivClassName
{
background-color: #E5E015;
}
.BgClassName
{
background-color: #E5E015;
}
</style>
border-color css
<style>
span { border-color: #E5E015; }
span { border-color: rgb(229,224,21); }
td.TdClassName
{
border-color: #E5E015;
}
.TagClassName
{
border-color: #E5E015;
}
</style>