Shades of Lemon #FFE114
Tints of Lemon #FFE114
RGB
CMYK
RGB Variations
Color information
#FFE114 (or 0xFFE114) is known color: Lemon. HEX triplet: FF, E1 and 14. RGB value is (255,225,20). Sum of RGB (Red+Green+Blue) = 255+225+20=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 20 (8.20% from 255 or 4% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE114 is #001EEB. Grayscale: #D3D3D3. Windows color (decimal): -7916 or 1368575. OLE color: 1368575.
HSL color Cylindrical-coordinate representation of color #FFE114: hue angle of 52.34º 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 #FFE114 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 20 | - |
| CMYK | 0 | 0.12 | 0.92 | 0 |
| HSL | 52.34º | 1% | 0.54% | - |
| HSV(B) | 52.34º | 0.92% | 1% | - |
| XYZ | 68.29 | 75.16 | 11.57 | - |
| YUV | 210.6 | 20.44 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 20 | 0 | 0.12 | 0.92 | 0 | 52.34 | 1 | 0.54 |
| Hex | FF | E1 | 14 | 0 | C | 5C | 0 | 34 | 64 | 36 |
| Octal | 377 | 341 | 24 | 0 | 14 | 134 | 0 | 64 | 144 | 66 |
| Binary | 11111111 | 11100001 | 10100 | 0 | 1100 | 1011100 | 0 | 110100 | 1100100 | 110110 |
Color Harmonies of #FFE114
Complementary color
Monochromatic Colors of #FFE114
Black with #FFE114
Text Example
Text Example
White with #FFE114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE114; }
p { color: rgb(255,225,20); }
H1.HeaderClassName
{
color: #FFE114;
}
.AnyTagClassName
{
color: #FFE114;
}
</style>
background-color css
<style>
a { background-color: #FFE114; }
a { background-color: rgb(255,225,20); }
div.DivClassName
{
background-color: #FFE114;
}
.BgClassName
{
background-color: #FFE114;
}
</style>
border-color css
<style>
span { border-color: #FFE114; }
span { border-color: rgb(255,225,20); }
td.TdClassName
{
border-color: #FFE114;
}
.TagClassName
{
border-color: #FFE114;
}
</style>