Shades of Lemon #EFE10E
Tints of Lemon #EFE10E
RGB
CMYK
RGB Variations
Color information
#EFE10E (or 0xEFE10E) is known color: Lemon. HEX triplet: EF, E1 and 0E. RGB value is (239,225,14). Sum of RGB (Red+Green+Blue) = 239+225+14=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 14 (5.86% from 255 or 2.93% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE10E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE10E is #101EF1. Grayscale: #CDCDCD. Windows color (decimal): -1056498 or 975343. OLE color: 975343.
HSL color Cylindrical-coordinate representation of color #EFE10E: hue angle of 56.27º 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 #EFE10E is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 14 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.06 |
| HSL | 56.27º | 0.89% | 0.5% | - |
| HSV(B) | 56.27º | 0.94% | 0.94% | - |
| XYZ | 62.6 | 72.23 | 11.06 | - |
| YUV | 205.13 | 20.14 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 14 | 0 | 0.06 | 0.94 | 0.06 | 56.27 | 0.89 | 0.5 |
| Hex | EF | E1 | E | 0 | 6 | 5E | 6 | 38 | 59 | 32 |
| Octal | 357 | 341 | 16 | 0 | 6 | 136 | 6 | 70 | 131 | 62 |
| Binary | 11101111 | 11100001 | 1110 | 0 | 110 | 1011110 | 110 | 111000 | 1011001 | 110010 |
Color Harmonies of #EFE10E
Complementary color
Monochromatic Colors of #EFE10E
Black with #EFE10E
Text Example
Text Example
White with #EFE10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE10E; }
p { color: rgb(239,225,14); }
H1.HeaderClassName
{
color: #EFE10E;
}
.AnyTagClassName
{
color: #EFE10E;
}
</style>
background-color css
<style>
a { background-color: #EFE10E; }
a { background-color: rgb(239,225,14); }
div.DivClassName
{
background-color: #EFE10E;
}
.BgClassName
{
background-color: #EFE10E;
}
</style>
border-color css
<style>
span { border-color: #EFE10E; }
span { border-color: rgb(239,225,14); }
td.TdClassName
{
border-color: #EFE10E;
}
.TagClassName
{
border-color: #EFE10E;
}
</style>