Shades of Lemon #EFDC17
Tints of Lemon #EFDC17
RGB
CMYK
RGB Variations
Color information
#EFDC17 (or 0xEFDC17) is known color: Lemon. HEX triplet: EF, DC and 17. RGB value is (239,220,23). Sum of RGB (Red+Green+Blue) = 239+220+23=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 23 (9.38% from 255 or 4.77% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDC17 is #1023E8. Grayscale: #CCCCCC. Windows color (decimal): -1057769 or 1563887. OLE color: 1563887.
HSL color Cylindrical-coordinate representation of color #EFDC17: hue angle of 54.72º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFDC17 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 23 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.06 |
| HSL | 54.72º | 0.87% | 0.51% | - |
| HSV(B) | 54.72º | 0.9% | 0.94% | - |
| XYZ | 61.34 | 69.6 | 11.01 | - |
| YUV | 203.22 | 26.29 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 23 | 0 | 0.08 | 0.90 | 0.06 | 54.72 | 0.87 | 0.51 |
| Hex | EF | DC | 17 | 0 | 8 | 5A | 6 | 37 | 57 | 33 |
| Octal | 357 | 334 | 27 | 0 | 10 | 132 | 6 | 67 | 127 | 63 |
| Binary | 11101111 | 11011100 | 10111 | 0 | 1000 | 1011010 | 110 | 110111 | 1010111 | 110011 |
Color Harmonies of #EFDC17
Complementary color
Monochromatic Colors of #EFDC17
Black with #EFDC17
Text Example
Text Example
White with #EFDC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC17; }
p { color: rgb(239,220,23); }
H1.HeaderClassName
{
color: #EFDC17;
}
.AnyTagClassName
{
color: #EFDC17;
}
</style>
background-color css
<style>
a { background-color: #EFDC17; }
a { background-color: rgb(239,220,23); }
div.DivClassName
{
background-color: #EFDC17;
}
.BgClassName
{
background-color: #EFDC17;
}
</style>
border-color css
<style>
span { border-color: #EFDC17; }
span { border-color: rgb(239,220,23); }
td.TdClassName
{
border-color: #EFDC17;
}
.TagClassName
{
border-color: #EFDC17;
}
</style>