Shades of Lemon #EFEF15
Tints of Lemon #EFEF15
RGB
CMYK
RGB Variations
Color information
#EFEF15 (or 0xEFEF15) is known color: Lemon. HEX triplet: EF, EF and 15. RGB value is (239,239,21). Sum of RGB (Red+Green+Blue) = 239+239+21=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 21 (8.59% from 255 or 4.21% from 499); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEF15 is #1010EA. Grayscale: #D7D7D7. Windows color (decimal): -1052907 or 1437679. OLE color: 1437679.
HSL color Cylindrical-coordinate representation of color #EFEF15: 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 #EFEF15 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 21 | - |
| CMYK | 0 | 0 | 0.91 | 0.06 |
| HSL | 60º | 0.87% | 0.51% | - |
| HSV(B) | 60º | 0.91% | 0.94% | - |
| XYZ | 66.6 | 80.14 | 12.67 | - |
| YUV | 214.15 | 19 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 21 | 0 | 0 | 0.91 | 0.06 | 60 | 0.87 | 0.51 |
| Hex | EF | EF | 15 | 0 | 0 | 5B | 6 | 3C | 57 | 33 |
| Octal | 357 | 357 | 25 | 0 | 0 | 133 | 6 | 74 | 127 | 63 |
| Binary | 11101111 | 11101111 | 10101 | 0 | 0 | 1011011 | 110 | 111100 | 1010111 | 110011 |
Color Harmonies of #EFEF15
Complementary color
Monochromatic Colors of #EFEF15
Black with #EFEF15
Text Example
Text Example
White with #EFEF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEF15; }
p { color: rgb(239,239,21); }
H1.HeaderClassName
{
color: #EFEF15;
}
.AnyTagClassName
{
color: #EFEF15;
}
</style>
background-color css
<style>
a { background-color: #EFEF15; }
a { background-color: rgb(239,239,21); }
div.DivClassName
{
background-color: #EFEF15;
}
.BgClassName
{
background-color: #EFEF15;
}
</style>
border-color css
<style>
span { border-color: #EFEF15; }
span { border-color: rgb(239,239,21); }
td.TdClassName
{
border-color: #EFEF15;
}
.TagClassName
{
border-color: #EFEF15;
}
</style>