Shades of Lemon #E9F114
Tints of Lemon #E9F114
RGB
CMYK
RGB Variations
Color information
#E9F114 (or 0xE9F114) is known color: Lemon. HEX triplet: E9, F1 and 14. RGB value is (233,241,20). Sum of RGB (Red+Green+Blue) = 233+241+20=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 20 (8.20% from 255 or 4.05% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #E9F114 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E9F114 is #160EEB. Grayscale: #D6D6D6. Windows color (decimal): -1445612 or 1372649. OLE color: 1372649.
HSL color Cylindrical-coordinate representation of color #E9F114: hue angle of 62.17º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E9F114 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 241 | 20 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.05 |
| HSL | 62.17º | 0.89% | 0.51% | - |
| HSV(B) | 62.17º | 0.92% | 0.95% | - |
| XYZ | 65.19 | 80.28 | 12.72 | - |
| YUV | 213.41 | 18.85 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 241 | 20 | 0.03 | 0 | 0.92 | 0.05 | 62.17 | 0.89 | 0.51 |
| Hex | E9 | F1 | 14 | 3 | 0 | 5C | 5 | 3E | 59 | 33 |
| Octal | 351 | 361 | 24 | 3 | 0 | 134 | 5 | 76 | 131 | 63 |
| Binary | 11101001 | 11110001 | 10100 | 11 | 0 | 1011100 | 101 | 111110 | 1011001 | 110011 |
Color Harmonies of #E9F114
Complementary color
Monochromatic Colors of #E9F114
Black with #E9F114
Text Example
Text Example
White with #E9F114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F114; }
p { color: rgb(233,241,20); }
H1.HeaderClassName
{
color: #E9F114;
}
.AnyTagClassName
{
color: #E9F114;
}
</style>
background-color css
<style>
a { background-color: #E9F114; }
a { background-color: rgb(233,241,20); }
div.DivClassName
{
background-color: #E9F114;
}
.BgClassName
{
background-color: #E9F114;
}
</style>
border-color css
<style>
span { border-color: #E9F114; }
span { border-color: rgb(233,241,20); }
td.TdClassName
{
border-color: #E9F114;
}
.TagClassName
{
border-color: #E9F114;
}
</style>