Shades of Lemon #EFF40E
Tints of Lemon #EFF40E
RGB
CMYK
RGB Variations
Color information
#EFF40E (or 0xEFF40E) is known color: Lemon. HEX triplet: EF, F4 and 0E. RGB value is (239,244,14). Sum of RGB (Red+Green+Blue) = 239+244+14=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 244 (95.70% from 255 or 49.09% from 497); Blue value is 14 (5.86% from 255 or 2.82% from 497); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF40E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF40E is #100BF1. Grayscale: #D9D9D9. Windows color (decimal): -1051634 or 980207. OLE color: 980207.
HSL color Cylindrical-coordinate representation of color #EFF40E: hue angle of 61.3º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFF40E is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 14 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.04 |
| HSL | 61.3º | 0.91% | 0.51% | - |
| HSV(B) | 61.3º | 0.94% | 0.96% | - |
| XYZ | 68.03 | 83.08 | 12.87 | - |
| YUV | 216.29 | 13.84 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 14 | 0.02 | 0 | 0.94 | 0.04 | 61.3 | 0.91 | 0.51 |
| Hex | EF | F4 | E | 2 | 0 | 5E | 4 | 3D | 5B | 33 |
| Octal | 357 | 364 | 16 | 2 | 0 | 136 | 4 | 75 | 133 | 63 |
| Binary | 11101111 | 11110100 | 1110 | 10 | 0 | 1011110 | 100 | 111101 | 1011011 | 110011 |
Color Harmonies of #EFF40E
Complementary color
Monochromatic Colors of #EFF40E
Black with #EFF40E
Text Example
Text Example
White with #EFF40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF40E; }
p { color: rgb(239,244,14); }
H1.HeaderClassName
{
color: #EFF40E;
}
.AnyTagClassName
{
color: #EFF40E;
}
</style>
background-color css
<style>
a { background-color: #EFF40E; }
a { background-color: rgb(239,244,14); }
div.DivClassName
{
background-color: #EFF40E;
}
.BgClassName
{
background-color: #EFF40E;
}
</style>
border-color css
<style>
span { border-color: #EFF40E; }
span { border-color: rgb(239,244,14); }
td.TdClassName
{
border-color: #EFF40E;
}
.TagClassName
{
border-color: #EFF40E;
}
</style>