Shades of Lemon #FFEF22
Tints of Lemon #FFEF22
RGB
CMYK
RGB Variations
Color information
#FFEF22 (or 0xFFEF22) is known color: Lemon. HEX triplet: FF, EF and 22. RGB value is (255,239,34). Sum of RGB (Red+Green+Blue) = 255+239+34=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 34 (13.67% from 255 or 6.44% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF22 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEF22 is #0010DD. Grayscale: #DDDDDD. Windows color (decimal): -4318 or 2289663. OLE color: 2289663.
HSL color Cylindrical-coordinate representation of color #FFEF22: hue angle of 55.66º 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 #FFEF22 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 34 | - |
| CMYK | 0 | 0.06 | 0.87 | 0 |
| HSL | 55.66º | 1% | 0.57% | - |
| HSV(B) | 55.66º | 0.87% | 1% | - |
| XYZ | 72.4 | 83.11 | 13.74 | - |
| YUV | 220.41 | 22.8 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 34 | 0 | 0.06 | 0.87 | 0 | 55.66 | 1 | 0.57 |
| Hex | FF | EF | 22 | 0 | 6 | 57 | 0 | 38 | 64 | 39 |
| Octal | 377 | 357 | 42 | 0 | 6 | 127 | 0 | 70 | 144 | 71 |
| Binary | 11111111 | 11101111 | 100010 | 0 | 110 | 1010111 | 0 | 111000 | 1100100 | 111001 |
Color Harmonies of #FFEF22
Complementary color
Monochromatic Colors of #FFEF22
Black with #FFEF22
Text Example
Text Example
White with #FFEF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF22; }
p { color: rgb(255,239,34); }
H1.HeaderClassName
{
color: #FFEF22;
}
.AnyTagClassName
{
color: #FFEF22;
}
</style>
background-color css
<style>
a { background-color: #FFEF22; }
a { background-color: rgb(255,239,34); }
div.DivClassName
{
background-color: #FFEF22;
}
.BgClassName
{
background-color: #FFEF22;
}
</style>
border-color css
<style>
span { border-color: #FFEF22; }
span { border-color: rgb(255,239,34); }
td.TdClassName
{
border-color: #FFEF22;
}
.TagClassName
{
border-color: #FFEF22;
}
</style>