Shades of Lemon #FFED20
Tints of Lemon #FFED20
RGB
CMYK
RGB Variations
Color information
#FFED20 (or 0xFFED20) is known color: Lemon. HEX triplet: FF, ED and 20. RGB value is (255,237,32). Sum of RGB (Red+Green+Blue) = 255+237+32=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 32 (12.89% from 255 or 6.11% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED20 is #0012DF. Grayscale: #DBDBDB. Windows color (decimal): -4832 or 2158079. OLE color: 2158079.
HSL color Cylindrical-coordinate representation of color #FFED20: hue angle of 55.16º 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 #FFED20 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 32 | - |
| CMYK | 0 | 0.07 | 0.87 | 0 |
| HSL | 55.16º | 1% | 0.56% | - |
| HSV(B) | 55.16º | 0.87% | 1% | - |
| XYZ | 71.78 | 81.93 | 13.4 | - |
| YUV | 219.01 | 22.46 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 32 | 0 | 0.07 | 0.87 | 0 | 55.16 | 1 | 0.56 |
| Hex | FF | ED | 20 | 0 | 7 | 57 | 0 | 37 | 64 | 38 |
| Octal | 377 | 355 | 40 | 0 | 7 | 127 | 0 | 67 | 144 | 70 |
| Binary | 11111111 | 11101101 | 100000 | 0 | 111 | 1010111 | 0 | 110111 | 1100100 | 111000 |
Color Harmonies of #FFED20
Complementary color
Monochromatic Colors of #FFED20
Black with #FFED20
Text Example
Text Example
White with #FFED20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED20; }
p { color: rgb(255,237,32); }
H1.HeaderClassName
{
color: #FFED20;
}
.AnyTagClassName
{
color: #FFED20;
}
</style>
background-color css
<style>
a { background-color: #FFED20; }
a { background-color: rgb(255,237,32); }
div.DivClassName
{
background-color: #FFED20;
}
.BgClassName
{
background-color: #FFED20;
}
</style>
border-color css
<style>
span { border-color: #FFED20; }
span { border-color: rgb(255,237,32); }
td.TdClassName
{
border-color: #FFED20;
}
.TagClassName
{
border-color: #FFED20;
}
</style>