Shades of Lemon #FFE10D
Tints of Lemon #FFE10D
RGB
CMYK
RGB Variations
Color information
#FFE10D (or 0xFFE10D) is known color: Lemon. HEX triplet: FF, E1 and 0D. RGB value is (255,225,13). Sum of RGB (Red+Green+Blue) = 255+225+13=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 13 (5.47% from 255 or 2.64% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE10D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE10D is #001EF2. Grayscale: #D2D2D2. Windows color (decimal): -7923 or 909823. OLE color: 909823.
HSL color Cylindrical-coordinate representation of color #FFE10D: hue angle of 52.56º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFE10D is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 13 | - |
| CMYK | 0 | 0.12 | 0.95 | 0 |
| HSL | 52.56º | 1% | 0.53% | - |
| HSV(B) | 52.56º | 0.95% | 1% | - |
| XYZ | 68.24 | 75.14 | 11.29 | - |
| YUV | 209.8 | 16.94 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 13 | 0 | 0.12 | 0.95 | 0 | 52.56 | 1 | 0.53 |
| Hex | FF | E1 | D | 0 | C | 5F | 0 | 35 | 64 | 35 |
| Octal | 377 | 341 | 15 | 0 | 14 | 137 | 0 | 65 | 144 | 65 |
| Binary | 11111111 | 11100001 | 1101 | 0 | 1100 | 1011111 | 0 | 110101 | 1100100 | 110101 |
Color Harmonies of #FFE10D
Complementary color
Monochromatic Colors of #FFE10D
Black with #FFE10D
Text Example
Text Example
White with #FFE10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE10D; }
p { color: rgb(255,225,13); }
H1.HeaderClassName
{
color: #FFE10D;
}
.AnyTagClassName
{
color: #FFE10D;
}
</style>
background-color css
<style>
a { background-color: #FFE10D; }
a { background-color: rgb(255,225,13); }
div.DivClassName
{
background-color: #FFE10D;
}
.BgClassName
{
background-color: #FFE10D;
}
</style>
border-color css
<style>
span { border-color: #FFE10D; }
span { border-color: rgb(255,225,13); }
td.TdClassName
{
border-color: #FFE10D;
}
.TagClassName
{
border-color: #FFE10D;
}
</style>