Shades of Lemon #EFDD13
Tints of Lemon #EFDD13
RGB
CMYK
RGB Variations
Color information
#EFDD13 (or 0xEFDD13) is known color: Lemon. HEX triplet: EF, DD and 13. RGB value is (239,221,19). Sum of RGB (Red+Green+Blue) = 239+221+19=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 19 (7.81% from 255 or 3.97% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDD13 is #1022EC. Grayscale: #CCCCCC. Windows color (decimal): -1057517 or 1301999. OLE color: 1301999.
HSL color Cylindrical-coordinate representation of color #EFDD13: hue angle of 55.09º 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 #EFDD13 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 19 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.06 |
| HSL | 55.09º | 0.87% | 0.51% | - |
| HSV(B) | 55.09º | 0.92% | 0.94% | - |
| XYZ | 61.57 | 70.11 | 10.9 | - |
| YUV | 203.35 | 23.96 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 19 | 0 | 0.08 | 0.92 | 0.06 | 55.09 | 0.87 | 0.51 |
| Hex | EF | DD | 13 | 0 | 8 | 5C | 6 | 37 | 57 | 33 |
| Octal | 357 | 335 | 23 | 0 | 10 | 134 | 6 | 67 | 127 | 63 |
| Binary | 11101111 | 11011101 | 10011 | 0 | 1000 | 1011100 | 110 | 110111 | 1010111 | 110011 |
Color Harmonies of #EFDD13
Complementary color
Monochromatic Colors of #EFDD13
Black with #EFDD13
Text Example
Text Example
White with #EFDD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD13; }
p { color: rgb(239,221,19); }
H1.HeaderClassName
{
color: #EFDD13;
}
.AnyTagClassName
{
color: #EFDD13;
}
</style>
background-color css
<style>
a { background-color: #EFDD13; }
a { background-color: rgb(239,221,19); }
div.DivClassName
{
background-color: #EFDD13;
}
.BgClassName
{
background-color: #EFDD13;
}
</style>
border-color css
<style>
span { border-color: #EFDD13; }
span { border-color: rgb(239,221,19); }
td.TdClassName
{
border-color: #EFDD13;
}
.TagClassName
{
border-color: #EFDD13;
}
</style>