Shades of Lemon #FFE011
Tints of Lemon #FFE011
RGB
CMYK
RGB Variations
Color information
#FFE011 (or 0xFFE011) is known color: Lemon. HEX triplet: FF, E0 and 11. RGB value is (255,224,17). Sum of RGB (Red+Green+Blue) = 255+224+17=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 17 (7.03% from 255 or 3.43% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE011 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE011 is #001FEE. Grayscale: #D2D2D2. Windows color (decimal): -8175 or 1171711. OLE color: 1171711.
HSL color Cylindrical-coordinate representation of color #FFE011: hue angle of 52.18º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFE011 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 17 | - |
| CMYK | 0 | 0.12 | 0.93 | 0 |
| HSL | 52.18º | 1% | 0.53% | - |
| HSV(B) | 52.18º | 0.93% | 1% | - |
| XYZ | 68 | 74.61 | 11.35 | - |
| YUV | 209.67 | 19.27 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 17 | 0 | 0.12 | 0.93 | 0 | 52.18 | 1 | 0.53 |
| Hex | FF | E0 | 11 | 0 | C | 5D | 0 | 34 | 64 | 35 |
| Octal | 377 | 340 | 21 | 0 | 14 | 135 | 0 | 64 | 144 | 65 |
| Binary | 11111111 | 11100000 | 10001 | 0 | 1100 | 1011101 | 0 | 110100 | 1100100 | 110101 |
Color Harmonies of #FFE011
Complementary color
Monochromatic Colors of #FFE011
Black with #FFE011
Text Example
Text Example
White with #FFE011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE011; }
p { color: rgb(255,224,17); }
H1.HeaderClassName
{
color: #FFE011;
}
.AnyTagClassName
{
color: #FFE011;
}
</style>
background-color css
<style>
a { background-color: #FFE011; }
a { background-color: rgb(255,224,17); }
div.DivClassName
{
background-color: #FFE011;
}
.BgClassName
{
background-color: #FFE011;
}
</style>
border-color css
<style>
span { border-color: #FFE011; }
span { border-color: rgb(255,224,17); }
td.TdClassName
{
border-color: #FFE011;
}
.TagClassName
{
border-color: #FFE011;
}
</style>