Shades of Lemon #FFEC22
Tints of Lemon #FFEC22
RGB
CMYK
RGB Variations
Color information
#FFEC22 (or 0xFFEC22) is known color: Lemon. HEX triplet: FF, EC and 22. RGB value is (255,236,34). Sum of RGB (Red+Green+Blue) = 255+236+34=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 34 (13.67% from 255 or 6.48% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC22 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEC22 is #0013DD. Grayscale: #DBDBDB. Windows color (decimal): -5086 or 2288895. OLE color: 2288895.
HSL color Cylindrical-coordinate representation of color #FFEC22: hue angle of 54.84º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFEC22 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 34 | - |
| CMYK | 0 | 0.07 | 0.87 | 0 |
| HSL | 54.84º | 1% | 0.57% | - |
| HSV(B) | 54.84º | 0.87% | 1% | - |
| XYZ | 71.52 | 81.37 | 13.45 | - |
| YUV | 218.65 | 23.79 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 34 | 0 | 0.07 | 0.87 | 0 | 54.84 | 1 | 0.57 |
| Hex | FF | EC | 22 | 0 | 7 | 57 | 0 | 37 | 64 | 39 |
| Octal | 377 | 354 | 42 | 0 | 7 | 127 | 0 | 67 | 144 | 71 |
| Binary | 11111111 | 11101100 | 100010 | 0 | 111 | 1010111 | 0 | 110111 | 1100100 | 111001 |
Color Harmonies of #FFEC22
Complementary color
Monochromatic Colors of #FFEC22
Black with #FFEC22
Text Example
Text Example
White with #FFEC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC22; }
p { color: rgb(255,236,34); }
H1.HeaderClassName
{
color: #FFEC22;
}
.AnyTagClassName
{
color: #FFEC22;
}
</style>
background-color css
<style>
a { background-color: #FFEC22; }
a { background-color: rgb(255,236,34); }
div.DivClassName
{
background-color: #FFEC22;
}
.BgClassName
{
background-color: #FFEC22;
}
</style>
border-color css
<style>
span { border-color: #FFEC22; }
span { border-color: rgb(255,236,34); }
td.TdClassName
{
border-color: #FFEC22;
}
.TagClassName
{
border-color: #FFEC22;
}
</style>