Shades of Lemon #EFF009
Tints of Lemon #EFF009
RGB
CMYK
RGB Variations
Color information
#EFF009 (or 0xEFF009) is known color: Lemon. HEX triplet: EF, F0 and 09. RGB value is (239,240,9). Sum of RGB (Red+Green+Blue) = 239+240+9=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 9 (3.91% from 255 or 1.84% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF009 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF009 is #100FF6. Grayscale: #D6D6D6. Windows color (decimal): -1052663 or 651503. OLE color: 651503.
HSL color Cylindrical-coordinate representation of color #EFF009: hue angle of 60.26º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFF009 is Cyan = 0.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 9 | - |
| CMYK | 0.00 | 0 | 0.96 | 0.06 |
| HSL | 60.26º | 0.93% | 0.49% | - |
| HSV(B) | 60.26º | 0.96% | 0.94% | - |
| XYZ | 66.81 | 80.69 | 12.31 | - |
| YUV | 213.37 | 12.67 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 9 | 0.00 | 0 | 0.96 | 0.06 | 60.26 | 0.93 | 0.49 |
| Hex | EF | F0 | 9 | 0 | 0 | 60 | 6 | 3C | 5D | 31 |
| Octal | 357 | 360 | 11 | 0 | 0 | 140 | 6 | 74 | 135 | 61 |
| Binary | 11101111 | 11110000 | 1001 | 0 | 0 | 1100000 | 110 | 111100 | 1011101 | 110001 |
Color Harmonies of #EFF009
Complementary color
Monochromatic Colors of #EFF009
Black with #EFF009
Text Example
Text Example
White with #EFF009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF009; }
p { color: rgb(239,240,9); }
H1.HeaderClassName
{
color: #EFF009;
}
.AnyTagClassName
{
color: #EFF009;
}
</style>
background-color css
<style>
a { background-color: #EFF009; }
a { background-color: rgb(239,240,9); }
div.DivClassName
{
background-color: #EFF009;
}
.BgClassName
{
background-color: #EFF009;
}
</style>
border-color css
<style>
span { border-color: #EFF009; }
span { border-color: rgb(239,240,9); }
td.TdClassName
{
border-color: #EFF009;
}
.TagClassName
{
border-color: #EFF009;
}
</style>