Shades of Lemon #EFEB16
Tints of Lemon #EFEB16
RGB
CMYK
RGB Variations
Color information
#EFEB16 (or 0xEFEB16) is known color: Lemon. HEX triplet: EF, EB and 16. RGB value is (239,235,22). Sum of RGB (Red+Green+Blue) = 239+235+22=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 235 (92.19% from 255 or 47.38% from 496); Blue value is 22 (8.98% from 255 or 4.44% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEB16 is #1014E9. Grayscale: #D4D4D4. Windows color (decimal): -1053930 or 1502191. OLE color: 1502191.
HSL color Cylindrical-coordinate representation of color #EFEB16: hue angle of 58.89º 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 #EFEB16 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 22 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.06 |
| HSL | 58.89º | 0.87% | 0.51% | - |
| HSV(B) | 58.89º | 0.91% | 0.94% | - |
| XYZ | 65.45 | 77.83 | 12.33 | - |
| YUV | 211.91 | 20.83 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 22 | 0 | 0.02 | 0.91 | 0.06 | 58.89 | 0.87 | 0.51 |
| Hex | EF | EB | 16 | 0 | 2 | 5B | 6 | 3B | 57 | 33 |
| Octal | 357 | 353 | 26 | 0 | 2 | 133 | 6 | 73 | 127 | 63 |
| Binary | 11101111 | 11101011 | 10110 | 0 | 10 | 1011011 | 110 | 111011 | 1010111 | 110011 |
Color Harmonies of #EFEB16
Complementary color
Monochromatic Colors of #EFEB16
Black with #EFEB16
Text Example
Text Example
White with #EFEB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEB16; }
p { color: rgb(239,235,22); }
H1.HeaderClassName
{
color: #EFEB16;
}
.AnyTagClassName
{
color: #EFEB16;
}
</style>
background-color css
<style>
a { background-color: #EFEB16; }
a { background-color: rgb(239,235,22); }
div.DivClassName
{
background-color: #EFEB16;
}
.BgClassName
{
background-color: #EFEB16;
}
</style>
border-color css
<style>
span { border-color: #EFEB16; }
span { border-color: rgb(239,235,22); }
td.TdClassName
{
border-color: #EFEB16;
}
.TagClassName
{
border-color: #EFEB16;
}
</style>