Shades of Lemon #E1DC0D
Tints of Lemon #E1DC0D
RGB
CMYK
RGB Variations
Color information
#E1DC0D (or 0xE1DC0D) is known color: Lemon. HEX triplet: E1, DC and 0D. RGB value is (225,220,13). Sum of RGB (Red+Green+Blue) = 225+220+13=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 13 (5.47% from 255 or 2.84% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DC0D is #1E23F2. Grayscale: #C6C6C6. Windows color (decimal): -1975283 or 908513. OLE color: 908513.
HSL color Cylindrical-coordinate representation of color #E1DC0D: hue angle of 58.58º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1DC0D is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 13 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.12 |
| HSL | 58.58º | 0.89% | 0.47% | - |
| HSV(B) | 58.58º | 0.94% | 0.88% | - |
| XYZ | 56.72 | 67.22 | 10.37 | - |
| YUV | 197.9 | 23.66 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 13 | 0 | 0.02 | 0.94 | 0.12 | 58.58 | 0.89 | 0.47 |
| Hex | E1 | DC | D | 0 | 2 | 5E | C | 3B | 59 | 2F |
| Octal | 341 | 334 | 15 | 0 | 2 | 136 | 14 | 73 | 131 | 57 |
| Binary | 11100001 | 11011100 | 1101 | 0 | 10 | 1011110 | 1100 | 111011 | 1011001 | 101111 |
Color Harmonies of #E1DC0D
Complementary color
Monochromatic Colors of #E1DC0D
Black with #E1DC0D
Text Example
Text Example
White with #E1DC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DC0D; }
p { color: rgb(225,220,13); }
H1.HeaderClassName
{
color: #E1DC0D;
}
.AnyTagClassName
{
color: #E1DC0D;
}
</style>
background-color css
<style>
a { background-color: #E1DC0D; }
a { background-color: rgb(225,220,13); }
div.DivClassName
{
background-color: #E1DC0D;
}
.BgClassName
{
background-color: #E1DC0D;
}
</style>
border-color css
<style>
span { border-color: #E1DC0D; }
span { border-color: rgb(225,220,13); }
td.TdClassName
{
border-color: #E1DC0D;
}
.TagClassName
{
border-color: #E1DC0D;
}
</style>