Shades of Lemon #EFF60E
Tints of Lemon #EFF60E
RGB
CMYK
RGB Variations
Color information
#EFF60E (or 0xEFF60E) is known color: Lemon. HEX triplet: EF, F6 and 0E. RGB value is (239,246,14). Sum of RGB (Red+Green+Blue) = 239+246+14=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 246 (96.48% from 255 or 49.30% from 499); Blue value is 14 (5.86% from 255 or 2.81% from 499); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF60E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF60E is #1009F1. Grayscale: #DADADA. Windows color (decimal): -1051122 or 980719. OLE color: 980719.
HSL color Cylindrical-coordinate representation of color #EFF60E: hue angle of 61.81º degrees, saturation: 0.93, 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 #EFF60E is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 14 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.04 |
| HSL | 61.81º | 0.93% | 0.51% | - |
| HSV(B) | 61.81º | 0.94% | 0.96% | - |
| XYZ | 68.63 | 84.29 | 13.07 | - |
| YUV | 217.46 | 13.18 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 14 | 0.03 | 0 | 0.94 | 0.04 | 61.81 | 0.93 | 0.51 |
| Hex | EF | F6 | E | 3 | 0 | 5E | 4 | 3E | 5D | 33 |
| Octal | 357 | 366 | 16 | 3 | 0 | 136 | 4 | 76 | 135 | 63 |
| Binary | 11101111 | 11110110 | 1110 | 11 | 0 | 1011110 | 100 | 111110 | 1011101 | 110011 |
Color Harmonies of #EFF60E
Complementary color
Monochromatic Colors of #EFF60E
Black with #EFF60E
Text Example
Text Example
White with #EFF60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF60E; }
p { color: rgb(239,246,14); }
H1.HeaderClassName
{
color: #EFF60E;
}
.AnyTagClassName
{
color: #EFF60E;
}
</style>
background-color css
<style>
a { background-color: #EFF60E; }
a { background-color: rgb(239,246,14); }
div.DivClassName
{
background-color: #EFF60E;
}
.BgClassName
{
background-color: #EFF60E;
}
</style>
border-color css
<style>
span { border-color: #EFF60E; }
span { border-color: rgb(239,246,14); }
td.TdClassName
{
border-color: #EFF60E;
}
.TagClassName
{
border-color: #EFF60E;
}
</style>