Shades of Lemon #E9F218
Tints of Lemon #E9F218
RGB
CMYK
RGB Variations
Color information
#E9F218 (or 0xE9F218) is known color: Lemon. HEX triplet: E9, F2 and 18. RGB value is (233,242,24). Sum of RGB (Red+Green+Blue) = 233+242+24=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 24 (9.77% from 255 or 4.81% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F218 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E9F218 is #160DE7. Grayscale: #D7D7D7. Windows color (decimal): -1445352 or 1635049. OLE color: 1635049.
HSL color Cylindrical-coordinate representation of color #E9F218: hue angle of 62.48º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E9F218 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 242 | 24 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.05 |
| HSL | 62.48º | 0.89% | 0.52% | - |
| HSV(B) | 62.48º | 0.9% | 0.95% | - |
| XYZ | 65.52 | 80.89 | 13.02 | - |
| YUV | 214.46 | 20.52 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 242 | 24 | 0.04 | 0 | 0.90 | 0.05 | 62.48 | 0.89 | 0.52 |
| Hex | E9 | F2 | 18 | 4 | 0 | 5A | 5 | 3E | 59 | 34 |
| Octal | 351 | 362 | 30 | 4 | 0 | 132 | 5 | 76 | 131 | 64 |
| Binary | 11101001 | 11110010 | 11000 | 100 | 0 | 1011010 | 101 | 111110 | 1011001 | 110100 |
Color Harmonies of #E9F218
Complementary color
Monochromatic Colors of #E9F218
Black with #E9F218
Text Example
Text Example
White with #E9F218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F218; }
p { color: rgb(233,242,24); }
H1.HeaderClassName
{
color: #E9F218;
}
.AnyTagClassName
{
color: #E9F218;
}
</style>
background-color css
<style>
a { background-color: #E9F218; }
a { background-color: rgb(233,242,24); }
div.DivClassName
{
background-color: #E9F218;
}
.BgClassName
{
background-color: #E9F218;
}
</style>
border-color css
<style>
span { border-color: #E9F218; }
span { border-color: rgb(233,242,24); }
td.TdClassName
{
border-color: #E9F218;
}
.TagClassName
{
border-color: #E9F218;
}
</style>