Shades of Lemon #E9DA10
Tints of Lemon #E9DA10
RGB
CMYK
RGB Variations
Color information
#E9DA10 (or 0xE9DA10) is known color: Lemon. HEX triplet: E9, DA and 10. RGB value is (233,218,16). Sum of RGB (Red+Green+Blue) = 233+218+16=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 16 (6.64% from 255 or 3.43% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DA10 is #1625EF. Grayscale: #C8C8C8. Windows color (decimal): -1451504 or 1104617. OLE color: 1104617.
HSL color Cylindrical-coordinate representation of color #E9DA10: hue angle of 55.85º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E9DA10 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 16 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.09 |
| HSL | 55.85º | 0.87% | 0.49% | - |
| HSV(B) | 55.85º | 0.93% | 0.91% | - |
| XYZ | 58.77 | 67.5 | 10.42 | - |
| YUV | 199.46 | 24.47 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 16 | 0 | 0.06 | 0.93 | 0.09 | 55.85 | 0.87 | 0.49 |
| Hex | E9 | DA | 10 | 0 | 6 | 5D | 9 | 38 | 57 | 31 |
| Octal | 351 | 332 | 20 | 0 | 6 | 135 | 11 | 70 | 127 | 61 |
| Binary | 11101001 | 11011010 | 10000 | 0 | 110 | 1011101 | 1001 | 111000 | 1010111 | 110001 |
Color Harmonies of #E9DA10
Complementary color
Monochromatic Colors of #E9DA10
Black with #E9DA10
Text Example
Text Example
White with #E9DA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DA10; }
p { color: rgb(233,218,16); }
H1.HeaderClassName
{
color: #E9DA10;
}
.AnyTagClassName
{
color: #E9DA10;
}
</style>
background-color css
<style>
a { background-color: #E9DA10; }
a { background-color: rgb(233,218,16); }
div.DivClassName
{
background-color: #E9DA10;
}
.BgClassName
{
background-color: #E9DA10;
}
</style>
border-color css
<style>
span { border-color: #E9DA10; }
span { border-color: rgb(233,218,16); }
td.TdClassName
{
border-color: #E9DA10;
}
.TagClassName
{
border-color: #E9DA10;
}
</style>