Shades of Lemon #E9DB13
Tints of Lemon #E9DB13
RGB
CMYK
RGB Variations
Color information
#E9DB13 (or 0xE9DB13) is known color: Lemon. HEX triplet: E9, DB and 13. RGB value is (233,219,19). Sum of RGB (Red+Green+Blue) = 233+219+19=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 19 (7.81% from 255 or 4.03% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DB13 is #1624EC. Grayscale: #C9C9C9. Windows color (decimal): -1451245 or 1301481. OLE color: 1301481.
HSL color Cylindrical-coordinate representation of color #E9DB13: hue angle of 56.07º 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 #E9DB13 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 219 | 19 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.09 |
| HSL | 56.07º | 0.85% | 0.49% | - |
| HSV(B) | 56.07º | 0.92% | 0.91% | - |
| XYZ | 59.05 | 68.03 | 10.64 | - |
| YUV | 200.39 | 25.64 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 219 | 19 | 0 | 0.06 | 0.92 | 0.09 | 56.07 | 0.85 | 0.49 |
| Hex | E9 | DB | 13 | 0 | 6 | 5C | 9 | 38 | 55 | 31 |
| Octal | 351 | 333 | 23 | 0 | 6 | 134 | 11 | 70 | 125 | 61 |
| Binary | 11101001 | 11011011 | 10011 | 0 | 110 | 1011100 | 1001 | 111000 | 1010101 | 110001 |
Color Harmonies of #E9DB13
Complementary color
Monochromatic Colors of #E9DB13
Black with #E9DB13
Text Example
Text Example
White with #E9DB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DB13; }
p { color: rgb(233,219,19); }
H1.HeaderClassName
{
color: #E9DB13;
}
.AnyTagClassName
{
color: #E9DB13;
}
</style>
background-color css
<style>
a { background-color: #E9DB13; }
a { background-color: rgb(233,219,19); }
div.DivClassName
{
background-color: #E9DB13;
}
.BgClassName
{
background-color: #E9DB13;
}
</style>
border-color css
<style>
span { border-color: #E9DB13; }
span { border-color: rgb(233,219,19); }
td.TdClassName
{
border-color: #E9DB13;
}
.TagClassName
{
border-color: #E9DB13;
}
</style>