Shades of Lemon #FFEB20
Tints of Lemon #FFEB20
RGB
CMYK
RGB Variations
Color information
#FFEB20 (or 0xFFEB20) is known color: Lemon. HEX triplet: FF, EB and 20. RGB value is (255,235,32). Sum of RGB (Red+Green+Blue) = 255+235+32=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 32 (12.89% from 255 or 6.13% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEB20 is #0014DF. Grayscale: #DADADA. Windows color (decimal): -5344 or 2157567. OLE color: 2157567.
HSL color Cylindrical-coordinate representation of color #FFEB20: hue angle of 54.62º 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 #FFEB20 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 32 | - |
| CMYK | 0 | 0.08 | 0.87 | 0 |
| HSL | 54.62º | 1% | 0.56% | - |
| HSV(B) | 54.62º | 0.87% | 1% | - |
| XYZ | 71.21 | 80.78 | 13.21 | - |
| YUV | 217.84 | 23.13 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 32 | 0 | 0.08 | 0.87 | 0 | 54.62 | 1 | 0.56 |
| Hex | FF | EB | 20 | 0 | 8 | 57 | 0 | 37 | 64 | 38 |
| Octal | 377 | 353 | 40 | 0 | 10 | 127 | 0 | 67 | 144 | 70 |
| Binary | 11111111 | 11101011 | 100000 | 0 | 1000 | 1010111 | 0 | 110111 | 1100100 | 111000 |
Color Harmonies of #FFEB20
Complementary color
Monochromatic Colors of #FFEB20
Black with #FFEB20
Text Example
Text Example
White with #FFEB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB20; }
p { color: rgb(255,235,32); }
H1.HeaderClassName
{
color: #FFEB20;
}
.AnyTagClassName
{
color: #FFEB20;
}
</style>
background-color css
<style>
a { background-color: #FFEB20; }
a { background-color: rgb(255,235,32); }
div.DivClassName
{
background-color: #FFEB20;
}
.BgClassName
{
background-color: #FFEB20;
}
</style>
border-color css
<style>
span { border-color: #FFEB20; }
span { border-color: rgb(255,235,32); }
td.TdClassName
{
border-color: #FFEB20;
}
.TagClassName
{
border-color: #FFEB20;
}
</style>