Shades of Lemon #EFF10F
Tints of Lemon #EFF10F
RGB
CMYK
RGB Variations
Color information
#EFF10F (or 0xEFF10F) is known color: Lemon. HEX triplet: EF, F1 and 0F. RGB value is (239,241,15). Sum of RGB (Red+Green+Blue) = 239+241+15=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 15 (6.25% from 255 or 3.03% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF10F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF10F is #100EF0. Grayscale: #D7D7D7. Windows color (decimal): -1052401 or 1044975. OLE color: 1044975.
HSL color Cylindrical-coordinate representation of color #EFF10F: hue angle of 60.53º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFF10F is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 15 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.05 |
| HSL | 60.53º | 0.89% | 0.5% | - |
| HSV(B) | 60.53º | 0.94% | 0.95% | - |
| XYZ | 67.14 | 81.3 | 12.61 | - |
| YUV | 214.64 | 15.34 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 15 | 0.01 | 0 | 0.94 | 0.05 | 60.53 | 0.89 | 0.5 |
| Hex | EF | F1 | F | 1 | 0 | 5E | 5 | 3D | 59 | 32 |
| Octal | 357 | 361 | 17 | 1 | 0 | 136 | 5 | 75 | 131 | 62 |
| Binary | 11101111 | 11110001 | 1111 | 1 | 0 | 1011110 | 101 | 111101 | 1011001 | 110010 |
Color Harmonies of #EFF10F
Complementary color
Monochromatic Colors of #EFF10F
Black with #EFF10F
Text Example
Text Example
White with #EFF10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF10F; }
p { color: rgb(239,241,15); }
H1.HeaderClassName
{
color: #EFF10F;
}
.AnyTagClassName
{
color: #EFF10F;
}
</style>
background-color css
<style>
a { background-color: #EFF10F; }
a { background-color: rgb(239,241,15); }
div.DivClassName
{
background-color: #EFF10F;
}
.BgClassName
{
background-color: #EFF10F;
}
</style>
border-color css
<style>
span { border-color: #EFF10F; }
span { border-color: rgb(239,241,15); }
td.TdClassName
{
border-color: #EFF10F;
}
.TagClassName
{
border-color: #EFF10F;
}
</style>