Shades of Lemon #E9DA0F
Tints of Lemon #E9DA0F
RGB
CMYK
RGB Variations
Color information
#E9DA0F (or 0xE9DA0F) is known color: Lemon. HEX triplet: E9, DA and 0F. RGB value is (233,218,15). Sum of RGB (Red+Green+Blue) = 233+218+15=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 15 (6.25% from 255 or 3.22% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DA0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DA0F is #1625F0. Grayscale: #C8C8C8. Windows color (decimal): -1451505 or 1039081. OLE color: 1039081.
HSL color Cylindrical-coordinate representation of color #E9DA0F: hue angle of 55.87º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9DA0F is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 15 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.09 |
| HSL | 55.87º | 0.88% | 0.49% | - |
| HSV(B) | 55.87º | 0.94% | 0.91% | - |
| XYZ | 58.76 | 67.5 | 10.38 | - |
| YUV | 199.34 | 23.97 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 15 | 0 | 0.06 | 0.94 | 0.09 | 55.87 | 0.88 | 0.49 |
| Hex | E9 | DA | F | 0 | 6 | 5E | 9 | 38 | 58 | 31 |
| Octal | 351 | 332 | 17 | 0 | 6 | 136 | 11 | 70 | 130 | 61 |
| Binary | 11101001 | 11011010 | 1111 | 0 | 110 | 1011110 | 1001 | 111000 | 1011000 | 110001 |
Color Harmonies of #E9DA0F
Complementary color
Monochromatic Colors of #E9DA0F
Black with #E9DA0F
Text Example
Text Example
White with #E9DA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DA0F; }
p { color: rgb(233,218,15); }
H1.HeaderClassName
{
color: #E9DA0F;
}
.AnyTagClassName
{
color: #E9DA0F;
}
</style>
background-color css
<style>
a { background-color: #E9DA0F; }
a { background-color: rgb(233,218,15); }
div.DivClassName
{
background-color: #E9DA0F;
}
.BgClassName
{
background-color: #E9DA0F;
}
</style>
border-color css
<style>
span { border-color: #E9DA0F; }
span { border-color: rgb(233,218,15); }
td.TdClassName
{
border-color: #E9DA0F;
}
.TagClassName
{
border-color: #E9DA0F;
}
</style>