Shades of Lemon #FFE50B
Tints of Lemon #FFE50B
RGB
CMYK
RGB Variations
Color information
#FFE50B (or 0xFFE50B) is known color: Lemon. HEX triplet: FF, E5 and 0B. RGB value is (255,229,11). Sum of RGB (Red+Green+Blue) = 255+229+11=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 11 (4.69% from 255 or 2.22% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE50B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE50B is #001AF4. Grayscale: #D4D4D4. Windows color (decimal): -6901 or 779775. OLE color: 779775.
HSL color Cylindrical-coordinate representation of color #FFE50B: hue angle of 53.61º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFE50B is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 11 | - |
| CMYK | 0 | 0.10 | 0.96 | 0 |
| HSL | 53.61º | 1% | 0.52% | - |
| HSV(B) | 53.61º | 0.96% | 1% | - |
| XYZ | 69.32 | 77.32 | 11.59 | - |
| YUV | 211.92 | 14.61 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 11 | 0 | 0.10 | 0.96 | 0 | 53.61 | 1 | 0.52 |
| Hex | FF | E5 | B | 0 | A | 60 | 0 | 36 | 64 | 34 |
| Octal | 377 | 345 | 13 | 0 | 12 | 140 | 0 | 66 | 144 | 64 |
| Binary | 11111111 | 11100101 | 1011 | 0 | 1010 | 1100000 | 0 | 110110 | 1100100 | 110100 |
Color Harmonies of #FFE50B
Complementary color
Monochromatic Colors of #FFE50B
Black with #FFE50B
Text Example
Text Example
White with #FFE50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE50B; }
p { color: rgb(255,229,11); }
H1.HeaderClassName
{
color: #FFE50B;
}
.AnyTagClassName
{
color: #FFE50B;
}
</style>
background-color css
<style>
a { background-color: #FFE50B; }
a { background-color: rgb(255,229,11); }
div.DivClassName
{
background-color: #FFE50B;
}
.BgClassName
{
background-color: #FFE50B;
}
</style>
border-color css
<style>
span { border-color: #FFE50B; }
span { border-color: rgb(255,229,11); }
td.TdClassName
{
border-color: #FFE50B;
}
.TagClassName
{
border-color: #FFE50B;
}
</style>