Shades of Lemon #FFE21B
Tints of Lemon #FFE21B
RGB
CMYK
RGB Variations
Color information
#FFE21B (or 0xFFE21B) is known color: Lemon. HEX triplet: FF, E2 and 1B. RGB value is (255,226,27). Sum of RGB (Red+Green+Blue) = 255+226+27=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 27 (10.94% from 255 or 5.31% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE21B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE21B is #001DE4. Grayscale: #D4D4D4. Windows color (decimal): -7653 or 1827583. OLE color: 1827583.
HSL color Cylindrical-coordinate representation of color #FFE21B: hue angle of 52.37º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFE21B is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 27 | - |
| CMYK | 0 | 0.11 | 0.89 | 0 |
| HSL | 52.37º | 1% | 0.55% | - |
| HSV(B) | 52.37º | 0.89% | 1% | - |
| XYZ | 68.63 | 75.73 | 12.04 | - |
| YUV | 211.99 | 23.61 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 27 | 0 | 0.11 | 0.89 | 0 | 52.37 | 1 | 0.55 |
| Hex | FF | E2 | 1B | 0 | B | 59 | 0 | 34 | 64 | 37 |
| Octal | 377 | 342 | 33 | 0 | 13 | 131 | 0 | 64 | 144 | 67 |
| Binary | 11111111 | 11100010 | 11011 | 0 | 1011 | 1011001 | 0 | 110100 | 1100100 | 110111 |
Color Harmonies of #FFE21B
Complementary color
Monochromatic Colors of #FFE21B
Black with #FFE21B
Text Example
Text Example
White with #FFE21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE21B; }
p { color: rgb(255,226,27); }
H1.HeaderClassName
{
color: #FFE21B;
}
.AnyTagClassName
{
color: #FFE21B;
}
</style>
background-color css
<style>
a { background-color: #FFE21B; }
a { background-color: rgb(255,226,27); }
div.DivClassName
{
background-color: #FFE21B;
}
.BgClassName
{
background-color: #FFE21B;
}
</style>
border-color css
<style>
span { border-color: #FFE21B; }
span { border-color: rgb(255,226,27); }
td.TdClassName
{
border-color: #FFE21B;
}
.TagClassName
{
border-color: #FFE21B;
}
</style>