Shades of Lemon #EFF107
Tints of Lemon #EFF107
RGB
CMYK
RGB Variations
Color information
#EFF107 (or 0xEFF107) is known color: Lemon. HEX triplet: EF, F1 and 07. RGB value is (239,241,7). Sum of RGB (Red+Green+Blue) = 239+241+7=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 7 (3.12% from 255 or 1.44% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF107 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF107 is #100EF8. Grayscale: #D6D6D6. Windows color (decimal): -1052409 or 520687. OLE color: 520687.
HSL color Cylindrical-coordinate representation of color #EFF107: hue angle of 60.51º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFF107 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 7 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.05 |
| HSL | 60.51º | 0.94% | 0.49% | - |
| HSV(B) | 60.51º | 0.97% | 0.95% | - |
| XYZ | 67.09 | 81.28 | 12.35 | - |
| YUV | 213.73 | 11.34 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 7 | 0.01 | 0 | 0.97 | 0.05 | 60.51 | 0.94 | 0.49 |
| Hex | EF | F1 | 7 | 1 | 0 | 61 | 5 | 3D | 5E | 31 |
| Octal | 357 | 361 | 7 | 1 | 0 | 141 | 5 | 75 | 136 | 61 |
| Binary | 11101111 | 11110001 | 111 | 1 | 0 | 1100001 | 101 | 111101 | 1011110 | 110001 |
Color Harmonies of #EFF107
Complementary color
Monochromatic Colors of #EFF107
Black with #EFF107
Text Example
Text Example
White with #EFF107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF107; }
p { color: rgb(239,241,7); }
H1.HeaderClassName
{
color: #EFF107;
}
.AnyTagClassName
{
color: #EFF107;
}
</style>
background-color css
<style>
a { background-color: #EFF107; }
a { background-color: rgb(239,241,7); }
div.DivClassName
{
background-color: #EFF107;
}
.BgClassName
{
background-color: #EFF107;
}
</style>
border-color css
<style>
span { border-color: #EFF107; }
span { border-color: rgb(239,241,7); }
td.TdClassName
{
border-color: #EFF107;
}
.TagClassName
{
border-color: #EFF107;
}
</style>