Shades of Lemon #EFF013
Tints of Lemon #EFF013
RGB
CMYK
RGB Variations
Color information
#EFF013 (or 0xEFF013) is known color: Lemon. HEX triplet: EF, F0 and 13. RGB value is (239,240,19). Sum of RGB (Red+Green+Blue) = 239+240+19=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 19 (7.81% from 255 or 3.82% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF013 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF013 is #100FEC. Grayscale: #D7D7D7. Windows color (decimal): -1052653 or 1306863. OLE color: 1306863.
HSL color Cylindrical-coordinate representation of color #EFF013: hue angle of 60.27º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFF013 is Cyan = 0.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 19 | - |
| CMYK | 0.00 | 0 | 0.92 | 0.06 |
| HSL | 60.27º | 0.88% | 0.51% | - |
| HSV(B) | 60.27º | 0.92% | 0.94% | - |
| XYZ | 66.87 | 80.72 | 12.67 | - |
| YUV | 214.51 | 17.67 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 19 | 0.00 | 0 | 0.92 | 0.06 | 60.27 | 0.88 | 0.51 |
| Hex | EF | F0 | 13 | 0 | 0 | 5C | 6 | 3C | 58 | 33 |
| Octal | 357 | 360 | 23 | 0 | 0 | 134 | 6 | 74 | 130 | 63 |
| Binary | 11101111 | 11110000 | 10011 | 0 | 0 | 1011100 | 110 | 111100 | 1011000 | 110011 |
Color Harmonies of #EFF013
Complementary color
Monochromatic Colors of #EFF013
Black with #EFF013
Text Example
Text Example
White with #EFF013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF013; }
p { color: rgb(239,240,19); }
H1.HeaderClassName
{
color: #EFF013;
}
.AnyTagClassName
{
color: #EFF013;
}
</style>
background-color css
<style>
a { background-color: #EFF013; }
a { background-color: rgb(239,240,19); }
div.DivClassName
{
background-color: #EFF013;
}
.BgClassName
{
background-color: #EFF013;
}
</style>
border-color css
<style>
span { border-color: #EFF013; }
span { border-color: rgb(239,240,19); }
td.TdClassName
{
border-color: #EFF013;
}
.TagClassName
{
border-color: #EFF013;
}
</style>