Shades of Lemon #EFDB0D
Tints of Lemon #EFDB0D
RGB
CMYK
RGB Variations
Color information
#EFDB0D (or 0xEFDB0D) is known color: Lemon. HEX triplet: EF, DB and 0D. RGB value is (239,219,13). Sum of RGB (Red+Green+Blue) = 239+219+13=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 13 (5.47% from 255 or 2.76% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDB0D is #1024F2. Grayscale: #CACACA. Windows color (decimal): -1058035 or 908271. OLE color: 908271.
HSL color Cylindrical-coordinate representation of color #EFDB0D: hue angle of 54.69º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFDB0D is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 13 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.06 |
| HSL | 54.69º | 0.9% | 0.49% | - |
| HSV(B) | 54.69º | 0.95% | 0.94% | - |
| XYZ | 61 | 69.04 | 10.49 | - |
| YUV | 201.5 | 21.63 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 13 | 0 | 0.08 | 0.95 | 0.06 | 54.69 | 0.9 | 0.49 |
| Hex | EF | DB | D | 0 | 8 | 5F | 6 | 37 | 5A | 31 |
| Octal | 357 | 333 | 15 | 0 | 10 | 137 | 6 | 67 | 132 | 61 |
| Binary | 11101111 | 11011011 | 1101 | 0 | 1000 | 1011111 | 110 | 110111 | 1011010 | 110001 |
Color Harmonies of #EFDB0D
Complementary color
Monochromatic Colors of #EFDB0D
Black with #EFDB0D
Text Example
Text Example
White with #EFDB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB0D; }
p { color: rgb(239,219,13); }
H1.HeaderClassName
{
color: #EFDB0D;
}
.AnyTagClassName
{
color: #EFDB0D;
}
</style>
background-color css
<style>
a { background-color: #EFDB0D; }
a { background-color: rgb(239,219,13); }
div.DivClassName
{
background-color: #EFDB0D;
}
.BgClassName
{
background-color: #EFDB0D;
}
</style>
border-color css
<style>
span { border-color: #EFDB0D; }
span { border-color: rgb(239,219,13); }
td.TdClassName
{
border-color: #EFDB0D;
}
.TagClassName
{
border-color: #EFDB0D;
}
</style>