Shades of Lemon #FFEC05
Tints of Lemon #FFEC05
RGB
CMYK
RGB Variations
Color information
#FFEC05 (or 0xFFEC05) is known color: Lemon. HEX triplet: FF, EC and 05. RGB value is (255,236,5). Sum of RGB (Red+Green+Blue) = 255+236+5=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 5 (2.34% from 255 or 1.01% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEC05 is #0013FA. Grayscale: #D8D8D8. Windows color (decimal): -5115 or 388351. OLE color: 388351.
HSL color Cylindrical-coordinate representation of color #FFEC05: hue angle of 55.44º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFEC05 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 5 | - |
| CMYK | 0 | 0.07 | 0.98 | 0 |
| HSL | 55.44º | 1% | 0.51% | - |
| HSV(B) | 55.44º | 0.98% | 1% | - |
| XYZ | 71.26 | 81.26 | 12.07 | - |
| YUV | 215.35 | 9.29 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 5 | 0 | 0.07 | 0.98 | 0 | 55.44 | 1 | 0.51 |
| Hex | FF | EC | 5 | 0 | 7 | 62 | 0 | 37 | 64 | 33 |
| Octal | 377 | 354 | 5 | 0 | 7 | 142 | 0 | 67 | 144 | 63 |
| Binary | 11111111 | 11101100 | 101 | 0 | 111 | 1100010 | 0 | 110111 | 1100100 | 110011 |
Color Harmonies of #FFEC05
Complementary color
Monochromatic Colors of #FFEC05
Black with #FFEC05
Text Example
Text Example
White with #FFEC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC05; }
p { color: rgb(255,236,5); }
H1.HeaderClassName
{
color: #FFEC05;
}
.AnyTagClassName
{
color: #FFEC05;
}
</style>
background-color css
<style>
a { background-color: #FFEC05; }
a { background-color: rgb(255,236,5); }
div.DivClassName
{
background-color: #FFEC05;
}
.BgClassName
{
background-color: #FFEC05;
}
</style>
border-color css
<style>
span { border-color: #FFEC05; }
span { border-color: rgb(255,236,5); }
td.TdClassName
{
border-color: #FFEC05;
}
.TagClassName
{
border-color: #FFEC05;
}
</style>