Shades of Lemon #E5D90C
Tints of Lemon #E5D90C
RGB
CMYK
RGB Variations
Color information
#E5D90C (or 0xE5D90C) is known color: Lemon. HEX triplet: E5, D9 and 0C. RGB value is (229,217,12). Sum of RGB (Red+Green+Blue) = 229+217+12=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 217 (85.16% from 255 or 47.38% from 458); Blue value is 12 (5.08% from 255 or 2.62% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D90C is #1A26F3. Grayscale: #C6C6C6. Windows color (decimal): -1713908 or 842213. OLE color: 842213.
HSL color Cylindrical-coordinate representation of color #E5D90C: hue angle of 56.68º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5D90C is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 12 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.10 |
| HSL | 56.68º | 0.9% | 0.47% | - |
| HSV(B) | 56.68º | 0.95% | 0.9% | - |
| XYZ | 57.19 | 66.31 | 10.13 | - |
| YUV | 197.22 | 23.48 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 12 | 0 | 0.05 | 0.95 | 0.10 | 56.68 | 0.9 | 0.47 |
| Hex | E5 | D9 | C | 0 | 5 | 5F | A | 39 | 5A | 2F |
| Octal | 345 | 331 | 14 | 0 | 5 | 137 | 12 | 71 | 132 | 57 |
| Binary | 11100101 | 11011001 | 1100 | 0 | 101 | 1011111 | 1010 | 111001 | 1011010 | 101111 |
Color Harmonies of #E5D90C
Complementary color
Monochromatic Colors of #E5D90C
Black with #E5D90C
Text Example
Text Example
White with #E5D90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D90C; }
p { color: rgb(229,217,12); }
H1.HeaderClassName
{
color: #E5D90C;
}
.AnyTagClassName
{
color: #E5D90C;
}
</style>
background-color css
<style>
a { background-color: #E5D90C; }
a { background-color: rgb(229,217,12); }
div.DivClassName
{
background-color: #E5D90C;
}
.BgClassName
{
background-color: #E5D90C;
}
</style>
border-color css
<style>
span { border-color: #E5D90C; }
span { border-color: rgb(229,217,12); }
td.TdClassName
{
border-color: #E5D90C;
}
.TagClassName
{
border-color: #E5D90C;
}
</style>