Shades of Lemon #E4DD11
Tints of Lemon #E4DD11
RGB
CMYK
RGB Variations
Color information
#E4DD11 (or 0xE4DD11) is known color: Lemon. HEX triplet: E4, DD and 11. RGB value is (228,221,17). Sum of RGB (Red+Green+Blue) = 228+221+17=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 17 (7.03% from 255 or 3.65% from 466); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4DD11 is #1B22EE. Grayscale: #C8C8C8. Windows color (decimal): -1778415 or 1170916. OLE color: 1170916.
HSL color Cylindrical-coordinate representation of color #E4DD11: hue angle of 58.01º 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 #E4DD11 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 221 | 17 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.11 |
| HSL | 58.01º | 0.86% | 0.48% | - |
| HSV(B) | 58.01º | 0.93% | 0.89% | - |
| XYZ | 57.95 | 68.25 | 10.65 | - |
| YUV | 199.84 | 24.82 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 221 | 17 | 0 | 0.03 | 0.93 | 0.11 | 58.01 | 0.86 | 0.48 |
| Hex | E4 | DD | 11 | 0 | 3 | 5D | B | 3A | 56 | 30 |
| Octal | 344 | 335 | 21 | 0 | 3 | 135 | 13 | 72 | 126 | 60 |
| Binary | 11100100 | 11011101 | 10001 | 0 | 11 | 1011101 | 1011 | 111010 | 1010110 | 110000 |
Color Harmonies of #E4DD11
Complementary color
Monochromatic Colors of #E4DD11
Black with #E4DD11
Text Example
Text Example
White with #E4DD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DD11; }
p { color: rgb(228,221,17); }
H1.HeaderClassName
{
color: #E4DD11;
}
.AnyTagClassName
{
color: #E4DD11;
}
</style>
background-color css
<style>
a { background-color: #E4DD11; }
a { background-color: rgb(228,221,17); }
div.DivClassName
{
background-color: #E4DD11;
}
.BgClassName
{
background-color: #E4DD11;
}
</style>
border-color css
<style>
span { border-color: #E4DD11; }
span { border-color: rgb(228,221,17); }
td.TdClassName
{
border-color: #E4DD11;
}
.TagClassName
{
border-color: #E4DD11;
}
</style>