Shades of Lemon #EFDB0E
Tints of Lemon #EFDB0E
RGB
CMYK
RGB Variations
Color information
#EFDB0E (or 0xEFDB0E) is known color: Lemon. HEX triplet: EF, DB and 0E. RGB value is (239,219,14). Sum of RGB (Red+Green+Blue) = 239+219+14=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 14 (5.86% from 255 or 2.97% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDB0E is #1024F1. Grayscale: #CACACA. Windows color (decimal): -1058034 or 973807. OLE color: 973807.
HSL color Cylindrical-coordinate representation of color #EFDB0E: hue angle of 54.67º 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 #EFDB0E is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 14 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.06 |
| HSL | 54.67º | 0.89% | 0.5% | - |
| HSV(B) | 54.67º | 0.94% | 0.94% | - |
| XYZ | 61.01 | 69.05 | 10.53 | - |
| YUV | 201.61 | 22.13 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 14 | 0 | 0.08 | 0.94 | 0.06 | 54.67 | 0.89 | 0.5 |
| Hex | EF | DB | E | 0 | 8 | 5E | 6 | 37 | 59 | 32 |
| Octal | 357 | 333 | 16 | 0 | 10 | 136 | 6 | 67 | 131 | 62 |
| Binary | 11101111 | 11011011 | 1110 | 0 | 1000 | 1011110 | 110 | 110111 | 1011001 | 110010 |
Color Harmonies of #EFDB0E
Complementary color
Monochromatic Colors of #EFDB0E
Black with #EFDB0E
Text Example
Text Example
White with #EFDB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB0E; }
p { color: rgb(239,219,14); }
H1.HeaderClassName
{
color: #EFDB0E;
}
.AnyTagClassName
{
color: #EFDB0E;
}
</style>
background-color css
<style>
a { background-color: #EFDB0E; }
a { background-color: rgb(239,219,14); }
div.DivClassName
{
background-color: #EFDB0E;
}
.BgClassName
{
background-color: #EFDB0E;
}
</style>
border-color css
<style>
span { border-color: #EFDB0E; }
span { border-color: rgb(239,219,14); }
td.TdClassName
{
border-color: #EFDB0E;
}
.TagClassName
{
border-color: #EFDB0E;
}
</style>