Shades of Lemon #E4DD10
Tints of Lemon #E4DD10
RGB
CMYK
RGB Variations
Color information
#E4DD10 (or 0xE4DD10) is known color: Lemon. HEX triplet: E4, DD and 10. RGB value is (228,221,16). Sum of RGB (Red+Green+Blue) = 228+221+16=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 16 (6.64% from 255 or 3.44% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4DD10 is #1B22EF. Grayscale: #C8C8C8. Windows color (decimal): -1778416 or 1105380. OLE color: 1105380.
HSL color Cylindrical-coordinate representation of color #E4DD10: hue angle of 58.02º degrees, saturation: 0.87, 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 #E4DD10 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 221 | 16 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.11 |
| HSL | 58.02º | 0.87% | 0.48% | - |
| HSV(B) | 58.02º | 0.93% | 0.89% | - |
| XYZ | 57.94 | 68.24 | 10.61 | - |
| YUV | 199.72 | 24.32 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 221 | 16 | 0 | 0.03 | 0.93 | 0.11 | 58.02 | 0.87 | 0.48 |
| Hex | E4 | DD | 10 | 0 | 3 | 5D | B | 3A | 57 | 30 |
| Octal | 344 | 335 | 20 | 0 | 3 | 135 | 13 | 72 | 127 | 60 |
| Binary | 11100100 | 11011101 | 10000 | 0 | 11 | 1011101 | 1011 | 111010 | 1010111 | 110000 |
Color Harmonies of #E4DD10
Complementary color
Monochromatic Colors of #E4DD10
Black with #E4DD10
Text Example
Text Example
White with #E4DD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DD10; }
p { color: rgb(228,221,16); }
H1.HeaderClassName
{
color: #E4DD10;
}
.AnyTagClassName
{
color: #E4DD10;
}
</style>
background-color css
<style>
a { background-color: #E4DD10; }
a { background-color: rgb(228,221,16); }
div.DivClassName
{
background-color: #E4DD10;
}
.BgClassName
{
background-color: #E4DD10;
}
</style>
border-color css
<style>
span { border-color: #E4DD10; }
span { border-color: rgb(228,221,16); }
td.TdClassName
{
border-color: #E4DD10;
}
.TagClassName
{
border-color: #E4DD10;
}
</style>