Shades of Lemon #FFE21F
Tints of Lemon #FFE21F
RGB
CMYK
RGB Variations
Color information
#FFE21F (or 0xFFE21F) is known color: Lemon. HEX triplet: FF, E2 and 1F. RGB value is (255,226,31). Sum of RGB (Red+Green+Blue) = 255+226+31=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 226 (88.67% from 255 or 44.14% from 512); Blue value is 31 (12.5% from 255 or 6.05% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE21F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE21F is #001DE0. Grayscale: #D5D5D5. Windows color (decimal): -7649 or 2089727. OLE color: 2089727.
HSL color Cylindrical-coordinate representation of color #FFE21F: hue angle of 52.23º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFE21F is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 31 | - |
| CMYK | 0 | 0.11 | 0.88 | 0 |
| HSL | 52.23º | 1% | 0.56% | - |
| HSV(B) | 52.23º | 0.88% | 1% | - |
| XYZ | 68.68 | 75.75 | 12.3 | - |
| YUV | 212.44 | 25.61 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 31 | 0 | 0.11 | 0.88 | 0 | 52.23 | 1 | 0.56 |
| Hex | FF | E2 | 1F | 0 | B | 58 | 0 | 34 | 64 | 38 |
| Octal | 377 | 342 | 37 | 0 | 13 | 130 | 0 | 64 | 144 | 70 |
| Binary | 11111111 | 11100010 | 11111 | 0 | 1011 | 1011000 | 0 | 110100 | 1100100 | 111000 |
Color Harmonies of #FFE21F
Complementary color
Monochromatic Colors of #FFE21F
Black with #FFE21F
Text Example
Text Example
White with #FFE21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE21F; }
p { color: rgb(255,226,31); }
H1.HeaderClassName
{
color: #FFE21F;
}
.AnyTagClassName
{
color: #FFE21F;
}
</style>
background-color css
<style>
a { background-color: #FFE21F; }
a { background-color: rgb(255,226,31); }
div.DivClassName
{
background-color: #FFE21F;
}
.BgClassName
{
background-color: #FFE21F;
}
</style>
border-color css
<style>
span { border-color: #FFE21F; }
span { border-color: rgb(255,226,31); }
td.TdClassName
{
border-color: #FFE21F;
}
.TagClassName
{
border-color: #FFE21F;
}
</style>