Shades of Lemon #FFE521
Tints of Lemon #FFE521
RGB
CMYK
RGB Variations
Color information
#FFE521 (or 0xFFE521) is known color: Lemon. HEX triplet: FF, E5 and 21. RGB value is (255,229,33). Sum of RGB (Red+Green+Blue) = 255+229+33=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 229 (89.84% from 255 or 44.29% from 517); Blue value is 33 (13.28% from 255 or 6.38% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE521 is #001ADE. Grayscale: #D7D7D7. Windows color (decimal): -6879 or 2221567. OLE color: 2221567.
HSL color Cylindrical-coordinate representation of color #FFE521: hue angle of 52.97º 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 #FFE521 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 33 | - |
| CMYK | 0 | 0.10 | 0.87 | 0 |
| HSL | 52.97º | 1% | 0.56% | - |
| HSV(B) | 52.97º | 0.87% | 1% | - |
| XYZ | 69.53 | 77.41 | 12.72 | - |
| YUV | 214.43 | 25.61 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 33 | 0 | 0.10 | 0.87 | 0 | 52.97 | 1 | 0.56 |
| Hex | FF | E5 | 21 | 0 | A | 57 | 0 | 35 | 64 | 38 |
| Octal | 377 | 345 | 41 | 0 | 12 | 127 | 0 | 65 | 144 | 70 |
| Binary | 11111111 | 11100101 | 100001 | 0 | 1010 | 1010111 | 0 | 110101 | 1100100 | 111000 |
Color Harmonies of #FFE521
Complementary color
Monochromatic Colors of #FFE521
Black with #FFE521
Text Example
Text Example
White with #FFE521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE521; }
p { color: rgb(255,229,33); }
H1.HeaderClassName
{
color: #FFE521;
}
.AnyTagClassName
{
color: #FFE521;
}
</style>
background-color css
<style>
a { background-color: #FFE521; }
a { background-color: rgb(255,229,33); }
div.DivClassName
{
background-color: #FFE521;
}
.BgClassName
{
background-color: #FFE521;
}
</style>
border-color css
<style>
span { border-color: #FFE521; }
span { border-color: rgb(255,229,33); }
td.TdClassName
{
border-color: #FFE521;
}
.TagClassName
{
border-color: #FFE521;
}
</style>