Shades of Lemon #E9DD10
Tints of Lemon #E9DD10
RGB
CMYK
RGB Variations
Color information
#E9DD10 (or 0xE9DD10) is known color: Lemon. HEX triplet: E9, DD and 10. RGB value is (233,221,16). Sum of RGB (Red+Green+Blue) = 233+221+16=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 16 (6.64% from 255 or 3.40% from 470); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DD10 is #1622EF. Grayscale: #CACACA. Windows color (decimal): -1450736 or 1105385. OLE color: 1105385.
HSL color Cylindrical-coordinate representation of color #E9DD10: hue angle of 56.68º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E9DD10 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 16 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.09 |
| HSL | 56.68º | 0.87% | 0.49% | - |
| HSV(B) | 56.68º | 0.93% | 0.91% | - |
| XYZ | 59.55 | 69.07 | 10.68 | - |
| YUV | 201.22 | 23.48 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 16 | 0 | 0.05 | 0.93 | 0.09 | 56.68 | 0.87 | 0.49 |
| Hex | E9 | DD | 10 | 0 | 5 | 5D | 9 | 39 | 57 | 31 |
| Octal | 351 | 335 | 20 | 0 | 5 | 135 | 11 | 71 | 127 | 61 |
| Binary | 11101001 | 11011101 | 10000 | 0 | 101 | 1011101 | 1001 | 111001 | 1010111 | 110001 |
Color Harmonies of #E9DD10
Complementary color
Monochromatic Colors of #E9DD10
Black with #E9DD10
Text Example
Text Example
White with #E9DD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DD10; }
p { color: rgb(233,221,16); }
H1.HeaderClassName
{
color: #E9DD10;
}
.AnyTagClassName
{
color: #E9DD10;
}
</style>
background-color css
<style>
a { background-color: #E9DD10; }
a { background-color: rgb(233,221,16); }
div.DivClassName
{
background-color: #E9DD10;
}
.BgClassName
{
background-color: #E9DD10;
}
</style>
border-color css
<style>
span { border-color: #E9DD10; }
span { border-color: rgb(233,221,16); }
td.TdClassName
{
border-color: #E9DD10;
}
.TagClassName
{
border-color: #E9DD10;
}
</style>