Shades of Lemon #FFE50D
Tints of Lemon #FFE50D
RGB
CMYK
RGB Variations
Color information
#FFE50D (or 0xFFE50D) is known color: Lemon. HEX triplet: FF, E5 and 0D. RGB value is (255,229,13). Sum of RGB (Red+Green+Blue) = 255+229+13=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 13 (5.47% from 255 or 2.62% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE50D is #001AF2. Grayscale: #D5D5D5. Windows color (decimal): -6899 or 910847. OLE color: 910847.
HSL color Cylindrical-coordinate representation of color #FFE50D: hue angle of 53.55º 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 #FFE50D is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 13 | - |
| CMYK | 0 | 0.10 | 0.95 | 0 |
| HSL | 53.55º | 1% | 0.53% | - |
| HSV(B) | 53.55º | 0.95% | 1% | - |
| XYZ | 69.33 | 77.33 | 11.65 | - |
| YUV | 212.15 | 15.61 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 13 | 0 | 0.10 | 0.95 | 0 | 53.55 | 1 | 0.53 |
| Hex | FF | E5 | D | 0 | A | 5F | 0 | 36 | 64 | 35 |
| Octal | 377 | 345 | 15 | 0 | 12 | 137 | 0 | 66 | 144 | 65 |
| Binary | 11111111 | 11100101 | 1101 | 0 | 1010 | 1011111 | 0 | 110110 | 1100100 | 110101 |
Color Harmonies of #FFE50D
Complementary color
Monochromatic Colors of #FFE50D
Black with #FFE50D
Text Example
Text Example
White with #FFE50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE50D; }
p { color: rgb(255,229,13); }
H1.HeaderClassName
{
color: #FFE50D;
}
.AnyTagClassName
{
color: #FFE50D;
}
</style>
background-color css
<style>
a { background-color: #FFE50D; }
a { background-color: rgb(255,229,13); }
div.DivClassName
{
background-color: #FFE50D;
}
.BgClassName
{
background-color: #FFE50D;
}
</style>
border-color css
<style>
span { border-color: #FFE50D; }
span { border-color: rgb(255,229,13); }
td.TdClassName
{
border-color: #FFE50D;
}
.TagClassName
{
border-color: #FFE50D;
}
</style>