Shades of Lemon #EFF50B
Tints of Lemon #EFF50B
RGB
CMYK
RGB Variations
Color information
#EFF50B (or 0xEFF50B) is known color: Lemon. HEX triplet: EF, F5 and 0B. RGB value is (239,245,11). Sum of RGB (Red+Green+Blue) = 239+245+11=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 245 (96.09% from 255 or 49.49% from 495); Blue value is 11 (4.69% from 255 or 2.22% from 495); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF50B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF50B is #100AF4. Grayscale: #D9D9D9. Windows color (decimal): -1051381 or 783855. OLE color: 783855.
HSL color Cylindrical-coordinate representation of color #EFF50B: hue angle of 61.54º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFF50B is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 11 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.04 |
| HSL | 61.54º | 0.92% | 0.5% | - |
| HSV(B) | 61.54º | 0.96% | 0.96% | - |
| XYZ | 68.31 | 83.68 | 12.87 | - |
| YUV | 216.53 | 12.01 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 11 | 0.02 | 0 | 0.96 | 0.04 | 61.54 | 0.92 | 0.5 |
| Hex | EF | F5 | B | 2 | 0 | 60 | 4 | 3E | 5C | 32 |
| Octal | 357 | 365 | 13 | 2 | 0 | 140 | 4 | 76 | 134 | 62 |
| Binary | 11101111 | 11110101 | 1011 | 10 | 0 | 1100000 | 100 | 111110 | 1011100 | 110010 |
Color Harmonies of #EFF50B
Complementary color
Monochromatic Colors of #EFF50B
Black with #EFF50B
Text Example
Text Example
White with #EFF50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF50B; }
p { color: rgb(239,245,11); }
H1.HeaderClassName
{
color: #EFF50B;
}
.AnyTagClassName
{
color: #EFF50B;
}
</style>
background-color css
<style>
a { background-color: #EFF50B; }
a { background-color: rgb(239,245,11); }
div.DivClassName
{
background-color: #EFF50B;
}
.BgClassName
{
background-color: #EFF50B;
}
</style>
border-color css
<style>
span { border-color: #EFF50B; }
span { border-color: rgb(239,245,11); }
td.TdClassName
{
border-color: #EFF50B;
}
.TagClassName
{
border-color: #EFF50B;
}
</style>