Shades of Lemon #E9DC10
Tints of Lemon #E9DC10
RGB
CMYK
RGB Variations
Color information
#E9DC10 (or 0xE9DC10) is known color: Lemon. HEX triplet: E9, DC and 10. RGB value is (233,220,16). Sum of RGB (Red+Green+Blue) = 233+220+16=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 16 (6.64% from 255 or 3.41% from 469); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DC10 is #1623EF. Grayscale: #C9C9C9. Windows color (decimal): -1450992 or 1105129. OLE color: 1105129.
HSL color Cylindrical-coordinate representation of color #E9DC10: hue angle of 56.41º 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 #E9DC10 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 16 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.09 |
| HSL | 56.41º | 0.87% | 0.49% | - |
| HSV(B) | 56.41º | 0.93% | 0.91% | - |
| XYZ | 59.29 | 68.55 | 10.6 | - |
| YUV | 200.63 | 23.81 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 16 | 0 | 0.06 | 0.93 | 0.09 | 56.41 | 0.87 | 0.49 |
| Hex | E9 | DC | 10 | 0 | 6 | 5D | 9 | 38 | 57 | 31 |
| Octal | 351 | 334 | 20 | 0 | 6 | 135 | 11 | 70 | 127 | 61 |
| Binary | 11101001 | 11011100 | 10000 | 0 | 110 | 1011101 | 1001 | 111000 | 1010111 | 110001 |
Color Harmonies of #E9DC10
Complementary color
Monochromatic Colors of #E9DC10
Black with #E9DC10
Text Example
Text Example
White with #E9DC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC10; }
p { color: rgb(233,220,16); }
H1.HeaderClassName
{
color: #E9DC10;
}
.AnyTagClassName
{
color: #E9DC10;
}
</style>
background-color css
<style>
a { background-color: #E9DC10; }
a { background-color: rgb(233,220,16); }
div.DivClassName
{
background-color: #E9DC10;
}
.BgClassName
{
background-color: #E9DC10;
}
</style>
border-color css
<style>
span { border-color: #E9DC10; }
span { border-color: rgb(233,220,16); }
td.TdClassName
{
border-color: #E9DC10;
}
.TagClassName
{
border-color: #E9DC10;
}
</style>