Shades of Lemon #FFED21
Tints of Lemon #FFED21
RGB
CMYK
RGB Variations
Color information
#FFED21 (or 0xFFED21) is known color: Lemon. HEX triplet: FF, ED and 21. RGB value is (255,237,33). Sum of RGB (Red+Green+Blue) = 255+237+33=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 33 (13.28% from 255 or 6.29% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED21 is #0012DE. Grayscale: #DBDBDB. Windows color (decimal): -4831 or 2223615. OLE color: 2223615.
HSL color Cylindrical-coordinate representation of color #FFED21: hue angle of 55.14º 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 #FFED21 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 33 | - |
| CMYK | 0 | 0.07 | 0.87 | 0 |
| HSL | 55.14º | 1% | 0.56% | - |
| HSV(B) | 55.14º | 0.87% | 1% | - |
| XYZ | 71.8 | 81.94 | 13.47 | - |
| YUV | 219.13 | 22.96 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 33 | 0 | 0.07 | 0.87 | 0 | 55.14 | 1 | 0.56 |
| Hex | FF | ED | 21 | 0 | 7 | 57 | 0 | 37 | 64 | 38 |
| Octal | 377 | 355 | 41 | 0 | 7 | 127 | 0 | 67 | 144 | 70 |
| Binary | 11111111 | 11101101 | 100001 | 0 | 111 | 1010111 | 0 | 110111 | 1100100 | 111000 |
Color Harmonies of #FFED21
Complementary color
Monochromatic Colors of #FFED21
Black with #FFED21
Text Example
Text Example
White with #FFED21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED21; }
p { color: rgb(255,237,33); }
H1.HeaderClassName
{
color: #FFED21;
}
.AnyTagClassName
{
color: #FFED21;
}
</style>
background-color css
<style>
a { background-color: #FFED21; }
a { background-color: rgb(255,237,33); }
div.DivClassName
{
background-color: #FFED21;
}
.BgClassName
{
background-color: #FFED21;
}
</style>
border-color css
<style>
span { border-color: #FFED21; }
span { border-color: rgb(255,237,33); }
td.TdClassName
{
border-color: #FFED21;
}
.TagClassName
{
border-color: #FFED21;
}
</style>