Shades of Lemon #E9DA0D
Tints of Lemon #E9DA0D
RGB
CMYK
RGB Variations
Color information
#E9DA0D (or 0xE9DA0D) is known color: Lemon. HEX triplet: E9, DA and 0D. RGB value is (233,218,13). Sum of RGB (Red+Green+Blue) = 233+218+13=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 13 (5.47% from 255 or 2.80% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DA0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DA0D is #1625F2. Grayscale: #C7C7C7. Windows color (decimal): -1451507 or 908009. OLE color: 908009.
HSL color Cylindrical-coordinate representation of color #E9DA0D: hue angle of 55.91º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9DA0D is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 13 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.09 |
| HSL | 55.91º | 0.89% | 0.48% | - |
| HSV(B) | 55.91º | 0.94% | 0.91% | - |
| XYZ | 58.75 | 67.5 | 10.31 | - |
| YUV | 199.12 | 22.97 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 13 | 0 | 0.06 | 0.94 | 0.09 | 55.91 | 0.89 | 0.48 |
| Hex | E9 | DA | D | 0 | 6 | 5E | 9 | 38 | 59 | 30 |
| Octal | 351 | 332 | 15 | 0 | 6 | 136 | 11 | 70 | 131 | 60 |
| Binary | 11101001 | 11011010 | 1101 | 0 | 110 | 1011110 | 1001 | 111000 | 1011001 | 110000 |
Color Harmonies of #E9DA0D
Complementary color
Monochromatic Colors of #E9DA0D
Black with #E9DA0D
Text Example
Text Example
White with #E9DA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DA0D; }
p { color: rgb(233,218,13); }
H1.HeaderClassName
{
color: #E9DA0D;
}
.AnyTagClassName
{
color: #E9DA0D;
}
</style>
background-color css
<style>
a { background-color: #E9DA0D; }
a { background-color: rgb(233,218,13); }
div.DivClassName
{
background-color: #E9DA0D;
}
.BgClassName
{
background-color: #E9DA0D;
}
</style>
border-color css
<style>
span { border-color: #E9DA0D; }
span { border-color: rgb(233,218,13); }
td.TdClassName
{
border-color: #E9DA0D;
}
.TagClassName
{
border-color: #E9DA0D;
}
</style>