Shades of Lemon #EFDD0D
Tints of Lemon #EFDD0D
RGB
CMYK
RGB Variations
Color information
#EFDD0D (or 0xEFDD0D) is known color: Lemon. HEX triplet: EF, DD and 0D. RGB value is (239,221,13). Sum of RGB (Red+Green+Blue) = 239+221+13=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 13 (5.47% from 255 or 2.75% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDD0D is #1022F2. Grayscale: #CBCBCB. Windows color (decimal): -1057523 or 908783. OLE color: 908783.
HSL color Cylindrical-coordinate representation of color #EFDD0D: hue angle of 55.22º 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 #EFDD0D is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 13 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.06 |
| HSL | 55.22º | 0.9% | 0.49% | - |
| HSV(B) | 55.22º | 0.95% | 0.94% | - |
| XYZ | 61.53 | 70.09 | 10.67 | - |
| YUV | 202.67 | 20.96 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 13 | 0 | 0.08 | 0.95 | 0.06 | 55.22 | 0.9 | 0.49 |
| Hex | EF | DD | D | 0 | 8 | 5F | 6 | 37 | 5A | 31 |
| Octal | 357 | 335 | 15 | 0 | 10 | 137 | 6 | 67 | 132 | 61 |
| Binary | 11101111 | 11011101 | 1101 | 0 | 1000 | 1011111 | 110 | 110111 | 1011010 | 110001 |
Color Harmonies of #EFDD0D
Complementary color
Monochromatic Colors of #EFDD0D
Black with #EFDD0D
Text Example
Text Example
White with #EFDD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD0D; }
p { color: rgb(239,221,13); }
H1.HeaderClassName
{
color: #EFDD0D;
}
.AnyTagClassName
{
color: #EFDD0D;
}
</style>
background-color css
<style>
a { background-color: #EFDD0D; }
a { background-color: rgb(239,221,13); }
div.DivClassName
{
background-color: #EFDD0D;
}
.BgClassName
{
background-color: #EFDD0D;
}
</style>
border-color css
<style>
span { border-color: #EFDD0D; }
span { border-color: rgb(239,221,13); }
td.TdClassName
{
border-color: #EFDD0D;
}
.TagClassName
{
border-color: #EFDD0D;
}
</style>