Shades of Lemon #E9F10F
Tints of Lemon #E9F10F
RGB
CMYK
RGB Variations
Color information
#E9F10F (or 0xE9F10F) is known color: Lemon. HEX triplet: E9, F1 and 0F. RGB value is (233,241,15). Sum of RGB (Red+Green+Blue) = 233+241+15=489 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.65% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 15 (6.25% from 255 or 3.07% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #E9F10F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E9F10F is #160EF0. Grayscale: #D5D5D5. Windows color (decimal): -1445617 or 1044969. OLE color: 1044969.
HSL color Cylindrical-coordinate representation of color #E9F10F: hue angle of 62.12º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9F10F is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 241 | 15 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.05 |
| HSL | 62.12º | 0.89% | 0.5% | - |
| HSV(B) | 62.12º | 0.94% | 0.95% | - |
| XYZ | 65.15 | 80.27 | 12.51 | - |
| YUV | 212.84 | 16.35 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 241 | 15 | 0.03 | 0 | 0.94 | 0.05 | 62.12 | 0.89 | 0.5 |
| Hex | E9 | F1 | F | 3 | 0 | 5E | 5 | 3E | 59 | 32 |
| Octal | 351 | 361 | 17 | 3 | 0 | 136 | 5 | 76 | 131 | 62 |
| Binary | 11101001 | 11110001 | 1111 | 11 | 0 | 1011110 | 101 | 111110 | 1011001 | 110010 |
Color Harmonies of #E9F10F
Complementary color
Monochromatic Colors of #E9F10F
Black with #E9F10F
Text Example
Text Example
White with #E9F10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F10F; }
p { color: rgb(233,241,15); }
H1.HeaderClassName
{
color: #E9F10F;
}
.AnyTagClassName
{
color: #E9F10F;
}
</style>
background-color css
<style>
a { background-color: #E9F10F; }
a { background-color: rgb(233,241,15); }
div.DivClassName
{
background-color: #E9F10F;
}
.BgClassName
{
background-color: #E9F10F;
}
</style>
border-color css
<style>
span { border-color: #E9F10F; }
span { border-color: rgb(233,241,15); }
td.TdClassName
{
border-color: #E9F10F;
}
.TagClassName
{
border-color: #E9F10F;
}
</style>