Shades of Lemon #E9DD15
Tints of Lemon #E9DD15
RGB
CMYK
RGB Variations
Color information
#E9DD15 (or 0xE9DD15) is known color: Lemon. HEX triplet: E9, DD and 15. RGB value is (233,221,21). Sum of RGB (Red+Green+Blue) = 233+221+21=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 21 (8.59% from 255 or 4.42% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DD15 is #1622EA. Grayscale: #CACACA. Windows color (decimal): -1450731 or 1433065. OLE color: 1433065.
HSL color Cylindrical-coordinate representation of color #E9DD15: hue angle of 56.6º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9DD15 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 21 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.09 |
| HSL | 56.6º | 0.83% | 0.5% | - |
| HSV(B) | 56.6º | 0.91% | 0.91% | - |
| XYZ | 59.6 | 69.09 | 10.9 | - |
| YUV | 201.79 | 25.98 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 21 | 0 | 0.05 | 0.91 | 0.09 | 56.6 | 0.83 | 0.5 |
| Hex | E9 | DD | 15 | 0 | 5 | 5B | 9 | 39 | 53 | 32 |
| Octal | 351 | 335 | 25 | 0 | 5 | 133 | 11 | 71 | 123 | 62 |
| Binary | 11101001 | 11011101 | 10101 | 0 | 101 | 1011011 | 1001 | 111001 | 1010011 | 110010 |
Color Harmonies of #E9DD15
Complementary color
Monochromatic Colors of #E9DD15
Black with #E9DD15
Text Example
Text Example
White with #E9DD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DD15; }
p { color: rgb(233,221,21); }
H1.HeaderClassName
{
color: #E9DD15;
}
.AnyTagClassName
{
color: #E9DD15;
}
</style>
background-color css
<style>
a { background-color: #E9DD15; }
a { background-color: rgb(233,221,21); }
div.DivClassName
{
background-color: #E9DD15;
}
.BgClassName
{
background-color: #E9DD15;
}
</style>
border-color css
<style>
span { border-color: #E9DD15; }
span { border-color: rgb(233,221,21); }
td.TdClassName
{
border-color: #E9DD15;
}
.TagClassName
{
border-color: #E9DD15;
}
</style>