Shades of Lemon #FFEC18
Tints of Lemon #FFEC18
RGB
CMYK
RGB Variations
Color information
#FFEC18 (or 0xFFEC18) is known color: Lemon. HEX triplet: FF, EC and 18. RGB value is (255,236,24). Sum of RGB (Red+Green+Blue) = 255+236+24=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 24 (9.77% from 255 or 4.66% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEC18 is #0013E7. Grayscale: #DADADA. Windows color (decimal): -5096 or 1633535. OLE color: 1633535.
HSL color Cylindrical-coordinate representation of color #FFEC18: hue angle of 55.06º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFEC18 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 24 | - |
| CMYK | 0 | 0.07 | 0.91 | 0 |
| HSL | 55.06º | 1% | 0.55% | - |
| HSV(B) | 55.06º | 0.91% | 1% | - |
| XYZ | 71.4 | 81.32 | 12.8 | - |
| YUV | 217.51 | 18.79 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 24 | 0 | 0.07 | 0.91 | 0 | 55.06 | 1 | 0.55 |
| Hex | FF | EC | 18 | 0 | 7 | 5B | 0 | 37 | 64 | 37 |
| Octal | 377 | 354 | 30 | 0 | 7 | 133 | 0 | 67 | 144 | 67 |
| Binary | 11111111 | 11101100 | 11000 | 0 | 111 | 1011011 | 0 | 110111 | 1100100 | 110111 |
Color Harmonies of #FFEC18
Complementary color
Monochromatic Colors of #FFEC18
Black with #FFEC18
Text Example
Text Example
White with #FFEC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC18; }
p { color: rgb(255,236,24); }
H1.HeaderClassName
{
color: #FFEC18;
}
.AnyTagClassName
{
color: #FFEC18;
}
</style>
background-color css
<style>
a { background-color: #FFEC18; }
a { background-color: rgb(255,236,24); }
div.DivClassName
{
background-color: #FFEC18;
}
.BgClassName
{
background-color: #FFEC18;
}
</style>
border-color css
<style>
span { border-color: #FFEC18; }
span { border-color: rgb(255,236,24); }
td.TdClassName
{
border-color: #FFEC18;
}
.TagClassName
{
border-color: #FFEC18;
}
</style>