Shades of Lemon #EFE518
Tints of Lemon #EFE518
RGB
CMYK
RGB Variations
Color information
#EFE518 (or 0xEFE518) is known color: Lemon. HEX triplet: EF, E5 and 18. RGB value is (239,229,24). Sum of RGB (Red+Green+Blue) = 239+229+24=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 24 (9.77% from 255 or 4.88% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE518 is #101AE7. Grayscale: #D1D1D1. Windows color (decimal): -1055464 or 1631727. OLE color: 1631727.
HSL color Cylindrical-coordinate representation of color #EFE518: hue angle of 57.21º 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 #EFE518 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 24 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.06 |
| HSL | 57.21º | 0.87% | 0.52% | - |
| HSV(B) | 57.21º | 0.9% | 0.94% | - |
| XYZ | 63.78 | 74.46 | 11.87 | - |
| YUV | 208.62 | 23.81 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 24 | 0 | 0.04 | 0.90 | 0.06 | 57.21 | 0.87 | 0.52 |
| Hex | EF | E5 | 18 | 0 | 4 | 5A | 6 | 39 | 57 | 34 |
| Octal | 357 | 345 | 30 | 0 | 4 | 132 | 6 | 71 | 127 | 64 |
| Binary | 11101111 | 11100101 | 11000 | 0 | 100 | 1011010 | 110 | 111001 | 1010111 | 110100 |
Color Harmonies of #EFE518
Complementary color
Monochromatic Colors of #EFE518
Black with #EFE518
Text Example
Text Example
White with #EFE518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE518; }
p { color: rgb(239,229,24); }
H1.HeaderClassName
{
color: #EFE518;
}
.AnyTagClassName
{
color: #EFE518;
}
</style>
background-color css
<style>
a { background-color: #EFE518; }
a { background-color: rgb(239,229,24); }
div.DivClassName
{
background-color: #EFE518;
}
.BgClassName
{
background-color: #EFE518;
}
</style>
border-color css
<style>
span { border-color: #EFE518; }
span { border-color: rgb(239,229,24); }
td.TdClassName
{
border-color: #EFE518;
}
.TagClassName
{
border-color: #EFE518;
}
</style>