Shades of Lemon #EFEC0E
Tints of Lemon #EFEC0E
RGB
CMYK
RGB Variations
Color information
#EFEC0E (or 0xEFEC0E) is known color: Lemon. HEX triplet: EF, EC and 0E. RGB value is (239,236,14). Sum of RGB (Red+Green+Blue) = 239+236+14=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 14 (5.86% from 255 or 2.86% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEC0E is #1013F1. Grayscale: #D4D4D4. Windows color (decimal): -1053682 or 978159. OLE color: 978159.
HSL color Cylindrical-coordinate representation of color #EFEC0E: hue angle of 59.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFEC0E is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 14 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.06 |
| HSL | 59.2º | 0.89% | 0.5% | - |
| HSV(B) | 59.2º | 0.94% | 0.94% | - |
| XYZ | 65.67 | 78.37 | 12.08 | - |
| YUV | 211.59 | 16.49 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 14 | 0 | 0.01 | 0.94 | 0.06 | 59.2 | 0.89 | 0.5 |
| Hex | EF | EC | E | 0 | 1 | 5E | 6 | 3B | 59 | 32 |
| Octal | 357 | 354 | 16 | 0 | 1 | 136 | 6 | 73 | 131 | 62 |
| Binary | 11101111 | 11101100 | 1110 | 0 | 1 | 1011110 | 110 | 111011 | 1011001 | 110010 |
Color Harmonies of #EFEC0E
Complementary color
Monochromatic Colors of #EFEC0E
Black with #EFEC0E
Text Example
Text Example
White with #EFEC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC0E; }
p { color: rgb(239,236,14); }
H1.HeaderClassName
{
color: #EFEC0E;
}
.AnyTagClassName
{
color: #EFEC0E;
}
</style>
background-color css
<style>
a { background-color: #EFEC0E; }
a { background-color: rgb(239,236,14); }
div.DivClassName
{
background-color: #EFEC0E;
}
.BgClassName
{
background-color: #EFEC0E;
}
</style>
border-color css
<style>
span { border-color: #EFEC0E; }
span { border-color: rgb(239,236,14); }
td.TdClassName
{
border-color: #EFEC0E;
}
.TagClassName
{
border-color: #EFEC0E;
}
</style>