Shades of Lemon #E9DD0A
Tints of Lemon #E9DD0A
RGB
CMYK
RGB Variations
Color information
#E9DD0A (or 0xE9DD0A) is known color: Lemon. HEX triplet: E9, DD and 0A. RGB value is (233,221,10). Sum of RGB (Red+Green+Blue) = 233+221+10=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 10 (4.30% from 255 or 2.16% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DD0A is #1622F5. Grayscale: #C9C9C9. Windows color (decimal): -1450742 or 712169. OLE color: 712169.
HSL color Cylindrical-coordinate representation of color #E9DD0A: hue angle of 56.77º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E9DD0A is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 10 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.09 |
| HSL | 56.77º | 0.92% | 0.48% | - |
| HSV(B) | 56.77º | 0.96% | 0.91% | - |
| XYZ | 59.52 | 69.06 | 10.48 | - |
| YUV | 200.53 | 20.48 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 10 | 0 | 0.05 | 0.96 | 0.09 | 56.77 | 0.92 | 0.48 |
| Hex | E9 | DD | A | 0 | 5 | 60 | 9 | 39 | 5C | 30 |
| Octal | 351 | 335 | 12 | 0 | 5 | 140 | 11 | 71 | 134 | 60 |
| Binary | 11101001 | 11011101 | 1010 | 0 | 101 | 1100000 | 1001 | 111001 | 1011100 | 110000 |
Color Harmonies of #E9DD0A
Complementary color
Monochromatic Colors of #E9DD0A
Black with #E9DD0A
Text Example
Text Example
White with #E9DD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DD0A; }
p { color: rgb(233,221,10); }
H1.HeaderClassName
{
color: #E9DD0A;
}
.AnyTagClassName
{
color: #E9DD0A;
}
</style>
background-color css
<style>
a { background-color: #E9DD0A; }
a { background-color: rgb(233,221,10); }
div.DivClassName
{
background-color: #E9DD0A;
}
.BgClassName
{
background-color: #E9DD0A;
}
</style>
border-color css
<style>
span { border-color: #E9DD0A; }
span { border-color: rgb(233,221,10); }
td.TdClassName
{
border-color: #E9DD0A;
}
.TagClassName
{
border-color: #E9DD0A;
}
</style>