Shades of Lemon #EFE00E
Tints of Lemon #EFE00E
RGB
CMYK
RGB Variations
Color information
#EFE00E (or 0xEFE00E) is known color: Lemon. HEX triplet: EF, E0 and 0E. RGB value is (239,224,14). Sum of RGB (Red+Green+Blue) = 239+224+14=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 14 (5.86% from 255 or 2.94% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE00E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE00E is #101FF1. Grayscale: #CDCDCD. Windows color (decimal): -1056754 or 975087. OLE color: 975087.
HSL color Cylindrical-coordinate representation of color #EFE00E: hue angle of 56º 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 #EFE00E is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 14 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.06 |
| HSL | 56º | 0.89% | 0.5% | - |
| HSV(B) | 56º | 0.94% | 0.94% | - |
| XYZ | 62.33 | 71.69 | 10.97 | - |
| YUV | 204.55 | 20.47 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 14 | 0 | 0.06 | 0.94 | 0.06 | 56 | 0.89 | 0.5 |
| Hex | EF | E0 | E | 0 | 6 | 5E | 6 | 38 | 59 | 32 |
| Octal | 357 | 340 | 16 | 0 | 6 | 136 | 6 | 70 | 131 | 62 |
| Binary | 11101111 | 11100000 | 1110 | 0 | 110 | 1011110 | 110 | 111000 | 1011001 | 110010 |
Color Harmonies of #EFE00E
Complementary color
Monochromatic Colors of #EFE00E
Black with #EFE00E
Text Example
Text Example
White with #EFE00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE00E; }
p { color: rgb(239,224,14); }
H1.HeaderClassName
{
color: #EFE00E;
}
.AnyTagClassName
{
color: #EFE00E;
}
</style>
background-color css
<style>
a { background-color: #EFE00E; }
a { background-color: rgb(239,224,14); }
div.DivClassName
{
background-color: #EFE00E;
}
.BgClassName
{
background-color: #EFE00E;
}
</style>
border-color css
<style>
span { border-color: #EFE00E; }
span { border-color: rgb(239,224,14); }
td.TdClassName
{
border-color: #EFE00E;
}
.TagClassName
{
border-color: #EFE00E;
}
</style>