Shades of Lemon #EFDB0C
Tints of Lemon #EFDB0C
RGB
CMYK
RGB Variations
Color information
#EFDB0C (or 0xEFDB0C) is known color: Lemon. HEX triplet: EF, DB and 0C. RGB value is (239,219,12). Sum of RGB (Red+Green+Blue) = 239+219+12=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 12 (5.08% from 255 or 2.55% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDB0C is #1024F3. Grayscale: #CACACA. Windows color (decimal): -1058036 or 842735. OLE color: 842735.
HSL color Cylindrical-coordinate representation of color #EFDB0C: hue angle of 54.71º 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 #EFDB0C is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 12 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.06 |
| HSL | 54.71º | 0.9% | 0.49% | - |
| HSV(B) | 54.71º | 0.95% | 0.94% | - |
| XYZ | 60.99 | 69.04 | 10.46 | - |
| YUV | 201.38 | 21.13 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 12 | 0 | 0.08 | 0.95 | 0.06 | 54.71 | 0.9 | 0.49 |
| Hex | EF | DB | C | 0 | 8 | 5F | 6 | 37 | 5A | 31 |
| Octal | 357 | 333 | 14 | 0 | 10 | 137 | 6 | 67 | 132 | 61 |
| Binary | 11101111 | 11011011 | 1100 | 0 | 1000 | 1011111 | 110 | 110111 | 1011010 | 110001 |
Color Harmonies of #EFDB0C
Complementary color
Monochromatic Colors of #EFDB0C
Black with #EFDB0C
Text Example
Text Example
White with #EFDB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB0C; }
p { color: rgb(239,219,12); }
H1.HeaderClassName
{
color: #EFDB0C;
}
.AnyTagClassName
{
color: #EFDB0C;
}
</style>
background-color css
<style>
a { background-color: #EFDB0C; }
a { background-color: rgb(239,219,12); }
div.DivClassName
{
background-color: #EFDB0C;
}
.BgClassName
{
background-color: #EFDB0C;
}
</style>
border-color css
<style>
span { border-color: #EFDB0C; }
span { border-color: rgb(239,219,12); }
td.TdClassName
{
border-color: #EFDB0C;
}
.TagClassName
{
border-color: #EFDB0C;
}
</style>