Shades of Lemon #FFE520
Tints of Lemon #FFE520
RGB
CMYK
RGB Variations
Color information
#FFE520 (or 0xFFE520) is known color: Lemon. HEX triplet: FF, E5 and 20. RGB value is (255,229,32). Sum of RGB (Red+Green+Blue) = 255+229+32=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 32 (12.89% from 255 or 6.20% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE520 is #001ADF. Grayscale: #D7D7D7. Windows color (decimal): -6880 or 2156031. OLE color: 2156031.
HSL color Cylindrical-coordinate representation of color #FFE520: hue angle of 53º 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 #FFE520 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 32 | - |
| CMYK | 0 | 0.10 | 0.87 | 0 |
| HSL | 53º | 1% | 0.56% | - |
| HSV(B) | 53º | 0.87% | 1% | - |
| XYZ | 69.52 | 77.4 | 12.64 | - |
| YUV | 214.32 | 25.11 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 32 | 0 | 0.10 | 0.87 | 0 | 53 | 1 | 0.56 |
| Hex | FF | E5 | 20 | 0 | A | 57 | 0 | 35 | 64 | 38 |
| Octal | 377 | 345 | 40 | 0 | 12 | 127 | 0 | 65 | 144 | 70 |
| Binary | 11111111 | 11100101 | 100000 | 0 | 1010 | 1010111 | 0 | 110101 | 1100100 | 111000 |
Color Harmonies of #FFE520
Complementary color
Monochromatic Colors of #FFE520
Black with #FFE520
Text Example
Text Example
White with #FFE520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE520; }
p { color: rgb(255,229,32); }
H1.HeaderClassName
{
color: #FFE520;
}
.AnyTagClassName
{
color: #FFE520;
}
</style>
background-color css
<style>
a { background-color: #FFE520; }
a { background-color: rgb(255,229,32); }
div.DivClassName
{
background-color: #FFE520;
}
.BgClassName
{
background-color: #FFE520;
}
</style>
border-color css
<style>
span { border-color: #FFE520; }
span { border-color: rgb(255,229,32); }
td.TdClassName
{
border-color: #FFE520;
}
.TagClassName
{
border-color: #FFE520;
}
</style>