Shades of Lemon #E9F21E
Tints of Lemon #E9F21E
RGB
CMYK
RGB Variations
Color information
#E9F21E (or 0xE9F21E) is known color: Lemon. HEX triplet: E9, F2 and 1E. RGB value is (233,242,30). Sum of RGB (Red+Green+Blue) = 233+242+30=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 30 (12.11% from 255 or 5.94% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F21E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9F21E is #160DE1. Grayscale: #D7D7D7. Windows color (decimal): -1445346 or 2028265. OLE color: 2028265.
HSL color Cylindrical-coordinate representation of color #E9F21E: hue angle of 62.55º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E9F21E is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 242 | 30 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.05 |
| HSL | 62.55º | 0.89% | 0.53% | - |
| HSV(B) | 62.55º | 0.88% | 0.95% | - |
| XYZ | 65.59 | 80.92 | 13.39 | - |
| YUV | 215.14 | 23.52 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 242 | 30 | 0.04 | 0 | 0.88 | 0.05 | 62.55 | 0.89 | 0.53 |
| Hex | E9 | F2 | 1E | 4 | 0 | 58 | 5 | 3F | 59 | 35 |
| Octal | 351 | 362 | 36 | 4 | 0 | 130 | 5 | 77 | 131 | 65 |
| Binary | 11101001 | 11110010 | 11110 | 100 | 0 | 1011000 | 101 | 111111 | 1011001 | 110101 |
Color Harmonies of #E9F21E
Complementary color
Monochromatic Colors of #E9F21E
Black with #E9F21E
Text Example
Text Example
White with #E9F21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F21E; }
p { color: rgb(233,242,30); }
H1.HeaderClassName
{
color: #E9F21E;
}
.AnyTagClassName
{
color: #E9F21E;
}
</style>
background-color css
<style>
a { background-color: #E9F21E; }
a { background-color: rgb(233,242,30); }
div.DivClassName
{
background-color: #E9F21E;
}
.BgClassName
{
background-color: #E9F21E;
}
</style>
border-color css
<style>
span { border-color: #E9F21E; }
span { border-color: rgb(233,242,30); }
td.TdClassName
{
border-color: #E9F21E;
}
.TagClassName
{
border-color: #E9F21E;
}
</style>