Shades of Lemon #FFE013
Tints of Lemon #FFE013
RGB
CMYK
RGB Variations
Color information
#FFE013 (or 0xFFE013) is known color: Lemon. HEX triplet: FF, E0 and 13. RGB value is (255,224,19). Sum of RGB (Red+Green+Blue) = 255+224+19=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 19 (7.81% from 255 or 3.82% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE013 is #001FEC. Grayscale: #D2D2D2. Windows color (decimal): -8173 or 1302783. OLE color: 1302783.
HSL color Cylindrical-coordinate representation of color #FFE013: hue angle of 52.12º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFE013 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 19 | - |
| CMYK | 0 | 0.12 | 0.93 | 0 |
| HSL | 52.12º | 1% | 0.54% | - |
| HSV(B) | 52.12º | 0.93% | 1% | - |
| XYZ | 68.01 | 74.62 | 11.43 | - |
| YUV | 209.9 | 20.27 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 19 | 0 | 0.12 | 0.93 | 0 | 52.12 | 1 | 0.54 |
| Hex | FF | E0 | 13 | 0 | C | 5D | 0 | 34 | 64 | 36 |
| Octal | 377 | 340 | 23 | 0 | 14 | 135 | 0 | 64 | 144 | 66 |
| Binary | 11111111 | 11100000 | 10011 | 0 | 1100 | 1011101 | 0 | 110100 | 1100100 | 110110 |
Color Harmonies of #FFE013
Complementary color
Monochromatic Colors of #FFE013
Black with #FFE013
Text Example
Text Example
White with #FFE013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE013; }
p { color: rgb(255,224,19); }
H1.HeaderClassName
{
color: #FFE013;
}
.AnyTagClassName
{
color: #FFE013;
}
</style>
background-color css
<style>
a { background-color: #FFE013; }
a { background-color: rgb(255,224,19); }
div.DivClassName
{
background-color: #FFE013;
}
.BgClassName
{
background-color: #FFE013;
}
</style>
border-color css
<style>
span { border-color: #FFE013; }
span { border-color: rgb(255,224,19); }
td.TdClassName
{
border-color: #FFE013;
}
.TagClassName
{
border-color: #FFE013;
}
</style>