Shades of Lemon #FFE41B
Tints of Lemon #FFE41B
RGB
CMYK
RGB Variations
Color information
#FFE41B (or 0xFFE41B) is known color: Lemon. HEX triplet: FF, E4 and 1B. RGB value is (255,228,27). Sum of RGB (Red+Green+Blue) = 255+228+27=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 27 (10.94% from 255 or 5.29% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE41B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE41B is #001BE4. Grayscale: #D5D5D5. Windows color (decimal): -7141 or 1828095. OLE color: 1828095.
HSL color Cylindrical-coordinate representation of color #FFE41B: hue angle of 52.89º 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 #FFE41B is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 27 | - |
| CMYK | 0 | 0.11 | 0.89 | 0 |
| HSL | 52.89º | 1% | 0.55% | - |
| HSV(B) | 52.89º | 0.89% | 1% | - |
| XYZ | 69.18 | 76.83 | 12.22 | - |
| YUV | 213.16 | 22.95 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 27 | 0 | 0.11 | 0.89 | 0 | 52.89 | 1 | 0.55 |
| Hex | FF | E4 | 1B | 0 | B | 59 | 0 | 35 | 64 | 37 |
| Octal | 377 | 344 | 33 | 0 | 13 | 131 | 0 | 65 | 144 | 67 |
| Binary | 11111111 | 11100100 | 11011 | 0 | 1011 | 1011001 | 0 | 110101 | 1100100 | 110111 |
Color Harmonies of #FFE41B
Complementary color
Monochromatic Colors of #FFE41B
Black with #FFE41B
Text Example
Text Example
White with #FFE41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE41B; }
p { color: rgb(255,228,27); }
H1.HeaderClassName
{
color: #FFE41B;
}
.AnyTagClassName
{
color: #FFE41B;
}
</style>
background-color css
<style>
a { background-color: #FFE41B; }
a { background-color: rgb(255,228,27); }
div.DivClassName
{
background-color: #FFE41B;
}
.BgClassName
{
background-color: #FFE41B;
}
</style>
border-color css
<style>
span { border-color: #FFE41B; }
span { border-color: rgb(255,228,27); }
td.TdClassName
{
border-color: #FFE41B;
}
.TagClassName
{
border-color: #FFE41B;
}
</style>