Shades of Lemon #EFF60D
Tints of Lemon #EFF60D
RGB
CMYK
RGB Variations
Color information
#EFF60D (or 0xEFF60D) is known color: Lemon. HEX triplet: EF, F6 and 0D. RGB value is (239,246,13). Sum of RGB (Red+Green+Blue) = 239+246+13=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 13 (5.47% from 255 or 2.61% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF60D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF60D is #1009F2. Grayscale: #DADADA. Windows color (decimal): -1051123 or 915183. OLE color: 915183.
HSL color Cylindrical-coordinate representation of color #EFF60D: hue angle of 61.8º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFF60D is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 13 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.04 |
| HSL | 61.8º | 0.93% | 0.51% | - |
| HSV(B) | 61.8º | 0.95% | 0.96% | - |
| XYZ | 68.63 | 84.29 | 13.03 | - |
| YUV | 217.35 | 12.68 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 13 | 0.03 | 0 | 0.95 | 0.04 | 61.8 | 0.93 | 0.51 |
| Hex | EF | F6 | D | 3 | 0 | 5F | 4 | 3E | 5D | 33 |
| Octal | 357 | 366 | 15 | 3 | 0 | 137 | 4 | 76 | 135 | 63 |
| Binary | 11101111 | 11110110 | 1101 | 11 | 0 | 1011111 | 100 | 111110 | 1011101 | 110011 |
Color Harmonies of #EFF60D
Complementary color
Monochromatic Colors of #EFF60D
Black with #EFF60D
Text Example
Text Example
White with #EFF60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF60D; }
p { color: rgb(239,246,13); }
H1.HeaderClassName
{
color: #EFF60D;
}
.AnyTagClassName
{
color: #EFF60D;
}
</style>
background-color css
<style>
a { background-color: #EFF60D; }
a { background-color: rgb(239,246,13); }
div.DivClassName
{
background-color: #EFF60D;
}
.BgClassName
{
background-color: #EFF60D;
}
</style>
border-color css
<style>
span { border-color: #EFF60D; }
span { border-color: rgb(239,246,13); }
td.TdClassName
{
border-color: #EFF60D;
}
.TagClassName
{
border-color: #EFF60D;
}
</style>