Shades of Lemon #FFEA21
Tints of Lemon #FFEA21
RGB
CMYK
RGB Variations
Color information
#FFEA21 (or 0xFFEA21) is known color: Lemon. HEX triplet: FF, EA and 21. RGB value is (255,234,33). Sum of RGB (Red+Green+Blue) = 255+234+33=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 234 (91.80% from 255 or 44.83% from 522); Blue value is 33 (13.28% from 255 or 6.32% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA21 is #0015DE. Grayscale: #DADADA. Windows color (decimal): -5599 or 2222847. OLE color: 2222847.
HSL color Cylindrical-coordinate representation of color #FFEA21: hue angle of 54.32º 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 #FFEA21 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 33 | - |
| CMYK | 0 | 0.08 | 0.87 | 0 |
| HSL | 54.32º | 1% | 0.56% | - |
| HSV(B) | 54.32º | 0.87% | 1% | - |
| XYZ | 70.94 | 80.22 | 13.18 | - |
| YUV | 217.37 | 23.96 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 33 | 0 | 0.08 | 0.87 | 0 | 54.32 | 1 | 0.56 |
| Hex | FF | EA | 21 | 0 | 8 | 57 | 0 | 36 | 64 | 38 |
| Octal | 377 | 352 | 41 | 0 | 10 | 127 | 0 | 66 | 144 | 70 |
| Binary | 11111111 | 11101010 | 100001 | 0 | 1000 | 1010111 | 0 | 110110 | 1100100 | 111000 |
Color Harmonies of #FFEA21
Complementary color
Monochromatic Colors of #FFEA21
Black with #FFEA21
Text Example
Text Example
White with #FFEA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA21; }
p { color: rgb(255,234,33); }
H1.HeaderClassName
{
color: #FFEA21;
}
.AnyTagClassName
{
color: #FFEA21;
}
</style>
background-color css
<style>
a { background-color: #FFEA21; }
a { background-color: rgb(255,234,33); }
div.DivClassName
{
background-color: #FFEA21;
}
.BgClassName
{
background-color: #FFEA21;
}
</style>
border-color css
<style>
span { border-color: #FFEA21; }
span { border-color: rgb(255,234,33); }
td.TdClassName
{
border-color: #FFEA21;
}
.TagClassName
{
border-color: #FFEA21;
}
</style>