Shades of Lemon #EFEB0E
Tints of Lemon #EFEB0E
RGB
CMYK
RGB Variations
Color information
#EFEB0E (or 0xEFEB0E) is known color: Lemon. HEX triplet: EF, EB and 0E. RGB value is (239,235,14). Sum of RGB (Red+Green+Blue) = 239+235+14=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 235 (92.19% from 255 or 48.16% from 488); Blue value is 14 (5.86% from 255 or 2.87% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEB0E is #1014F1. Grayscale: #D3D3D3. Windows color (decimal): -1053938 or 977903. OLE color: 977903.
HSL color Cylindrical-coordinate representation of color #EFEB0E: hue angle of 58.93º 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 #EFEB0E is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 14 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.06 |
| HSL | 58.93º | 0.89% | 0.5% | - |
| HSV(B) | 58.93º | 0.94% | 0.94% | - |
| XYZ | 65.38 | 77.8 | 11.99 | - |
| YUV | 211 | 16.83 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 14 | 0 | 0.02 | 0.94 | 0.06 | 58.93 | 0.89 | 0.5 |
| Hex | EF | EB | E | 0 | 2 | 5E | 6 | 3B | 59 | 32 |
| Octal | 357 | 353 | 16 | 0 | 2 | 136 | 6 | 73 | 131 | 62 |
| Binary | 11101111 | 11101011 | 1110 | 0 | 10 | 1011110 | 110 | 111011 | 1011001 | 110010 |
Color Harmonies of #EFEB0E
Complementary color
Monochromatic Colors of #EFEB0E
Black with #EFEB0E
Text Example
Text Example
White with #EFEB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEB0E; }
p { color: rgb(239,235,14); }
H1.HeaderClassName
{
color: #EFEB0E;
}
.AnyTagClassName
{
color: #EFEB0E;
}
</style>
background-color css
<style>
a { background-color: #EFEB0E; }
a { background-color: rgb(239,235,14); }
div.DivClassName
{
background-color: #EFEB0E;
}
.BgClassName
{
background-color: #EFEB0E;
}
</style>
border-color css
<style>
span { border-color: #EFEB0E; }
span { border-color: rgb(239,235,14); }
td.TdClassName
{
border-color: #EFEB0E;
}
.TagClassName
{
border-color: #EFEB0E;
}
</style>