Shades of Lemon #EFDF14
Tints of Lemon #EFDF14
RGB
CMYK
RGB Variations
Color information
#EFDF14 (or 0xEFDF14) is known color: Lemon. HEX triplet: EF, DF and 14. RGB value is (239,223,20). Sum of RGB (Red+Green+Blue) = 239+223+20=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 20 (8.20% from 255 or 4.15% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDF14 is #1020EB. Grayscale: #CDCDCD. Windows color (decimal): -1057004 or 1368047. OLE color: 1368047.
HSL color Cylindrical-coordinate representation of color #EFDF14: hue angle of 55.62º 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 #EFDF14 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 20 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.06 |
| HSL | 55.62º | 0.87% | 0.51% | - |
| HSV(B) | 55.62º | 0.92% | 0.94% | - |
| XYZ | 62.11 | 71.18 | 11.13 | - |
| YUV | 204.64 | 23.8 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 20 | 0 | 0.07 | 0.92 | 0.06 | 55.62 | 0.87 | 0.51 |
| Hex | EF | DF | 14 | 0 | 7 | 5C | 6 | 38 | 57 | 33 |
| Octal | 357 | 337 | 24 | 0 | 7 | 134 | 6 | 70 | 127 | 63 |
| Binary | 11101111 | 11011111 | 10100 | 0 | 111 | 1011100 | 110 | 111000 | 1010111 | 110011 |
Color Harmonies of #EFDF14
Complementary color
Monochromatic Colors of #EFDF14
Black with #EFDF14
Text Example
Text Example
White with #EFDF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF14; }
p { color: rgb(239,223,20); }
H1.HeaderClassName
{
color: #EFDF14;
}
.AnyTagClassName
{
color: #EFDF14;
}
</style>
background-color css
<style>
a { background-color: #EFDF14; }
a { background-color: rgb(239,223,20); }
div.DivClassName
{
background-color: #EFDF14;
}
.BgClassName
{
background-color: #EFDF14;
}
</style>
border-color css
<style>
span { border-color: #EFDF14; }
span { border-color: rgb(239,223,20); }
td.TdClassName
{
border-color: #EFDF14;
}
.TagClassName
{
border-color: #EFDF14;
}
</style>