Shades of Lemon #E9DC0E
Tints of Lemon #E9DC0E
RGB
CMYK
RGB Variations
Color information
#E9DC0E (or 0xE9DC0E) is known color: Lemon. HEX triplet: E9, DC and 0E. RGB value is (233,220,14). Sum of RGB (Red+Green+Blue) = 233+220+14=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 14 (5.86% from 255 or 3.00% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DC0E is #1623F1. Grayscale: #C9C9C9. Windows color (decimal): -1450994 or 974057. OLE color: 974057.
HSL color Cylindrical-coordinate representation of color #E9DC0E: hue angle of 56.44º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9DC0E is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 14 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.09 |
| HSL | 56.44º | 0.89% | 0.48% | - |
| HSV(B) | 56.44º | 0.94% | 0.91% | - |
| XYZ | 59.28 | 68.54 | 10.52 | - |
| YUV | 200.4 | 22.81 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 14 | 0 | 0.06 | 0.94 | 0.09 | 56.44 | 0.89 | 0.48 |
| Hex | E9 | DC | E | 0 | 6 | 5E | 9 | 38 | 59 | 30 |
| Octal | 351 | 334 | 16 | 0 | 6 | 136 | 11 | 70 | 131 | 60 |
| Binary | 11101001 | 11011100 | 1110 | 0 | 110 | 1011110 | 1001 | 111000 | 1011001 | 110000 |
Color Harmonies of #E9DC0E
Complementary color
Monochromatic Colors of #E9DC0E
Black with #E9DC0E
Text Example
Text Example
White with #E9DC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC0E; }
p { color: rgb(233,220,14); }
H1.HeaderClassName
{
color: #E9DC0E;
}
.AnyTagClassName
{
color: #E9DC0E;
}
</style>
background-color css
<style>
a { background-color: #E9DC0E; }
a { background-color: rgb(233,220,14); }
div.DivClassName
{
background-color: #E9DC0E;
}
.BgClassName
{
background-color: #E9DC0E;
}
</style>
border-color css
<style>
span { border-color: #E9DC0E; }
span { border-color: rgb(233,220,14); }
td.TdClassName
{
border-color: #E9DC0E;
}
.TagClassName
{
border-color: #E9DC0E;
}
</style>