Shades of Lemon #FFE816
Tints of Lemon #FFE816
RGB
CMYK
RGB Variations
Color information
#FFE816 (or 0xFFE816) is known color: Lemon. HEX triplet: FF, E8 and 16. RGB value is (255,232,22). Sum of RGB (Red+Green+Blue) = 255+232+22=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 232 (91.02% from 255 or 45.58% from 509); Blue value is 22 (8.98% from 255 or 4.32% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE816 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE816 is #0017E9. Grayscale: #D7D7D7. Windows color (decimal): -6122 or 1501439. OLE color: 1501439.
HSL color Cylindrical-coordinate representation of color #FFE816: hue angle of 54.08º 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 #FFE816 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 22 | - |
| CMYK | 0 | 0.09 | 0.91 | 0 |
| HSL | 54.08º | 1% | 0.54% | - |
| HSV(B) | 54.08º | 0.91% | 1% | - |
| XYZ | 70.24 | 79.03 | 12.31 | - |
| YUV | 214.94 | 19.12 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 22 | 0 | 0.09 | 0.91 | 0 | 54.08 | 1 | 0.54 |
| Hex | FF | E8 | 16 | 0 | 9 | 5B | 0 | 36 | 64 | 36 |
| Octal | 377 | 350 | 26 | 0 | 11 | 133 | 0 | 66 | 144 | 66 |
| Binary | 11111111 | 11101000 | 10110 | 0 | 1001 | 1011011 | 0 | 110110 | 1100100 | 110110 |
Color Harmonies of #FFE816
Complementary color
Monochromatic Colors of #FFE816
Black with #FFE816
Text Example
Text Example
White with #FFE816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE816; }
p { color: rgb(255,232,22); }
H1.HeaderClassName
{
color: #FFE816;
}
.AnyTagClassName
{
color: #FFE816;
}
</style>
background-color css
<style>
a { background-color: #FFE816; }
a { background-color: rgb(255,232,22); }
div.DivClassName
{
background-color: #FFE816;
}
.BgClassName
{
background-color: #FFE816;
}
</style>
border-color css
<style>
span { border-color: #FFE816; }
span { border-color: rgb(255,232,22); }
td.TdClassName
{
border-color: #FFE816;
}
.TagClassName
{
border-color: #FFE816;
}
</style>