Shades of Lemon #E9DC13
Tints of Lemon #E9DC13
RGB
CMYK
RGB Variations
Color information
#E9DC13 (or 0xE9DC13) is known color: Lemon. HEX triplet: E9, DC and 13. RGB value is (233,220,19). Sum of RGB (Red+Green+Blue) = 233+220+19=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 19 (7.81% from 255 or 4.03% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DC13 is #1623EC. Grayscale: #C9C9C9. Windows color (decimal): -1450989 or 1301737. OLE color: 1301737.
HSL color Cylindrical-coordinate representation of color #E9DC13: hue angle of 56.36º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E9DC13 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 19 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.09 |
| HSL | 56.36º | 0.85% | 0.49% | - |
| HSV(B) | 56.36º | 0.92% | 0.91% | - |
| XYZ | 59.32 | 68.56 | 10.72 | - |
| YUV | 200.97 | 25.31 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 19 | 0 | 0.06 | 0.92 | 0.09 | 56.36 | 0.85 | 0.49 |
| Hex | E9 | DC | 13 | 0 | 6 | 5C | 9 | 38 | 55 | 31 |
| Octal | 351 | 334 | 23 | 0 | 6 | 134 | 11 | 70 | 125 | 61 |
| Binary | 11101001 | 11011100 | 10011 | 0 | 110 | 1011100 | 1001 | 111000 | 1010101 | 110001 |
Color Harmonies of #E9DC13
Complementary color
Monochromatic Colors of #E9DC13
Black with #E9DC13
Text Example
Text Example
White with #E9DC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC13; }
p { color: rgb(233,220,19); }
H1.HeaderClassName
{
color: #E9DC13;
}
.AnyTagClassName
{
color: #E9DC13;
}
</style>
background-color css
<style>
a { background-color: #E9DC13; }
a { background-color: rgb(233,220,19); }
div.DivClassName
{
background-color: #E9DC13;
}
.BgClassName
{
background-color: #E9DC13;
}
</style>
border-color css
<style>
span { border-color: #E9DC13; }
span { border-color: rgb(233,220,19); }
td.TdClassName
{
border-color: #E9DC13;
}
.TagClassName
{
border-color: #E9DC13;
}
</style>