Shades of Lemon #EFEF18
Tints of Lemon #EFEF18
RGB
CMYK
RGB Variations
Color information
#EFEF18 (or 0xEFEF18) is known color: Lemon. HEX triplet: EF, EF and 18. RGB value is (239,239,24). Sum of RGB (Red+Green+Blue) = 239+239+24=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 24 (9.77% from 255 or 4.78% from 502); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEF18 is #1010E7. Grayscale: #D7D7D7. Windows color (decimal): -1052904 or 1634287. OLE color: 1634287.
HSL color Cylindrical-coordinate representation of color #EFEF18: hue angle of 60º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFEF18 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 24 | - |
| CMYK | 0 | 0 | 0.90 | 0.06 |
| HSL | 60º | 0.87% | 0.52% | - |
| HSV(B) | 60º | 0.9% | 0.94% | - |
| XYZ | 66.63 | 80.15 | 12.82 | - |
| YUV | 214.49 | 20.5 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 24 | 0 | 0 | 0.90 | 0.06 | 60 | 0.87 | 0.52 |
| Hex | EF | EF | 18 | 0 | 0 | 5A | 6 | 3C | 57 | 34 |
| Octal | 357 | 357 | 30 | 0 | 0 | 132 | 6 | 74 | 127 | 64 |
| Binary | 11101111 | 11101111 | 11000 | 0 | 0 | 1011010 | 110 | 111100 | 1010111 | 110100 |
Color Harmonies of #EFEF18
Complementary color
Monochromatic Colors of #EFEF18
Black with #EFEF18
Text Example
Text Example
White with #EFEF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEF18; }
p { color: rgb(239,239,24); }
H1.HeaderClassName
{
color: #EFEF18;
}
.AnyTagClassName
{
color: #EFEF18;
}
</style>
background-color css
<style>
a { background-color: #EFEF18; }
a { background-color: rgb(239,239,24); }
div.DivClassName
{
background-color: #EFEF18;
}
.BgClassName
{
background-color: #EFEF18;
}
</style>
border-color css
<style>
span { border-color: #EFEF18; }
span { border-color: rgb(239,239,24); }
td.TdClassName
{
border-color: #EFEF18;
}
.TagClassName
{
border-color: #EFEF18;
}
</style>