Shades of Lemon #EFEE0E
Tints of Lemon #EFEE0E
RGB
CMYK
RGB Variations
Color information
#EFEE0E (or 0xEFEE0E) is known color: Lemon. HEX triplet: EF, EE and 0E. RGB value is (239,238,14). Sum of RGB (Red+Green+Blue) = 239+238+14=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 14 (5.86% from 255 or 2.85% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEE0E is #1011F1. Grayscale: #D5D5D5. Windows color (decimal): -1053170 or 978671. OLE color: 978671.
HSL color Cylindrical-coordinate representation of color #EFEE0E: hue angle of 59.73º 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 #EFEE0E is Cyan = 0, Magento = 0.00, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 14 | - |
| CMYK | 0 | 0.00 | 0.94 | 0.06 |
| HSL | 59.73º | 0.89% | 0.5% | - |
| HSV(B) | 59.73º | 0.94% | 0.94% | - |
| XYZ | 66.25 | 79.53 | 12.27 | - |
| YUV | 212.76 | 15.83 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 14 | 0 | 0.00 | 0.94 | 0.06 | 59.73 | 0.89 | 0.5 |
| Hex | EF | EE | E | 0 | 0 | 5E | 6 | 3C | 59 | 32 |
| Octal | 357 | 356 | 16 | 0 | 0 | 136 | 6 | 74 | 131 | 62 |
| Binary | 11101111 | 11101110 | 1110 | 0 | 0 | 1011110 | 110 | 111100 | 1011001 | 110010 |
Color Harmonies of #EFEE0E
Complementary color
Monochromatic Colors of #EFEE0E
Black with #EFEE0E
Text Example
Text Example
White with #EFEE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE0E; }
p { color: rgb(239,238,14); }
H1.HeaderClassName
{
color: #EFEE0E;
}
.AnyTagClassName
{
color: #EFEE0E;
}
</style>
background-color css
<style>
a { background-color: #EFEE0E; }
a { background-color: rgb(239,238,14); }
div.DivClassName
{
background-color: #EFEE0E;
}
.BgClassName
{
background-color: #EFEE0E;
}
</style>
border-color css
<style>
span { border-color: #EFEE0E; }
span { border-color: rgb(239,238,14); }
td.TdClassName
{
border-color: #EFEE0E;
}
.TagClassName
{
border-color: #EFEE0E;
}
</style>