Shades of Lemon #FFEB16
Tints of Lemon #FFEB16
RGB
CMYK
RGB Variations
Color information
#FFEB16 (or 0xFFEB16) is known color: Lemon. HEX triplet: FF, EB and 16. RGB value is (255,235,22). Sum of RGB (Red+Green+Blue) = 255+235+22=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 22 (8.98% from 255 or 4.30% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEB16 is #0014E9. Grayscale: #D9D9D9. Windows color (decimal): -5354 or 1502207. OLE color: 1502207.
HSL color Cylindrical-coordinate representation of color #FFEB16: hue angle of 54.85º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFEB16 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 22 | - |
| CMYK | 0 | 0.08 | 0.91 | 0 |
| HSL | 54.85º | 1% | 0.54% | - |
| HSV(B) | 54.85º | 0.91% | 1% | - |
| XYZ | 71.09 | 80.73 | 12.6 | - |
| YUV | 216.7 | 18.13 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 22 | 0 | 0.08 | 0.91 | 0 | 54.85 | 1 | 0.54 |
| Hex | FF | EB | 16 | 0 | 8 | 5B | 0 | 37 | 64 | 36 |
| Octal | 377 | 353 | 26 | 0 | 10 | 133 | 0 | 67 | 144 | 66 |
| Binary | 11111111 | 11101011 | 10110 | 0 | 1000 | 1011011 | 0 | 110111 | 1100100 | 110110 |
Color Harmonies of #FFEB16
Complementary color
Monochromatic Colors of #FFEB16
Black with #FFEB16
Text Example
Text Example
White with #FFEB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB16; }
p { color: rgb(255,235,22); }
H1.HeaderClassName
{
color: #FFEB16;
}
.AnyTagClassName
{
color: #FFEB16;
}
</style>
background-color css
<style>
a { background-color: #FFEB16; }
a { background-color: rgb(255,235,22); }
div.DivClassName
{
background-color: #FFEB16;
}
.BgClassName
{
background-color: #FFEB16;
}
</style>
border-color css
<style>
span { border-color: #FFEB16; }
span { border-color: rgb(255,235,22); }
td.TdClassName
{
border-color: #FFEB16;
}
.TagClassName
{
border-color: #FFEB16;
}
</style>