Shades of Lemon #EFDB14
Tints of Lemon #EFDB14
RGB
CMYK
RGB Variations
Color information
#EFDB14 (or 0xEFDB14) is known color: Lemon. HEX triplet: EF, DB and 14. RGB value is (239,219,20). Sum of RGB (Red+Green+Blue) = 239+219+20=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 20 (8.20% from 255 or 4.18% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDB14 is #1024EB. Grayscale: #CBCBCB. Windows color (decimal): -1058028 or 1367023. OLE color: 1367023.
HSL color Cylindrical-coordinate representation of color #EFDB14: hue angle of 54.52º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFDB14 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 20 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.06 |
| HSL | 54.52º | 0.87% | 0.51% | - |
| HSV(B) | 54.52º | 0.92% | 0.94% | - |
| XYZ | 61.05 | 69.06 | 10.77 | - |
| YUV | 202.29 | 25.13 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 20 | 0 | 0.08 | 0.92 | 0.06 | 54.52 | 0.87 | 0.51 |
| Hex | EF | DB | 14 | 0 | 8 | 5C | 6 | 37 | 57 | 33 |
| Octal | 357 | 333 | 24 | 0 | 10 | 134 | 6 | 67 | 127 | 63 |
| Binary | 11101111 | 11011011 | 10100 | 0 | 1000 | 1011100 | 110 | 110111 | 1010111 | 110011 |
Color Harmonies of #EFDB14
Complementary color
Monochromatic Colors of #EFDB14
Black with #EFDB14
Text Example
Text Example
White with #EFDB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB14; }
p { color: rgb(239,219,20); }
H1.HeaderClassName
{
color: #EFDB14;
}
.AnyTagClassName
{
color: #EFDB14;
}
</style>
background-color css
<style>
a { background-color: #EFDB14; }
a { background-color: rgb(239,219,20); }
div.DivClassName
{
background-color: #EFDB14;
}
.BgClassName
{
background-color: #EFDB14;
}
</style>
border-color css
<style>
span { border-color: #EFDB14; }
span { border-color: rgb(239,219,20); }
td.TdClassName
{
border-color: #EFDB14;
}
.TagClassName
{
border-color: #EFDB14;
}
</style>