Shades of Lemon #E9DC14
Tints of Lemon #E9DC14
RGB
CMYK
RGB Variations
Color information
#E9DC14 (or 0xE9DC14) is known color: Lemon. HEX triplet: E9, DC and 14. RGB value is (233,220,20). Sum of RGB (Red+Green+Blue) = 233+220+20=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DC14 is #1623EB. Grayscale: #C9C9C9. Windows color (decimal): -1450988 or 1367273. OLE color: 1367273.
HSL color Cylindrical-coordinate representation of color #E9DC14: hue angle of 56.34º degrees, saturation: 0.84, 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 #E9DC14 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 20 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.09 |
| HSL | 56.34º | 0.84% | 0.5% | - |
| HSV(B) | 56.34º | 0.91% | 0.91% | - |
| XYZ | 59.32 | 68.56 | 10.77 | - |
| YUV | 201.09 | 25.81 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 20 | 0 | 0.06 | 0.91 | 0.09 | 56.34 | 0.84 | 0.5 |
| Hex | E9 | DC | 14 | 0 | 6 | 5B | 9 | 38 | 54 | 32 |
| Octal | 351 | 334 | 24 | 0 | 6 | 133 | 11 | 70 | 124 | 62 |
| Binary | 11101001 | 11011100 | 10100 | 0 | 110 | 1011011 | 1001 | 111000 | 1010100 | 110010 |
Color Harmonies of #E9DC14
Complementary color
Monochromatic Colors of #E9DC14
Black with #E9DC14
Text Example
Text Example
White with #E9DC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC14; }
p { color: rgb(233,220,20); }
H1.HeaderClassName
{
color: #E9DC14;
}
.AnyTagClassName
{
color: #E9DC14;
}
</style>
background-color css
<style>
a { background-color: #E9DC14; }
a { background-color: rgb(233,220,20); }
div.DivClassName
{
background-color: #E9DC14;
}
.BgClassName
{
background-color: #E9DC14;
}
</style>
border-color css
<style>
span { border-color: #E9DC14; }
span { border-color: rgb(233,220,20); }
td.TdClassName
{
border-color: #E9DC14;
}
.TagClassName
{
border-color: #E9DC14;
}
</style>