Shades of Lemon #FFE916
Tints of Lemon #FFE916
RGB
CMYK
RGB Variations
Color information
#FFE916 (or 0xFFE916) is known color: Lemon. HEX triplet: FF, E9 and 16. RGB value is (255,233,22). Sum of RGB (Red+Green+Blue) = 255+233+22=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 22 (8.98% from 255 or 4.31% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE916 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE916 is #0016E9. Grayscale: #D8D8D8. Windows color (decimal): -5866 or 1501695. OLE color: 1501695.
HSL color Cylindrical-coordinate representation of color #FFE916: hue angle of 54.33º 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 #FFE916 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 22 | - |
| CMYK | 0 | 0.09 | 0.91 | 0 |
| HSL | 54.33º | 1% | 0.54% | - |
| HSV(B) | 54.33º | 0.91% | 1% | - |
| XYZ | 70.52 | 79.6 | 12.41 | - |
| YUV | 215.52 | 18.79 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 22 | 0 | 0.09 | 0.91 | 0 | 54.33 | 1 | 0.54 |
| Hex | FF | E9 | 16 | 0 | 9 | 5B | 0 | 36 | 64 | 36 |
| Octal | 377 | 351 | 26 | 0 | 11 | 133 | 0 | 66 | 144 | 66 |
| Binary | 11111111 | 11101001 | 10110 | 0 | 1001 | 1011011 | 0 | 110110 | 1100100 | 110110 |
Color Harmonies of #FFE916
Complementary color
Monochromatic Colors of #FFE916
Black with #FFE916
Text Example
Text Example
White with #FFE916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE916; }
p { color: rgb(255,233,22); }
H1.HeaderClassName
{
color: #FFE916;
}
.AnyTagClassName
{
color: #FFE916;
}
</style>
background-color css
<style>
a { background-color: #FFE916; }
a { background-color: rgb(255,233,22); }
div.DivClassName
{
background-color: #FFE916;
}
.BgClassName
{
background-color: #FFE916;
}
</style>
border-color css
<style>
span { border-color: #FFE916; }
span { border-color: rgb(255,233,22); }
td.TdClassName
{
border-color: #FFE916;
}
.TagClassName
{
border-color: #FFE916;
}
</style>