Shades of Lemon #EFED18
Tints of Lemon #EFED18
RGB
CMYK
RGB Variations
Color information
#EFED18 (or 0xEFED18) is known color: Lemon. HEX triplet: EF, ED and 18. RGB value is (239,237,24). Sum of RGB (Red+Green+Blue) = 239+237+24=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 24 (9.77% from 255 or 4.8% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFED18 is #1012E7. Grayscale: #D6D6D6. Windows color (decimal): -1053416 or 1633775. OLE color: 1633775.
HSL color Cylindrical-coordinate representation of color #EFED18: hue angle of 59.44º 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 #EFED18 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 24 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.06 |
| HSL | 59.44º | 0.87% | 0.52% | - |
| HSV(B) | 59.44º | 0.9% | 0.94% | - |
| XYZ | 66.05 | 78.99 | 12.63 | - |
| YUV | 213.32 | 21.16 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 24 | 0 | 0.01 | 0.90 | 0.06 | 59.44 | 0.87 | 0.52 |
| Hex | EF | ED | 18 | 0 | 1 | 5A | 6 | 3B | 57 | 34 |
| Octal | 357 | 355 | 30 | 0 | 1 | 132 | 6 | 73 | 127 | 64 |
| Binary | 11101111 | 11101101 | 11000 | 0 | 1 | 1011010 | 110 | 111011 | 1010111 | 110100 |
Color Harmonies of #EFED18
Complementary color
Monochromatic Colors of #EFED18
Black with #EFED18
Text Example
Text Example
White with #EFED18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFED18; }
p { color: rgb(239,237,24); }
H1.HeaderClassName
{
color: #EFED18;
}
.AnyTagClassName
{
color: #EFED18;
}
</style>
background-color css
<style>
a { background-color: #EFED18; }
a { background-color: rgb(239,237,24); }
div.DivClassName
{
background-color: #EFED18;
}
.BgClassName
{
background-color: #EFED18;
}
</style>
border-color css
<style>
span { border-color: #EFED18; }
span { border-color: rgb(239,237,24); }
td.TdClassName
{
border-color: #EFED18;
}
.TagClassName
{
border-color: #EFED18;
}
</style>