Shades of Lemon #FFE110
Tints of Lemon #FFE110
RGB
CMYK
RGB Variations
Color information
#FFE110 (or 0xFFE110) is known color: Lemon. HEX triplet: FF, E1 and 10. RGB value is (255,225,16). Sum of RGB (Red+Green+Blue) = 255+225+16=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 16 (6.64% from 255 or 3.23% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE110 is #001EEF. Grayscale: #D3D3D3. Windows color (decimal): -7920 or 1106431. OLE color: 1106431.
HSL color Cylindrical-coordinate representation of color #FFE110: hue angle of 52.47º 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 #FFE110 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 16 | - |
| CMYK | 0 | 0.12 | 0.94 | 0 |
| HSL | 52.47º | 1% | 0.53% | - |
| HSV(B) | 52.47º | 0.94% | 1% | - |
| XYZ | 68.26 | 75.15 | 11.4 | - |
| YUV | 210.14 | 18.44 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 16 | 0 | 0.12 | 0.94 | 0 | 52.47 | 1 | 0.53 |
| Hex | FF | E1 | 10 | 0 | C | 5E | 0 | 34 | 64 | 35 |
| Octal | 377 | 341 | 20 | 0 | 14 | 136 | 0 | 64 | 144 | 65 |
| Binary | 11111111 | 11100001 | 10000 | 0 | 1100 | 1011110 | 0 | 110100 | 1100100 | 110101 |
Color Harmonies of #FFE110
Complementary color
Monochromatic Colors of #FFE110
Black with #FFE110
Text Example
Text Example
White with #FFE110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE110; }
p { color: rgb(255,225,16); }
H1.HeaderClassName
{
color: #FFE110;
}
.AnyTagClassName
{
color: #FFE110;
}
</style>
background-color css
<style>
a { background-color: #FFE110; }
a { background-color: rgb(255,225,16); }
div.DivClassName
{
background-color: #FFE110;
}
.BgClassName
{
background-color: #FFE110;
}
</style>
border-color css
<style>
span { border-color: #FFE110; }
span { border-color: rgb(255,225,16); }
td.TdClassName
{
border-color: #FFE110;
}
.TagClassName
{
border-color: #FFE110;
}
</style>