Shades of Lemon #FFEC19
Tints of Lemon #FFEC19
RGB
CMYK
RGB Variations
Color information
#FFEC19 (or 0xFFEC19) is known color: Lemon. HEX triplet: FF, EC and 19. RGB value is (255,236,25). Sum of RGB (Red+Green+Blue) = 255+236+25=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 25 (10.16% from 255 or 4.84% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEC19 is #0013E6. Grayscale: #DADADA. Windows color (decimal): -5095 or 1699071. OLE color: 1699071.
HSL color Cylindrical-coordinate representation of color #FFEC19: hue angle of 55.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFEC19 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 25 | - |
| CMYK | 0 | 0.07 | 0.90 | 0 |
| HSL | 55.04º | 1% | 0.55% | - |
| HSV(B) | 55.04º | 0.9% | 1% | - |
| XYZ | 71.41 | 81.32 | 12.85 | - |
| YUV | 217.63 | 19.29 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 25 | 0 | 0.07 | 0.90 | 0 | 55.04 | 1 | 0.55 |
| Hex | FF | EC | 19 | 0 | 7 | 5A | 0 | 37 | 64 | 37 |
| Octal | 377 | 354 | 31 | 0 | 7 | 132 | 0 | 67 | 144 | 67 |
| Binary | 11111111 | 11101100 | 11001 | 0 | 111 | 1011010 | 0 | 110111 | 1100100 | 110111 |
Color Harmonies of #FFEC19
Complementary color
Monochromatic Colors of #FFEC19
Black with #FFEC19
Text Example
Text Example
White with #FFEC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC19; }
p { color: rgb(255,236,25); }
H1.HeaderClassName
{
color: #FFEC19;
}
.AnyTagClassName
{
color: #FFEC19;
}
</style>
background-color css
<style>
a { background-color: #FFEC19; }
a { background-color: rgb(255,236,25); }
div.DivClassName
{
background-color: #FFEC19;
}
.BgClassName
{
background-color: #FFEC19;
}
</style>
border-color css
<style>
span { border-color: #FFEC19; }
span { border-color: rgb(255,236,25); }
td.TdClassName
{
border-color: #FFEC19;
}
.TagClassName
{
border-color: #FFEC19;
}
</style>