Shades of Lemon #E9DB12
Tints of Lemon #E9DB12
RGB
CMYK
RGB Variations
Color information
#E9DB12 (or 0xE9DB12) is known color: Lemon. HEX triplet: E9, DB and 12. RGB value is (233,219,18). Sum of RGB (Red+Green+Blue) = 233+219+18=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 18 (7.42% from 255 or 3.83% from 470); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DB12 is #1624ED. Grayscale: #C9C9C9. Windows color (decimal): -1451246 or 1235945. OLE color: 1235945.
HSL color Cylindrical-coordinate representation of color #E9DB12: hue angle of 56.09º degrees, saturation: 0.86, 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 #E9DB12 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 219 | 18 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.09 |
| HSL | 56.09º | 0.86% | 0.49% | - |
| HSV(B) | 56.09º | 0.92% | 0.91% | - |
| XYZ | 59.04 | 68.03 | 10.59 | - |
| YUV | 200.27 | 25.14 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 219 | 18 | 0 | 0.06 | 0.92 | 0.09 | 56.09 | 0.86 | 0.49 |
| Hex | E9 | DB | 12 | 0 | 6 | 5C | 9 | 38 | 56 | 31 |
| Octal | 351 | 333 | 22 | 0 | 6 | 134 | 11 | 70 | 126 | 61 |
| Binary | 11101001 | 11011011 | 10010 | 0 | 110 | 1011100 | 1001 | 111000 | 1010110 | 110001 |
Color Harmonies of #E9DB12
Complementary color
Monochromatic Colors of #E9DB12
Black with #E9DB12
Text Example
Text Example
White with #E9DB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DB12; }
p { color: rgb(233,219,18); }
H1.HeaderClassName
{
color: #E9DB12;
}
.AnyTagClassName
{
color: #E9DB12;
}
</style>
background-color css
<style>
a { background-color: #E9DB12; }
a { background-color: rgb(233,219,18); }
div.DivClassName
{
background-color: #E9DB12;
}
.BgClassName
{
background-color: #E9DB12;
}
</style>
border-color css
<style>
span { border-color: #E9DB12; }
span { border-color: rgb(233,219,18); }
td.TdClassName
{
border-color: #E9DB12;
}
.TagClassName
{
border-color: #E9DB12;
}
</style>