Shades of Lemon #E1DE0A
Tints of Lemon #E1DE0A
RGB
CMYK
RGB Variations
Color information
#E1DE0A (or 0xE1DE0A) is known color: Lemon. HEX triplet: E1, DE and 0A. RGB value is (225,222,10). Sum of RGB (Red+Green+Blue) = 225+222+10=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 10 (4.30% from 255 or 2.19% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DE0A is #1E21F5. Grayscale: #C7C7C7. Windows color (decimal): -1974774 or 712417. OLE color: 712417.
HSL color Cylindrical-coordinate representation of color #E1DE0A: hue angle of 59.16º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1DE0A is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 10 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.12 |
| HSL | 59.16º | 0.91% | 0.46% | - |
| HSV(B) | 59.16º | 0.96% | 0.88% | - |
| XYZ | 57.23 | 68.27 | 10.45 | - |
| YUV | 198.73 | 21.49 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 10 | 0 | 0.01 | 0.96 | 0.12 | 59.16 | 0.91 | 0.46 |
| Hex | E1 | DE | A | 0 | 1 | 60 | C | 3B | 5B | 2E |
| Octal | 341 | 336 | 12 | 0 | 1 | 140 | 14 | 73 | 133 | 56 |
| Binary | 11100001 | 11011110 | 1010 | 0 | 1 | 1100000 | 1100 | 111011 | 1011011 | 101110 |
Color Harmonies of #E1DE0A
Complementary color
Monochromatic Colors of #E1DE0A
Black with #E1DE0A
Text Example
Text Example
White with #E1DE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DE0A; }
p { color: rgb(225,222,10); }
H1.HeaderClassName
{
color: #E1DE0A;
}
.AnyTagClassName
{
color: #E1DE0A;
}
</style>
background-color css
<style>
a { background-color: #E1DE0A; }
a { background-color: rgb(225,222,10); }
div.DivClassName
{
background-color: #E1DE0A;
}
.BgClassName
{
background-color: #E1DE0A;
}
</style>
border-color css
<style>
span { border-color: #E1DE0A; }
span { border-color: rgb(225,222,10); }
td.TdClassName
{
border-color: #E1DE0A;
}
.TagClassName
{
border-color: #E1DE0A;
}
</style>