Shades of Lemon #FFE710
Tints of Lemon #FFE710
RGB
CMYK
RGB Variations
Color information
#FFE710 (or 0xFFE710) is known color: Lemon. HEX triplet: FF, E7 and 10. RGB value is (255,231,16). Sum of RGB (Red+Green+Blue) = 255+231+16=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 231 (90.62% from 255 or 46.02% from 502); Blue value is 16 (6.64% from 255 or 3.19% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE710 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE710 is #0018EF. Grayscale: #D6D6D6. Windows color (decimal): -6384 or 1107967. OLE color: 1107967.
HSL color Cylindrical-coordinate representation of color #FFE710: hue angle of 53.97º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFE710 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 16 | - |
| CMYK | 0 | 0.09 | 0.94 | 0 |
| HSL | 53.97º | 1% | 0.53% | - |
| HSV(B) | 53.97º | 0.94% | 1% | - |
| XYZ | 69.91 | 78.45 | 11.95 | - |
| YUV | 213.67 | 16.45 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 16 | 0 | 0.09 | 0.94 | 0 | 53.97 | 1 | 0.53 |
| Hex | FF | E7 | 10 | 0 | 9 | 5E | 0 | 36 | 64 | 35 |
| Octal | 377 | 347 | 20 | 0 | 11 | 136 | 0 | 66 | 144 | 65 |
| Binary | 11111111 | 11100111 | 10000 | 0 | 1001 | 1011110 | 0 | 110110 | 1100100 | 110101 |
Color Harmonies of #FFE710
Complementary color
Monochromatic Colors of #FFE710
Black with #FFE710
Text Example
Text Example
White with #FFE710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE710; }
p { color: rgb(255,231,16); }
H1.HeaderClassName
{
color: #FFE710;
}
.AnyTagClassName
{
color: #FFE710;
}
</style>
background-color css
<style>
a { background-color: #FFE710; }
a { background-color: rgb(255,231,16); }
div.DivClassName
{
background-color: #FFE710;
}
.BgClassName
{
background-color: #FFE710;
}
</style>
border-color css
<style>
span { border-color: #FFE710; }
span { border-color: rgb(255,231,16); }
td.TdClassName
{
border-color: #FFE710;
}
.TagClassName
{
border-color: #FFE710;
}
</style>