Shades of Lemon #FFE315
Tints of Lemon #FFE315
RGB
CMYK
RGB Variations
Color information
#FFE315 (or 0xFFE315) is known color: Lemon. HEX triplet: FF, E3 and 15. RGB value is (255,227,21). Sum of RGB (Red+Green+Blue) = 255+227+21=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 21 (8.59% from 255 or 4.17% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE315 is #001CEA. Grayscale: #D4D4D4. Windows color (decimal): -7403 or 1434623. OLE color: 1434623.
HSL color Cylindrical-coordinate representation of color #FFE315: hue angle of 52.82º 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 #FFE315 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 21 | - |
| CMYK | 0 | 0.11 | 0.92 | 0 |
| HSL | 52.82º | 1% | 0.54% | - |
| HSV(B) | 52.82º | 0.92% | 1% | - |
| XYZ | 68.84 | 76.25 | 11.8 | - |
| YUV | 211.89 | 20.28 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 21 | 0 | 0.11 | 0.92 | 0 | 52.82 | 1 | 0.54 |
| Hex | FF | E3 | 15 | 0 | B | 5C | 0 | 35 | 64 | 36 |
| Octal | 377 | 343 | 25 | 0 | 13 | 134 | 0 | 65 | 144 | 66 |
| Binary | 11111111 | 11100011 | 10101 | 0 | 1011 | 1011100 | 0 | 110101 | 1100100 | 110110 |
Color Harmonies of #FFE315
Complementary color
Monochromatic Colors of #FFE315
Black with #FFE315
Text Example
Text Example
White with #FFE315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE315; }
p { color: rgb(255,227,21); }
H1.HeaderClassName
{
color: #FFE315;
}
.AnyTagClassName
{
color: #FFE315;
}
</style>
background-color css
<style>
a { background-color: #FFE315; }
a { background-color: rgb(255,227,21); }
div.DivClassName
{
background-color: #FFE315;
}
.BgClassName
{
background-color: #FFE315;
}
</style>
border-color css
<style>
span { border-color: #FFE315; }
span { border-color: rgb(255,227,21); }
td.TdClassName
{
border-color: #FFE315;
}
.TagClassName
{
border-color: #FFE315;
}
</style>