Shades of Lemon #EFE20E
Tints of Lemon #EFE20E
RGB
CMYK
RGB Variations
Color information
#EFE20E (or 0xEFE20E) is known color: Lemon. HEX triplet: EF, E2 and 0E. RGB value is (239,226,14). Sum of RGB (Red+Green+Blue) = 239+226+14=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 14 (5.86% from 255 or 2.92% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE20E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE20E is #101DF1. Grayscale: #CECECE. Windows color (decimal): -1056242 or 975599. OLE color: 975599.
HSL color Cylindrical-coordinate representation of color #EFE20E: hue angle of 56.53º 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 #EFE20E is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 14 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.06 |
| HSL | 56.53º | 0.89% | 0.5% | - |
| HSV(B) | 56.53º | 0.94% | 0.94% | - |
| XYZ | 62.87 | 72.78 | 11.15 | - |
| YUV | 205.72 | 19.81 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 14 | 0 | 0.05 | 0.94 | 0.06 | 56.53 | 0.89 | 0.5 |
| Hex | EF | E2 | E | 0 | 5 | 5E | 6 | 39 | 59 | 32 |
| Octal | 357 | 342 | 16 | 0 | 5 | 136 | 6 | 71 | 131 | 62 |
| Binary | 11101111 | 11100010 | 1110 | 0 | 101 | 1011110 | 110 | 111001 | 1011001 | 110010 |
Color Harmonies of #EFE20E
Complementary color
Monochromatic Colors of #EFE20E
Black with #EFE20E
Text Example
Text Example
White with #EFE20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE20E; }
p { color: rgb(239,226,14); }
H1.HeaderClassName
{
color: #EFE20E;
}
.AnyTagClassName
{
color: #EFE20E;
}
</style>
background-color css
<style>
a { background-color: #EFE20E; }
a { background-color: rgb(239,226,14); }
div.DivClassName
{
background-color: #EFE20E;
}
.BgClassName
{
background-color: #EFE20E;
}
</style>
border-color css
<style>
span { border-color: #EFE20E; }
span { border-color: rgb(239,226,14); }
td.TdClassName
{
border-color: #EFE20E;
}
.TagClassName
{
border-color: #EFE20E;
}
</style>