Shades of Lemon #EFE80E
Tints of Lemon #EFE80E
RGB
CMYK
RGB Variations
Color information
#EFE80E (or 0xEFE80E) is known color: Lemon. HEX triplet: EF, E8 and 0E. RGB value is (239,232,14). Sum of RGB (Red+Green+Blue) = 239+232+14=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 14 (5.86% from 255 or 2.89% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE80E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE80E is #1017F1. Grayscale: #D2D2D2. Windows color (decimal): -1054706 or 977135. OLE color: 977135.
HSL color Cylindrical-coordinate representation of color #EFE80E: hue angle of 58.13º 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 #EFE80E is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 14 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.06 |
| HSL | 58.13º | 0.89% | 0.5% | - |
| HSV(B) | 58.13º | 0.94% | 0.94% | - |
| XYZ | 64.53 | 76.1 | 11.7 | - |
| YUV | 209.24 | 17.82 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 14 | 0 | 0.03 | 0.94 | 0.06 | 58.13 | 0.89 | 0.5 |
| Hex | EF | E8 | E | 0 | 3 | 5E | 6 | 3A | 59 | 32 |
| Octal | 357 | 350 | 16 | 0 | 3 | 136 | 6 | 72 | 131 | 62 |
| Binary | 11101111 | 11101000 | 1110 | 0 | 11 | 1011110 | 110 | 111010 | 1011001 | 110010 |
Color Harmonies of #EFE80E
Complementary color
Monochromatic Colors of #EFE80E
Black with #EFE80E
Text Example
Text Example
White with #EFE80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE80E; }
p { color: rgb(239,232,14); }
H1.HeaderClassName
{
color: #EFE80E;
}
.AnyTagClassName
{
color: #EFE80E;
}
</style>
background-color css
<style>
a { background-color: #EFE80E; }
a { background-color: rgb(239,232,14); }
div.DivClassName
{
background-color: #EFE80E;
}
.BgClassName
{
background-color: #EFE80E;
}
</style>
border-color css
<style>
span { border-color: #EFE80E; }
span { border-color: rgb(239,232,14); }
td.TdClassName
{
border-color: #EFE80E;
}
.TagClassName
{
border-color: #EFE80E;
}
</style>