Shades of Lemon #EFF110
Tints of Lemon #EFF110
RGB
CMYK
RGB Variations
Color information
#EFF110 (or 0xEFF110) is known color: Lemon. HEX triplet: EF, F1 and 10. RGB value is (239,241,16). Sum of RGB (Red+Green+Blue) = 239+241+16=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 16 (6.64% from 255 or 3.23% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF110 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF110 is #100EEF. Grayscale: #D7D7D7. Windows color (decimal): -1052400 or 1110511. OLE color: 1110511.
HSL color Cylindrical-coordinate representation of color #EFF110: 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.93%. Process color model (Four color, CMYK) of #EFF110 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 16 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.05 |
| HSL | 60.53º | 0.89% | 0.5% | - |
| HSV(B) | 60.53º | 0.93% | 0.95% | - |
| XYZ | 67.15 | 81.3 | 12.64 | - |
| YUV | 214.75 | 15.84 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 16 | 0.01 | 0 | 0.93 | 0.05 | 60.53 | 0.89 | 0.5 |
| Hex | EF | F1 | 10 | 1 | 0 | 5D | 5 | 3D | 59 | 32 |
| Octal | 357 | 361 | 20 | 1 | 0 | 135 | 5 | 75 | 131 | 62 |
| Binary | 11101111 | 11110001 | 10000 | 1 | 0 | 1011101 | 101 | 111101 | 1011001 | 110010 |
Color Harmonies of #EFF110
Complementary color
Monochromatic Colors of #EFF110
Black with #EFF110
Text Example
Text Example
White with #EFF110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF110; }
p { color: rgb(239,241,16); }
H1.HeaderClassName
{
color: #EFF110;
}
.AnyTagClassName
{
color: #EFF110;
}
</style>
background-color css
<style>
a { background-color: #EFF110; }
a { background-color: rgb(239,241,16); }
div.DivClassName
{
background-color: #EFF110;
}
.BgClassName
{
background-color: #EFF110;
}
</style>
border-color css
<style>
span { border-color: #EFF110; }
span { border-color: rgb(239,241,16); }
td.TdClassName
{
border-color: #EFF110;
}
.TagClassName
{
border-color: #EFF110;
}
</style>