Shades of Lemon #FFE515
Tints of Lemon #FFE515
RGB
CMYK
RGB Variations
Color information
#FFE515 (or 0xFFE515) is known color: Lemon. HEX triplet: FF, E5 and 15. RGB value is (255,229,21). Sum of RGB (Red+Green+Blue) = 255+229+21=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 21 (8.59% from 255 or 4.16% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE515 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE515 is #001AEA. Grayscale: #D5D5D5. Windows color (decimal): -6891 or 1435135. OLE color: 1435135.
HSL color Cylindrical-coordinate representation of color #FFE515: hue angle of 53.33º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFE515 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 21 | - |
| CMYK | 0 | 0.10 | 0.92 | 0 |
| HSL | 53.33º | 1% | 0.54% | - |
| HSV(B) | 53.33º | 0.92% | 1% | - |
| XYZ | 69.39 | 77.35 | 11.98 | - |
| YUV | 213.06 | 19.61 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 21 | 0 | 0.10 | 0.92 | 0 | 53.33 | 1 | 0.54 |
| Hex | FF | E5 | 15 | 0 | A | 5C | 0 | 35 | 64 | 36 |
| Octal | 377 | 345 | 25 | 0 | 12 | 134 | 0 | 65 | 144 | 66 |
| Binary | 11111111 | 11100101 | 10101 | 0 | 1010 | 1011100 | 0 | 110101 | 1100100 | 110110 |
Color Harmonies of #FFE515
Complementary color
Monochromatic Colors of #FFE515
Black with #FFE515
Text Example
Text Example
White with #FFE515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE515; }
p { color: rgb(255,229,21); }
H1.HeaderClassName
{
color: #FFE515;
}
.AnyTagClassName
{
color: #FFE515;
}
</style>
background-color css
<style>
a { background-color: #FFE515; }
a { background-color: rgb(255,229,21); }
div.DivClassName
{
background-color: #FFE515;
}
.BgClassName
{
background-color: #FFE515;
}
</style>
border-color css
<style>
span { border-color: #FFE515; }
span { border-color: rgb(255,229,21); }
td.TdClassName
{
border-color: #FFE515;
}
.TagClassName
{
border-color: #FFE515;
}
</style>