Shades of Lemon #EFDB0F
Tints of Lemon #EFDB0F
RGB
CMYK
RGB Variations
Color information
#EFDB0F (or 0xEFDB0F) is known color: Lemon. HEX triplet: EF, DB and 0F. RGB value is (239,219,15). Sum of RGB (Red+Green+Blue) = 239+219+15=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 15 (6.25% from 255 or 3.17% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDB0F is #1024F0. Grayscale: #CACACA. Windows color (decimal): -1058033 or 1039343. OLE color: 1039343.
HSL color Cylindrical-coordinate representation of color #EFDB0F: hue angle of 54.64º degrees, saturation: 0.88, 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 #EFDB0F is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 15 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.06 |
| HSL | 54.64º | 0.88% | 0.5% | - |
| HSV(B) | 54.64º | 0.94% | 0.94% | - |
| XYZ | 61.01 | 69.05 | 10.56 | - |
| YUV | 201.72 | 22.63 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 15 | 0 | 0.08 | 0.94 | 0.06 | 54.64 | 0.88 | 0.5 |
| Hex | EF | DB | F | 0 | 8 | 5E | 6 | 37 | 58 | 32 |
| Octal | 357 | 333 | 17 | 0 | 10 | 136 | 6 | 67 | 130 | 62 |
| Binary | 11101111 | 11011011 | 1111 | 0 | 1000 | 1011110 | 110 | 110111 | 1011000 | 110010 |
Color Harmonies of #EFDB0F
Complementary color
Monochromatic Colors of #EFDB0F
Black with #EFDB0F
Text Example
Text Example
White with #EFDB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB0F; }
p { color: rgb(239,219,15); }
H1.HeaderClassName
{
color: #EFDB0F;
}
.AnyTagClassName
{
color: #EFDB0F;
}
</style>
background-color css
<style>
a { background-color: #EFDB0F; }
a { background-color: rgb(239,219,15); }
div.DivClassName
{
background-color: #EFDB0F;
}
.BgClassName
{
background-color: #EFDB0F;
}
</style>
border-color css
<style>
span { border-color: #EFDB0F; }
span { border-color: rgb(239,219,15); }
td.TdClassName
{
border-color: #EFDB0F;
}
.TagClassName
{
border-color: #EFDB0F;
}
</style>