Shades of Lemon #FFE716
Tints of Lemon #FFE716
RGB
CMYK
RGB Variations
Color information
#FFE716 (or 0xFFE716) is known color: Lemon. HEX triplet: FF, E7 and 16. RGB value is (255,231,22). Sum of RGB (Red+Green+Blue) = 255+231+22=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 22 (8.98% from 255 or 4.33% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE716 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE716 is #0018E9. Grayscale: #D7D7D7. Windows color (decimal): -6378 or 1501183. OLE color: 1501183.
HSL color Cylindrical-coordinate representation of color #FFE716: hue angle of 53.82º 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 #FFE716 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 22 | - |
| CMYK | 0 | 0.09 | 0.91 | 0 |
| HSL | 53.82º | 1% | 0.54% | - |
| HSV(B) | 53.82º | 0.91% | 1% | - |
| XYZ | 69.96 | 78.47 | 12.22 | - |
| YUV | 214.35 | 19.45 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 22 | 0 | 0.09 | 0.91 | 0 | 53.82 | 1 | 0.54 |
| Hex | FF | E7 | 16 | 0 | 9 | 5B | 0 | 36 | 64 | 36 |
| Octal | 377 | 347 | 26 | 0 | 11 | 133 | 0 | 66 | 144 | 66 |
| Binary | 11111111 | 11100111 | 10110 | 0 | 1001 | 1011011 | 0 | 110110 | 1100100 | 110110 |
Color Harmonies of #FFE716
Complementary color
Monochromatic Colors of #FFE716
Black with #FFE716
Text Example
Text Example
White with #FFE716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE716; }
p { color: rgb(255,231,22); }
H1.HeaderClassName
{
color: #FFE716;
}
.AnyTagClassName
{
color: #FFE716;
}
</style>
background-color css
<style>
a { background-color: #FFE716; }
a { background-color: rgb(255,231,22); }
div.DivClassName
{
background-color: #FFE716;
}
.BgClassName
{
background-color: #FFE716;
}
</style>
border-color css
<style>
span { border-color: #FFE716; }
span { border-color: rgb(255,231,22); }
td.TdClassName
{
border-color: #FFE716;
}
.TagClassName
{
border-color: #FFE716;
}
</style>