Shades of Lemon #FFEC04
Tints of Lemon #FFEC04
RGB
CMYK
RGB Variations
Color information
#FFEC04 (or 0xFFEC04) is known color: Lemon. HEX triplet: FF, EC and 04. RGB value is (255,236,4). Sum of RGB (Red+Green+Blue) = 255+236+4=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 4 (1.95% from 255 or 0.81% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEC04 is #0013FB. Grayscale: #D8D8D8. Windows color (decimal): -5116 or 322815. OLE color: 322815.
HSL color Cylindrical-coordinate representation of color #FFEC04: hue angle of 55.46º 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 #FFEC04 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 4 | - |
| CMYK | 0 | 0.07 | 0.98 | 0 |
| HSL | 55.46º | 1% | 0.51% | - |
| HSV(B) | 55.46º | 0.98% | 1% | - |
| XYZ | 71.26 | 81.26 | 12.04 | - |
| YUV | 215.23 | 8.79 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 4 | 0 | 0.07 | 0.98 | 0 | 55.46 | 1 | 0.51 |
| Hex | FF | EC | 4 | 0 | 7 | 62 | 0 | 37 | 64 | 33 |
| Octal | 377 | 354 | 4 | 0 | 7 | 142 | 0 | 67 | 144 | 63 |
| Binary | 11111111 | 11101100 | 100 | 0 | 111 | 1100010 | 0 | 110111 | 1100100 | 110011 |
Color Harmonies of #FFEC04
Complementary color
Monochromatic Colors of #FFEC04
Black with #FFEC04
Text Example
Text Example
White with #FFEC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC04; }
p { color: rgb(255,236,4); }
H1.HeaderClassName
{
color: #FFEC04;
}
.AnyTagClassName
{
color: #FFEC04;
}
</style>
background-color css
<style>
a { background-color: #FFEC04; }
a { background-color: rgb(255,236,4); }
div.DivClassName
{
background-color: #FFEC04;
}
.BgClassName
{
background-color: #FFEC04;
}
</style>
border-color css
<style>
span { border-color: #FFEC04; }
span { border-color: rgb(255,236,4); }
td.TdClassName
{
border-color: #FFEC04;
}
.TagClassName
{
border-color: #FFEC04;
}
</style>