Shades of Lemon #EFDF17
Tints of Lemon #EFDF17
RGB
CMYK
RGB Variations
Color information
#EFDF17 (or 0xEFDF17) is known color: Lemon. HEX triplet: EF, DF and 17. RGB value is (239,223,23). Sum of RGB (Red+Green+Blue) = 239+223+23=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 23 (9.38% from 255 or 4.74% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDF17 is #1020E8. Grayscale: #CDCDCD. Windows color (decimal): -1057001 or 1564655. OLE color: 1564655.
HSL color Cylindrical-coordinate representation of color #EFDF17: hue angle of 55.56º 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 #EFDF17 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 23 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.06 |
| HSL | 55.56º | 0.87% | 0.51% | - |
| HSV(B) | 55.56º | 0.9% | 0.94% | - |
| XYZ | 62.14 | 71.19 | 11.28 | - |
| YUV | 204.98 | 25.3 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 23 | 0 | 0.07 | 0.90 | 0.06 | 55.56 | 0.87 | 0.51 |
| Hex | EF | DF | 17 | 0 | 7 | 5A | 6 | 38 | 57 | 33 |
| Octal | 357 | 337 | 27 | 0 | 7 | 132 | 6 | 70 | 127 | 63 |
| Binary | 11101111 | 11011111 | 10111 | 0 | 111 | 1011010 | 110 | 111000 | 1010111 | 110011 |
Color Harmonies of #EFDF17
Complementary color
Monochromatic Colors of #EFDF17
Black with #EFDF17
Text Example
Text Example
White with #EFDF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF17; }
p { color: rgb(239,223,23); }
H1.HeaderClassName
{
color: #EFDF17;
}
.AnyTagClassName
{
color: #EFDF17;
}
</style>
background-color css
<style>
a { background-color: #EFDF17; }
a { background-color: rgb(239,223,23); }
div.DivClassName
{
background-color: #EFDF17;
}
.BgClassName
{
background-color: #EFDF17;
}
</style>
border-color css
<style>
span { border-color: #EFDF17; }
span { border-color: rgb(239,223,23); }
td.TdClassName
{
border-color: #EFDF17;
}
.TagClassName
{
border-color: #EFDF17;
}
</style>