Shades of Lemon #FFEF17
Tints of Lemon #FFEF17
RGB
CMYK
RGB Variations
Color information
#FFEF17 (or 0xFFEF17) is known color: Lemon. HEX triplet: FF, EF and 17. RGB value is (255,239,23). Sum of RGB (Red+Green+Blue) = 255+239+23=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 23 (9.38% from 255 or 4.45% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEF17 is #0010E8. Grayscale: #DCDCDC. Windows color (decimal): -4329 or 1568767. OLE color: 1568767.
HSL color Cylindrical-coordinate representation of color #FFEF17: hue angle of 55.86º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFEF17 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 23 | - |
| CMYK | 0 | 0.06 | 0.91 | 0 |
| HSL | 55.86º | 1% | 0.55% | - |
| HSV(B) | 55.86º | 0.91% | 1% | - |
| XYZ | 72.26 | 83.05 | 13.03 | - |
| YUV | 219.16 | 17.3 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 23 | 0 | 0.06 | 0.91 | 0 | 55.86 | 1 | 0.55 |
| Hex | FF | EF | 17 | 0 | 6 | 5B | 0 | 38 | 64 | 37 |
| Octal | 377 | 357 | 27 | 0 | 6 | 133 | 0 | 70 | 144 | 67 |
| Binary | 11111111 | 11101111 | 10111 | 0 | 110 | 1011011 | 0 | 111000 | 1100100 | 110111 |
Color Harmonies of #FFEF17
Complementary color
Monochromatic Colors of #FFEF17
Black with #FFEF17
Text Example
Text Example
White with #FFEF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF17; }
p { color: rgb(255,239,23); }
H1.HeaderClassName
{
color: #FFEF17;
}
.AnyTagClassName
{
color: #FFEF17;
}
</style>
background-color css
<style>
a { background-color: #FFEF17; }
a { background-color: rgb(255,239,23); }
div.DivClassName
{
background-color: #FFEF17;
}
.BgClassName
{
background-color: #FFEF17;
}
</style>
border-color css
<style>
span { border-color: #FFEF17; }
span { border-color: rgb(255,239,23); }
td.TdClassName
{
border-color: #FFEF17;
}
.TagClassName
{
border-color: #FFEF17;
}
</style>