Shades of Lemon #EFE40E
Tints of Lemon #EFE40E
RGB
CMYK
RGB Variations
Color information
#EFE40E (or 0xEFE40E) is known color: Lemon. HEX triplet: EF, E4 and 0E. RGB value is (239,228,14). Sum of RGB (Red+Green+Blue) = 239+228+14=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 14 (5.86% from 255 or 2.91% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE40E is #101BF1. Grayscale: #CFCFCF. Windows color (decimal): -1055730 or 976111. OLE color: 976111.
HSL color Cylindrical-coordinate representation of color #EFE40E: hue angle of 57.07º 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 #EFE40E is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 14 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.06 |
| HSL | 57.07º | 0.89% | 0.5% | - |
| HSV(B) | 57.07º | 0.94% | 0.94% | - |
| XYZ | 63.42 | 73.87 | 11.33 | - |
| YUV | 206.89 | 19.14 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 14 | 0 | 0.05 | 0.94 | 0.06 | 57.07 | 0.89 | 0.5 |
| Hex | EF | E4 | E | 0 | 5 | 5E | 6 | 39 | 59 | 32 |
| Octal | 357 | 344 | 16 | 0 | 5 | 136 | 6 | 71 | 131 | 62 |
| Binary | 11101111 | 11100100 | 1110 | 0 | 101 | 1011110 | 110 | 111001 | 1011001 | 110010 |
Color Harmonies of #EFE40E
Complementary color
Monochromatic Colors of #EFE40E
Black with #EFE40E
Text Example
Text Example
White with #EFE40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE40E; }
p { color: rgb(239,228,14); }
H1.HeaderClassName
{
color: #EFE40E;
}
.AnyTagClassName
{
color: #EFE40E;
}
</style>
background-color css
<style>
a { background-color: #EFE40E; }
a { background-color: rgb(239,228,14); }
div.DivClassName
{
background-color: #EFE40E;
}
.BgClassName
{
background-color: #EFE40E;
}
</style>
border-color css
<style>
span { border-color: #EFE40E; }
span { border-color: rgb(239,228,14); }
td.TdClassName
{
border-color: #EFE40E;
}
.TagClassName
{
border-color: #EFE40E;
}
</style>