Shades of Lemon #E5DB0A
Tints of Lemon #E5DB0A
RGB
CMYK
RGB Variations
Color information
#E5DB0A (or 0xE5DB0A) is known color: Lemon. HEX triplet: E5, DB and 0A. RGB value is (229,219,10). Sum of RGB (Red+Green+Blue) = 229+219+10=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 10 (4.30% from 255 or 2.18% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5DB0A is #1A24F5. Grayscale: #C7C7C7. Windows color (decimal): -1713398 or 711653. OLE color: 711653.
HSL color Cylindrical-coordinate representation of color #E5DB0A: hue angle of 57.26º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5DB0A is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 219 | 10 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.10 |
| HSL | 57.26º | 0.92% | 0.47% | - |
| HSV(B) | 57.26º | 0.96% | 0.9% | - |
| XYZ | 57.7 | 67.34 | 10.24 | - |
| YUV | 198.16 | 21.81 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 10 | 0 | 0.04 | 0.96 | 0.10 | 57.26 | 0.92 | 0.47 |
| Hex | E5 | DB | A | 0 | 4 | 60 | A | 39 | 5C | 2F |
| Octal | 345 | 333 | 12 | 0 | 4 | 140 | 12 | 71 | 134 | 57 |
| Binary | 11100101 | 11011011 | 1010 | 0 | 100 | 1100000 | 1010 | 111001 | 1011100 | 101111 |
Color Harmonies of #E5DB0A
Complementary color
Monochromatic Colors of #E5DB0A
Black with #E5DB0A
Text Example
Text Example
White with #E5DB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DB0A; }
p { color: rgb(229,219,10); }
H1.HeaderClassName
{
color: #E5DB0A;
}
.AnyTagClassName
{
color: #E5DB0A;
}
</style>
background-color css
<style>
a { background-color: #E5DB0A; }
a { background-color: rgb(229,219,10); }
div.DivClassName
{
background-color: #E5DB0A;
}
.BgClassName
{
background-color: #E5DB0A;
}
</style>
border-color css
<style>
span { border-color: #E5DB0A; }
span { border-color: rgb(229,219,10); }
td.TdClassName
{
border-color: #E5DB0A;
}
.TagClassName
{
border-color: #E5DB0A;
}
</style>