Shades of Lemon #EFEF16
Tints of Lemon #EFEF16
RGB
CMYK
RGB Variations
Color information
#EFEF16 (or 0xEFEF16) is known color: Lemon. HEX triplet: EF, EF and 16. RGB value is (239,239,22). Sum of RGB (Red+Green+Blue) = 239+239+22=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 22 (8.98% from 255 or 4.4% from 500); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEF16 is #1010E9. Grayscale: #D7D7D7. Windows color (decimal): -1052906 or 1503215. OLE color: 1503215.
HSL color Cylindrical-coordinate representation of color #EFEF16: hue angle of 60º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFEF16 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 22 | - |
| CMYK | 0 | 0 | 0.91 | 0.06 |
| HSL | 60º | 0.87% | 0.51% | - |
| HSV(B) | 60º | 0.91% | 0.94% | - |
| XYZ | 66.61 | 80.14 | 12.72 | - |
| YUV | 214.26 | 19.5 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 22 | 0 | 0 | 0.91 | 0.06 | 60 | 0.87 | 0.51 |
| Hex | EF | EF | 16 | 0 | 0 | 5B | 6 | 3C | 57 | 33 |
| Octal | 357 | 357 | 26 | 0 | 0 | 133 | 6 | 74 | 127 | 63 |
| Binary | 11101111 | 11101111 | 10110 | 0 | 0 | 1011011 | 110 | 111100 | 1010111 | 110011 |
Color Harmonies of #EFEF16
Complementary color
Monochromatic Colors of #EFEF16
Black with #EFEF16
Text Example
Text Example
White with #EFEF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEF16; }
p { color: rgb(239,239,22); }
H1.HeaderClassName
{
color: #EFEF16;
}
.AnyTagClassName
{
color: #EFEF16;
}
</style>
background-color css
<style>
a { background-color: #EFEF16; }
a { background-color: rgb(239,239,22); }
div.DivClassName
{
background-color: #EFEF16;
}
.BgClassName
{
background-color: #EFEF16;
}
</style>
border-color css
<style>
span { border-color: #EFEF16; }
span { border-color: rgb(239,239,22); }
td.TdClassName
{
border-color: #EFEF16;
}
.TagClassName
{
border-color: #EFEF16;
}
</style>