Shades of Lemon #E2DD10
Tints of Lemon #E2DD10
RGB
CMYK
RGB Variations
Color information
#E2DD10 (or 0xE2DD10) is known color: Lemon. HEX triplet: E2, DD and 10. RGB value is (226,221,16). Sum of RGB (Red+Green+Blue) = 226+221+16=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 16 (6.64% from 255 or 3.46% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DD10 is #1D22EF. Grayscale: #C7C7C7. Windows color (decimal): -1909488 or 1105378. OLE color: 1105378.
HSL color Cylindrical-coordinate representation of color #E2DD10: hue angle of 58.57º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2DD10 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 16 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.11 |
| HSL | 58.57º | 0.87% | 0.47% | - |
| HSV(B) | 58.57º | 0.93% | 0.89% | - |
| XYZ | 57.31 | 67.92 | 10.58 | - |
| YUV | 199.13 | 24.66 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 16 | 0 | 0.02 | 0.93 | 0.11 | 58.57 | 0.87 | 0.47 |
| Hex | E2 | DD | 10 | 0 | 2 | 5D | B | 3B | 57 | 2F |
| Octal | 342 | 335 | 20 | 0 | 2 | 135 | 13 | 73 | 127 | 57 |
| Binary | 11100010 | 11011101 | 10000 | 0 | 10 | 1011101 | 1011 | 111011 | 1010111 | 101111 |
Color Harmonies of #E2DD10
Complementary color
Monochromatic Colors of #E2DD10
Black with #E2DD10
Text Example
Text Example
White with #E2DD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD10; }
p { color: rgb(226,221,16); }
H1.HeaderClassName
{
color: #E2DD10;
}
.AnyTagClassName
{
color: #E2DD10;
}
</style>
background-color css
<style>
a { background-color: #E2DD10; }
a { background-color: rgb(226,221,16); }
div.DivClassName
{
background-color: #E2DD10;
}
.BgClassName
{
background-color: #E2DD10;
}
</style>
border-color css
<style>
span { border-color: #E2DD10; }
span { border-color: rgb(226,221,16); }
td.TdClassName
{
border-color: #E2DD10;
}
.TagClassName
{
border-color: #E2DD10;
}
</style>