Shades of Lemon #E9DF0D
Tints of Lemon #E9DF0D
RGB
CMYK
RGB Variations
Color information
#E9DF0D (or 0xE9DF0D) is known color: Lemon. HEX triplet: E9, DF and 0D. RGB value is (233,223,13). Sum of RGB (Red+Green+Blue) = 233+223+13=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 13 (5.47% from 255 or 2.77% from 469); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DF0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DF0D is #1620F2. Grayscale: #CACACA. Windows color (decimal): -1450227 or 909289. OLE color: 909289.
HSL color Cylindrical-coordinate representation of color #E9DF0D: hue angle of 57.27º 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 #E9DF0D is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 223 | 13 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.09 |
| HSL | 57.27º | 0.89% | 0.48% | - |
| HSV(B) | 57.27º | 0.94% | 0.91% | - |
| XYZ | 60.06 | 70.13 | 10.75 | - |
| YUV | 202.05 | 21.31 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 13 | 0 | 0.04 | 0.94 | 0.09 | 57.27 | 0.89 | 0.48 |
| Hex | E9 | DF | D | 0 | 4 | 5E | 9 | 39 | 59 | 30 |
| Octal | 351 | 337 | 15 | 0 | 4 | 136 | 11 | 71 | 131 | 60 |
| Binary | 11101001 | 11011111 | 1101 | 0 | 100 | 1011110 | 1001 | 111001 | 1011001 | 110000 |
Color Harmonies of #E9DF0D
Complementary color
Monochromatic Colors of #E9DF0D
Black with #E9DF0D
Text Example
Text Example
White with #E9DF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DF0D; }
p { color: rgb(233,223,13); }
H1.HeaderClassName
{
color: #E9DF0D;
}
.AnyTagClassName
{
color: #E9DF0D;
}
</style>
background-color css
<style>
a { background-color: #E9DF0D; }
a { background-color: rgb(233,223,13); }
div.DivClassName
{
background-color: #E9DF0D;
}
.BgClassName
{
background-color: #E9DF0D;
}
</style>
border-color css
<style>
span { border-color: #E9DF0D; }
span { border-color: rgb(233,223,13); }
td.TdClassName
{
border-color: #E9DF0D;
}
.TagClassName
{
border-color: #E9DF0D;
}
</style>