Shades of Lemon #E3DD11
Tints of Lemon #E3DD11
RGB
CMYK
RGB Variations
Color information
#E3DD11 (or 0xE3DD11) is known color: Lemon. HEX triplet: E3, DD and 11. RGB value is (227,221,17). Sum of RGB (Red+Green+Blue) = 227+221+17=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 17 (7.03% from 255 or 3.66% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3DD11 is #1C22EE. Grayscale: #C8C8C8. Windows color (decimal): -1843951 or 1170915. OLE color: 1170915.
HSL color Cylindrical-coordinate representation of color #E3DD11: hue angle of 58.29º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3DD11 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 221 | 17 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.11 |
| HSL | 58.29º | 0.86% | 0.48% | - |
| HSV(B) | 58.29º | 0.93% | 0.89% | - |
| XYZ | 57.64 | 68.08 | 10.63 | - |
| YUV | 199.54 | 24.99 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 17 | 0 | 0.03 | 0.93 | 0.11 | 58.29 | 0.86 | 0.48 |
| Hex | E3 | DD | 11 | 0 | 3 | 5D | B | 3A | 56 | 30 |
| Octal | 343 | 335 | 21 | 0 | 3 | 135 | 13 | 72 | 126 | 60 |
| Binary | 11100011 | 11011101 | 10001 | 0 | 11 | 1011101 | 1011 | 111010 | 1010110 | 110000 |
Color Harmonies of #E3DD11
Complementary color
Monochromatic Colors of #E3DD11
Black with #E3DD11
Text Example
Text Example
White with #E3DD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DD11; }
p { color: rgb(227,221,17); }
H1.HeaderClassName
{
color: #E3DD11;
}
.AnyTagClassName
{
color: #E3DD11;
}
</style>
background-color css
<style>
a { background-color: #E3DD11; }
a { background-color: rgb(227,221,17); }
div.DivClassName
{
background-color: #E3DD11;
}
.BgClassName
{
background-color: #E3DD11;
}
</style>
border-color css
<style>
span { border-color: #E3DD11; }
span { border-color: rgb(227,221,17); }
td.TdClassName
{
border-color: #E3DD11;
}
.TagClassName
{
border-color: #E3DD11;
}
</style>