Shades of Lemon #E9DA0B
Tints of Lemon #E9DA0B
RGB
CMYK
RGB Variations
Color information
#E9DA0B (or 0xE9DA0B) is known color: Lemon. HEX triplet: E9, DA and 0B. RGB value is (233,218,11). Sum of RGB (Red+Green+Blue) = 233+218+11=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 11 (4.69% from 255 or 2.38% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DA0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9DA0B is #1625F4. Grayscale: #C7C7C7. Windows color (decimal): -1451509 or 776937. OLE color: 776937.
HSL color Cylindrical-coordinate representation of color #E9DA0B: hue angle of 55.95º degrees, saturation: 0.91, 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 #E9DA0B is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 11 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.09 |
| HSL | 55.95º | 0.91% | 0.48% | - |
| HSV(B) | 55.95º | 0.95% | 0.91% | - |
| XYZ | 58.74 | 67.49 | 10.25 | - |
| YUV | 198.89 | 21.97 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 11 | 0 | 0.06 | 0.95 | 0.09 | 55.95 | 0.91 | 0.48 |
| Hex | E9 | DA | B | 0 | 6 | 5F | 9 | 38 | 5B | 30 |
| Octal | 351 | 332 | 13 | 0 | 6 | 137 | 11 | 70 | 133 | 60 |
| Binary | 11101001 | 11011010 | 1011 | 0 | 110 | 1011111 | 1001 | 111000 | 1011011 | 110000 |
Color Harmonies of #E9DA0B
Complementary color
Monochromatic Colors of #E9DA0B
Black with #E9DA0B
Text Example
Text Example
White with #E9DA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DA0B; }
p { color: rgb(233,218,11); }
H1.HeaderClassName
{
color: #E9DA0B;
}
.AnyTagClassName
{
color: #E9DA0B;
}
</style>
background-color css
<style>
a { background-color: #E9DA0B; }
a { background-color: rgb(233,218,11); }
div.DivClassName
{
background-color: #E9DA0B;
}
.BgClassName
{
background-color: #E9DA0B;
}
</style>
border-color css
<style>
span { border-color: #E9DA0B; }
span { border-color: rgb(233,218,11); }
td.TdClassName
{
border-color: #E9DA0B;
}
.TagClassName
{
border-color: #E9DA0B;
}
</style>