Shades of Lemon #E2DD11
Tints of Lemon #E2DD11
RGB
CMYK
RGB Variations
Color information
#E2DD11 (or 0xE2DD11) is known color: Lemon. HEX triplet: E2, DD and 11. RGB value is (226,221,17). Sum of RGB (Red+Green+Blue) = 226+221+17=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 17 (7.03% from 255 or 3.66% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DD11 is #1D22EE. Grayscale: #C8C8C8. Windows color (decimal): -1909487 or 1170914. OLE color: 1170914.
HSL color Cylindrical-coordinate representation of color #E2DD11: hue angle of 58.56º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2DD11 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 17 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.11 |
| HSL | 58.56º | 0.86% | 0.48% | - |
| HSV(B) | 58.56º | 0.92% | 0.89% | - |
| XYZ | 57.32 | 67.92 | 10.62 | - |
| YUV | 199.24 | 25.16 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 17 | 0 | 0.02 | 0.92 | 0.11 | 58.56 | 0.86 | 0.48 |
| Hex | E2 | DD | 11 | 0 | 2 | 5C | B | 3B | 56 | 30 |
| Octal | 342 | 335 | 21 | 0 | 2 | 134 | 13 | 73 | 126 | 60 |
| Binary | 11100010 | 11011101 | 10001 | 0 | 10 | 1011100 | 1011 | 111011 | 1010110 | 110000 |
Color Harmonies of #E2DD11
Complementary color
Monochromatic Colors of #E2DD11
Black with #E2DD11
Text Example
Text Example
White with #E2DD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD11; }
p { color: rgb(226,221,17); }
H1.HeaderClassName
{
color: #E2DD11;
}
.AnyTagClassName
{
color: #E2DD11;
}
</style>
background-color css
<style>
a { background-color: #E2DD11; }
a { background-color: rgb(226,221,17); }
div.DivClassName
{
background-color: #E2DD11;
}
.BgClassName
{
background-color: #E2DD11;
}
</style>
border-color css
<style>
span { border-color: #E2DD11; }
span { border-color: rgb(226,221,17); }
td.TdClassName
{
border-color: #E2DD11;
}
.TagClassName
{
border-color: #E2DD11;
}
</style>