Shades of Lemon #E5DF15
Tints of Lemon #E5DF15
RGB
CMYK
RGB Variations
Color information
#E5DF15 (or 0xE5DF15) is known color: Lemon. HEX triplet: E5, DF and 15. RGB value is (229,223,21). Sum of RGB (Red+Green+Blue) = 229+223+21=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 21 (8.59% from 255 or 4.44% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5DF15 is #1A20EA. Grayscale: #CACACA. Windows color (decimal): -1712363 or 1433573. OLE color: 1433573.
HSL color Cylindrical-coordinate representation of color #E5DF15: hue angle of 58.27º 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 #E5DF15 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 223 | 21 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.10 |
| HSL | 58.27º | 0.83% | 0.49% | - |
| HSV(B) | 58.27º | 0.91% | 0.9% | - |
| XYZ | 58.84 | 69.49 | 11.02 | - |
| YUV | 201.77 | 25.99 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 223 | 21 | 0 | 0.03 | 0.91 | 0.10 | 58.27 | 0.83 | 0.49 |
| Hex | E5 | DF | 15 | 0 | 3 | 5B | A | 3A | 53 | 31 |
| Octal | 345 | 337 | 25 | 0 | 3 | 133 | 12 | 72 | 123 | 61 |
| Binary | 11100101 | 11011111 | 10101 | 0 | 11 | 1011011 | 1010 | 111010 | 1010011 | 110001 |
Color Harmonies of #E5DF15
Complementary color
Monochromatic Colors of #E5DF15
Black with #E5DF15
Text Example
Text Example
White with #E5DF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DF15; }
p { color: rgb(229,223,21); }
H1.HeaderClassName
{
color: #E5DF15;
}
.AnyTagClassName
{
color: #E5DF15;
}
</style>
background-color css
<style>
a { background-color: #E5DF15; }
a { background-color: rgb(229,223,21); }
div.DivClassName
{
background-color: #E5DF15;
}
.BgClassName
{
background-color: #E5DF15;
}
</style>
border-color css
<style>
span { border-color: #E5DF15; }
span { border-color: rgb(229,223,21); }
td.TdClassName
{
border-color: #E5DF15;
}
.TagClassName
{
border-color: #E5DF15;
}
</style>