Shades of Lemon #FFE10B
Tints of Lemon #FFE10B
RGB
CMYK
RGB Variations
Color information
#FFE10B (or 0xFFE10B) is known color: Lemon. HEX triplet: FF, E1 and 0B. RGB value is (255,225,11). Sum of RGB (Red+Green+Blue) = 255+225+11=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 11 (4.69% from 255 or 2.24% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE10B is #001EF4. Grayscale: #D2D2D2. Windows color (decimal): -7925 or 778751. OLE color: 778751.
HSL color Cylindrical-coordinate representation of color #FFE10B: hue angle of 52.62º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFE10B is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 11 | - |
| CMYK | 0 | 0.12 | 0.96 | 0 |
| HSL | 52.62º | 1% | 0.52% | - |
| HSV(B) | 52.62º | 0.96% | 1% | - |
| XYZ | 68.23 | 75.13 | 11.22 | - |
| YUV | 209.57 | 15.94 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 11 | 0 | 0.12 | 0.96 | 0 | 52.62 | 1 | 0.52 |
| Hex | FF | E1 | B | 0 | C | 60 | 0 | 35 | 64 | 34 |
| Octal | 377 | 341 | 13 | 0 | 14 | 140 | 0 | 65 | 144 | 64 |
| Binary | 11111111 | 11100001 | 1011 | 0 | 1100 | 1100000 | 0 | 110101 | 1100100 | 110100 |
Color Harmonies of #FFE10B
Complementary color
Monochromatic Colors of #FFE10B
Black with #FFE10B
Text Example
Text Example
White with #FFE10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE10B; }
p { color: rgb(255,225,11); }
H1.HeaderClassName
{
color: #FFE10B;
}
.AnyTagClassName
{
color: #FFE10B;
}
</style>
background-color css
<style>
a { background-color: #FFE10B; }
a { background-color: rgb(255,225,11); }
div.DivClassName
{
background-color: #FFE10B;
}
.BgClassName
{
background-color: #FFE10B;
}
</style>
border-color css
<style>
span { border-color: #FFE10B; }
span { border-color: rgb(255,225,11); }
td.TdClassName
{
border-color: #FFE10B;
}
.TagClassName
{
border-color: #FFE10B;
}
</style>