Shades of Lemon #FFEF11
Tints of Lemon #FFEF11
RGB
CMYK
RGB Variations
Color information
#FFEF11 (or 0xFFEF11) is known color: Lemon. HEX triplet: FF, EF and 11. RGB value is (255,239,17). Sum of RGB (Red+Green+Blue) = 255+239+17=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 17 (7.03% from 255 or 3.33% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEF11 is #0010EE. Grayscale: #DBDBDB. Windows color (decimal): -4335 or 1175551. OLE color: 1175551.
HSL color Cylindrical-coordinate representation of color #FFEF11: hue angle of 55.97º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFEF11 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 17 | - |
| CMYK | 0 | 0.06 | 0.93 | 0 |
| HSL | 55.97º | 1% | 0.53% | - |
| HSV(B) | 55.97º | 0.93% | 1% | - |
| XYZ | 72.21 | 83.03 | 12.75 | - |
| YUV | 218.48 | 14.3 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 17 | 0 | 0.06 | 0.93 | 0 | 55.97 | 1 | 0.53 |
| Hex | FF | EF | 11 | 0 | 6 | 5D | 0 | 38 | 64 | 35 |
| Octal | 377 | 357 | 21 | 0 | 6 | 135 | 0 | 70 | 144 | 65 |
| Binary | 11111111 | 11101111 | 10001 | 0 | 110 | 1011101 | 0 | 111000 | 1100100 | 110101 |
Color Harmonies of #FFEF11
Complementary color
Monochromatic Colors of #FFEF11
Black with #FFEF11
Text Example
Text Example
White with #FFEF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF11; }
p { color: rgb(255,239,17); }
H1.HeaderClassName
{
color: #FFEF11;
}
.AnyTagClassName
{
color: #FFEF11;
}
</style>
background-color css
<style>
a { background-color: #FFEF11; }
a { background-color: rgb(255,239,17); }
div.DivClassName
{
background-color: #FFEF11;
}
.BgClassName
{
background-color: #FFEF11;
}
</style>
border-color css
<style>
span { border-color: #FFEF11; }
span { border-color: rgb(255,239,17); }
td.TdClassName
{
border-color: #FFEF11;
}
.TagClassName
{
border-color: #FFEF11;
}
</style>