Shades of Lemon #FFE215
Tints of Lemon #FFE215
RGB
CMYK
RGB Variations
Color information
#FFE215 (or 0xFFE215) is known color: Lemon. HEX triplet: FF, E2 and 15. RGB value is (255,226,21). Sum of RGB (Red+Green+Blue) = 255+226+21=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 226 (88.67% from 255 or 45.02% from 502); Blue value is 21 (8.59% from 255 or 4.18% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE215 is #001DEA. Grayscale: #D4D4D4. Windows color (decimal): -7659 or 1434367. OLE color: 1434367.
HSL color Cylindrical-coordinate representation of color #FFE215: hue angle of 52.56º 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 #FFE215 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 21 | - |
| CMYK | 0 | 0.11 | 0.92 | 0 |
| HSL | 52.56º | 1% | 0.54% | - |
| HSV(B) | 52.56º | 0.92% | 1% | - |
| XYZ | 68.57 | 75.71 | 11.71 | - |
| YUV | 211.3 | 20.61 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 21 | 0 | 0.11 | 0.92 | 0 | 52.56 | 1 | 0.54 |
| Hex | FF | E2 | 15 | 0 | B | 5C | 0 | 35 | 64 | 36 |
| Octal | 377 | 342 | 25 | 0 | 13 | 134 | 0 | 65 | 144 | 66 |
| Binary | 11111111 | 11100010 | 10101 | 0 | 1011 | 1011100 | 0 | 110101 | 1100100 | 110110 |
Color Harmonies of #FFE215
Complementary color
Monochromatic Colors of #FFE215
Black with #FFE215
Text Example
Text Example
White with #FFE215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE215; }
p { color: rgb(255,226,21); }
H1.HeaderClassName
{
color: #FFE215;
}
.AnyTagClassName
{
color: #FFE215;
}
</style>
background-color css
<style>
a { background-color: #FFE215; }
a { background-color: rgb(255,226,21); }
div.DivClassName
{
background-color: #FFE215;
}
.BgClassName
{
background-color: #FFE215;
}
</style>
border-color css
<style>
span { border-color: #FFE215; }
span { border-color: rgb(255,226,21); }
td.TdClassName
{
border-color: #FFE215;
}
.TagClassName
{
border-color: #FFE215;
}
</style>