Shades of Lemon #FFE015
Tints of Lemon #FFE015
RGB
CMYK
RGB Variations
Color information
#FFE015 (or 0xFFE015) is known color: Lemon. HEX triplet: FF, E0 and 15. RGB value is (255,224,21). Sum of RGB (Red+Green+Blue) = 255+224+21=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 21 (8.59% from 255 or 4.2% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE015 is #001FEA. Grayscale: #D2D2D2. Windows color (decimal): -8171 or 1433855. OLE color: 1433855.
HSL color Cylindrical-coordinate representation of color #FFE015: hue angle of 52.05º 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 #FFE015 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 21 | - |
| CMYK | 0 | 0.12 | 0.92 | 0 |
| HSL | 52.05º | 1% | 0.54% | - |
| HSV(B) | 52.05º | 0.92% | 1% | - |
| XYZ | 68.03 | 74.63 | 11.53 | - |
| YUV | 210.13 | 21.27 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 21 | 0 | 0.12 | 0.92 | 0 | 52.05 | 1 | 0.54 |
| Hex | FF | E0 | 15 | 0 | C | 5C | 0 | 34 | 64 | 36 |
| Octal | 377 | 340 | 25 | 0 | 14 | 134 | 0 | 64 | 144 | 66 |
| Binary | 11111111 | 11100000 | 10101 | 0 | 1100 | 1011100 | 0 | 110100 | 1100100 | 110110 |
Color Harmonies of #FFE015
Complementary color
Monochromatic Colors of #FFE015
Black with #FFE015
Text Example
Text Example
White with #FFE015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE015; }
p { color: rgb(255,224,21); }
H1.HeaderClassName
{
color: #FFE015;
}
.AnyTagClassName
{
color: #FFE015;
}
</style>
background-color css
<style>
a { background-color: #FFE015; }
a { background-color: rgb(255,224,21); }
div.DivClassName
{
background-color: #FFE015;
}
.BgClassName
{
background-color: #FFE015;
}
</style>
border-color css
<style>
span { border-color: #FFE015; }
span { border-color: rgb(255,224,21); }
td.TdClassName
{
border-color: #FFE015;
}
.TagClassName
{
border-color: #FFE015;
}
</style>