Shades of Lemon #E9DA0C
Tints of Lemon #E9DA0C
RGB
CMYK
RGB Variations
Color information
#E9DA0C (or 0xE9DA0C) is known color: Lemon. HEX triplet: E9, DA and 0C. RGB value is (233,218,12). Sum of RGB (Red+Green+Blue) = 233+218+12=463 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.32% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 12 (5.08% from 255 or 2.59% from 463); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DA0C is #1625F3. Grayscale: #C7C7C7. Windows color (decimal): -1451508 or 842473. OLE color: 842473.
HSL color Cylindrical-coordinate representation of color #E9DA0C: hue angle of 55.93º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E9DA0C is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 12 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.09 |
| HSL | 55.93º | 0.9% | 0.48% | - |
| HSV(B) | 55.93º | 0.95% | 0.91% | - |
| XYZ | 58.74 | 67.49 | 10.28 | - |
| YUV | 199 | 22.47 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 12 | 0 | 0.06 | 0.95 | 0.09 | 55.93 | 0.9 | 0.48 |
| Hex | E9 | DA | C | 0 | 6 | 5F | 9 | 38 | 5A | 30 |
| Octal | 351 | 332 | 14 | 0 | 6 | 137 | 11 | 70 | 132 | 60 |
| Binary | 11101001 | 11011010 | 1100 | 0 | 110 | 1011111 | 1001 | 111000 | 1011010 | 110000 |
Color Harmonies of #E9DA0C
Complementary color
Monochromatic Colors of #E9DA0C
Black with #E9DA0C
Text Example
Text Example
White with #E9DA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DA0C; }
p { color: rgb(233,218,12); }
H1.HeaderClassName
{
color: #E9DA0C;
}
.AnyTagClassName
{
color: #E9DA0C;
}
</style>
background-color css
<style>
a { background-color: #E9DA0C; }
a { background-color: rgb(233,218,12); }
div.DivClassName
{
background-color: #E9DA0C;
}
.BgClassName
{
background-color: #E9DA0C;
}
</style>
border-color css
<style>
span { border-color: #E9DA0C; }
span { border-color: rgb(233,218,12); }
td.TdClassName
{
border-color: #E9DA0C;
}
.TagClassName
{
border-color: #E9DA0C;
}
</style>