Shades of Lemon #EFDC0D
Tints of Lemon #EFDC0D
RGB
CMYK
RGB Variations
Color information
#EFDC0D (or 0xEFDC0D) is known color: Lemon. HEX triplet: EF, DC and 0D. RGB value is (239,220,13). Sum of RGB (Red+Green+Blue) = 239+220+13=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 13 (5.47% from 255 or 2.75% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDC0D is #1023F2. Grayscale: #CACACA. Windows color (decimal): -1057779 or 908527. OLE color: 908527.
HSL color Cylindrical-coordinate representation of color #EFDC0D: hue angle of 54.96º 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 #EFDC0D is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 13 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.06 |
| HSL | 54.96º | 0.9% | 0.49% | - |
| HSV(B) | 54.96º | 0.95% | 0.94% | - |
| XYZ | 61.26 | 69.57 | 10.58 | - |
| YUV | 202.08 | 21.29 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 13 | 0 | 0.08 | 0.95 | 0.06 | 54.96 | 0.9 | 0.49 |
| Hex | EF | DC | D | 0 | 8 | 5F | 6 | 37 | 5A | 31 |
| Octal | 357 | 334 | 15 | 0 | 10 | 137 | 6 | 67 | 132 | 61 |
| Binary | 11101111 | 11011100 | 1101 | 0 | 1000 | 1011111 | 110 | 110111 | 1011010 | 110001 |
Color Harmonies of #EFDC0D
Complementary color
Monochromatic Colors of #EFDC0D
Black with #EFDC0D
Text Example
Text Example
White with #EFDC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC0D; }
p { color: rgb(239,220,13); }
H1.HeaderClassName
{
color: #EFDC0D;
}
.AnyTagClassName
{
color: #EFDC0D;
}
</style>
background-color css
<style>
a { background-color: #EFDC0D; }
a { background-color: rgb(239,220,13); }
div.DivClassName
{
background-color: #EFDC0D;
}
.BgClassName
{
background-color: #EFDC0D;
}
</style>
border-color css
<style>
span { border-color: #EFDC0D; }
span { border-color: rgb(239,220,13); }
td.TdClassName
{
border-color: #EFDC0D;
}
.TagClassName
{
border-color: #EFDC0D;
}
</style>