Shades of Lemon #EFF106
Tints of Lemon #EFF106
RGB
CMYK
RGB Variations
Color information
#EFF106 (or 0xEFF106) is known color: Lemon. HEX triplet: EF, F1 and 06. RGB value is (239,241,6). Sum of RGB (Red+Green+Blue) = 239+241+6=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 6 (2.73% from 255 or 1.23% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF106 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF106 is #100EF9. Grayscale: #D6D6D6. Windows color (decimal): -1052410 or 455151. OLE color: 455151.
HSL color Cylindrical-coordinate representation of color #EFF106: hue angle of 60.51º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFF106 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 6 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.05 |
| HSL | 60.51º | 0.95% | 0.48% | - |
| HSV(B) | 60.51º | 0.98% | 0.95% | - |
| XYZ | 67.08 | 81.27 | 12.32 | - |
| YUV | 213.61 | 10.84 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 6 | 0.01 | 0 | 0.98 | 0.05 | 60.51 | 0.95 | 0.48 |
| Hex | EF | F1 | 6 | 1 | 0 | 62 | 5 | 3D | 5F | 30 |
| Octal | 357 | 361 | 6 | 1 | 0 | 142 | 5 | 75 | 137 | 60 |
| Binary | 11101111 | 11110001 | 110 | 1 | 0 | 1100010 | 101 | 111101 | 1011111 | 110000 |
Color Harmonies of #EFF106
Complementary color
Monochromatic Colors of #EFF106
Black with #EFF106
Text Example
Text Example
White with #EFF106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF106; }
p { color: rgb(239,241,6); }
H1.HeaderClassName
{
color: #EFF106;
}
.AnyTagClassName
{
color: #EFF106;
}
</style>
background-color css
<style>
a { background-color: #EFF106; }
a { background-color: rgb(239,241,6); }
div.DivClassName
{
background-color: #EFF106;
}
.BgClassName
{
background-color: #EFF106;
}
</style>
border-color css
<style>
span { border-color: #EFF106; }
span { border-color: rgb(239,241,6); }
td.TdClassName
{
border-color: #EFF106;
}
.TagClassName
{
border-color: #EFF106;
}
</style>