Shades of Lemon #FFEC21
Tints of Lemon #FFEC21
RGB
CMYK
RGB Variations
Color information
#FFEC21 (or 0xFFEC21) is known color: Lemon. HEX triplet: FF, EC and 21. RGB value is (255,236,33). Sum of RGB (Red+Green+Blue) = 255+236+33=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 33 (13.28% from 255 or 6.30% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEC21 is #0013DE. Grayscale: #DBDBDB. Windows color (decimal): -5087 or 2223359. OLE color: 2223359.
HSL color Cylindrical-coordinate representation of color #FFEC21: hue angle of 54.86º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFEC21 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 33 | - |
| CMYK | 0 | 0.07 | 0.87 | 0 |
| HSL | 54.86º | 1% | 0.56% | - |
| HSV(B) | 54.86º | 0.87% | 1% | - |
| XYZ | 71.51 | 81.36 | 13.37 | - |
| YUV | 218.54 | 23.29 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 33 | 0 | 0.07 | 0.87 | 0 | 54.86 | 1 | 0.56 |
| Hex | FF | EC | 21 | 0 | 7 | 57 | 0 | 37 | 64 | 38 |
| Octal | 377 | 354 | 41 | 0 | 7 | 127 | 0 | 67 | 144 | 70 |
| Binary | 11111111 | 11101100 | 100001 | 0 | 111 | 1010111 | 0 | 110111 | 1100100 | 111000 |
Color Harmonies of #FFEC21
Complementary color
Monochromatic Colors of #FFEC21
Black with #FFEC21
Text Example
Text Example
White with #FFEC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC21; }
p { color: rgb(255,236,33); }
H1.HeaderClassName
{
color: #FFEC21;
}
.AnyTagClassName
{
color: #FFEC21;
}
</style>
background-color css
<style>
a { background-color: #FFEC21; }
a { background-color: rgb(255,236,33); }
div.DivClassName
{
background-color: #FFEC21;
}
.BgClassName
{
background-color: #FFEC21;
}
</style>
border-color css
<style>
span { border-color: #FFEC21; }
span { border-color: rgb(255,236,33); }
td.TdClassName
{
border-color: #FFEC21;
}
.TagClassName
{
border-color: #FFEC21;
}
</style>