Shades of Lemon #EFDC13
Tints of Lemon #EFDC13
RGB
CMYK
RGB Variations
Color information
#EFDC13 (or 0xEFDC13) is known color: Lemon. HEX triplet: EF, DC and 13. RGB value is (239,220,19). Sum of RGB (Red+Green+Blue) = 239+220+19=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 19 (7.81% from 255 or 3.97% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDC13 is #1023EC. Grayscale: #CBCBCB. Windows color (decimal): -1057773 or 1301743. OLE color: 1301743.
HSL color Cylindrical-coordinate representation of color #EFDC13: hue angle of 54.82º 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 #EFDC13 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 19 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.06 |
| HSL | 54.82º | 0.87% | 0.51% | - |
| HSV(B) | 54.82º | 0.92% | 0.94% | - |
| XYZ | 61.31 | 69.58 | 10.82 | - |
| YUV | 202.77 | 24.29 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 19 | 0 | 0.08 | 0.92 | 0.06 | 54.82 | 0.87 | 0.51 |
| Hex | EF | DC | 13 | 0 | 8 | 5C | 6 | 37 | 57 | 33 |
| Octal | 357 | 334 | 23 | 0 | 10 | 134 | 6 | 67 | 127 | 63 |
| Binary | 11101111 | 11011100 | 10011 | 0 | 1000 | 1011100 | 110 | 110111 | 1010111 | 110011 |
Color Harmonies of #EFDC13
Complementary color
Monochromatic Colors of #EFDC13
Black with #EFDC13
Text Example
Text Example
White with #EFDC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC13; }
p { color: rgb(239,220,19); }
H1.HeaderClassName
{
color: #EFDC13;
}
.AnyTagClassName
{
color: #EFDC13;
}
</style>
background-color css
<style>
a { background-color: #EFDC13; }
a { background-color: rgb(239,220,19); }
div.DivClassName
{
background-color: #EFDC13;
}
.BgClassName
{
background-color: #EFDC13;
}
</style>
border-color css
<style>
span { border-color: #EFDC13; }
span { border-color: rgb(239,220,19); }
td.TdClassName
{
border-color: #EFDC13;
}
.TagClassName
{
border-color: #EFDC13;
}
</style>