Shades of Lemon #EFDD0E
Tints of Lemon #EFDD0E
RGB
CMYK
RGB Variations
Color information
#EFDD0E (or 0xEFDD0E) is known color: Lemon. HEX triplet: EF, DD and 0E. RGB value is (239,221,14). Sum of RGB (Red+Green+Blue) = 239+221+14=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 14 (5.86% from 255 or 2.95% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDD0E is #1022F1. Grayscale: #CBCBCB. Windows color (decimal): -1057522 or 974319. OLE color: 974319.
HSL color Cylindrical-coordinate representation of color #EFDD0E: hue angle of 55.2º degrees, saturation: 0.89, 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 #EFDD0E is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 14 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.06 |
| HSL | 55.2º | 0.89% | 0.5% | - |
| HSV(B) | 55.2º | 0.94% | 0.94% | - |
| XYZ | 61.53 | 70.1 | 10.7 | - |
| YUV | 202.78 | 21.46 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 14 | 0 | 0.08 | 0.94 | 0.06 | 55.2 | 0.89 | 0.5 |
| Hex | EF | DD | E | 0 | 8 | 5E | 6 | 37 | 59 | 32 |
| Octal | 357 | 335 | 16 | 0 | 10 | 136 | 6 | 67 | 131 | 62 |
| Binary | 11101111 | 11011101 | 1110 | 0 | 1000 | 1011110 | 110 | 110111 | 1011001 | 110010 |
Color Harmonies of #EFDD0E
Complementary color
Monochromatic Colors of #EFDD0E
Black with #EFDD0E
Text Example
Text Example
White with #EFDD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD0E; }
p { color: rgb(239,221,14); }
H1.HeaderClassName
{
color: #EFDD0E;
}
.AnyTagClassName
{
color: #EFDD0E;
}
</style>
background-color css
<style>
a { background-color: #EFDD0E; }
a { background-color: rgb(239,221,14); }
div.DivClassName
{
background-color: #EFDD0E;
}
.BgClassName
{
background-color: #EFDD0E;
}
</style>
border-color css
<style>
span { border-color: #EFDD0E; }
span { border-color: rgb(239,221,14); }
td.TdClassName
{
border-color: #EFDD0E;
}
.TagClassName
{
border-color: #EFDD0E;
}
</style>