Shades of Lemon #FFE80B
Tints of Lemon #FFE80B
RGB
CMYK
RGB Variations
Color information
#FFE80B (or 0xFFE80B) is known color: Lemon. HEX triplet: FF, E8 and 0B. RGB value is (255,232,11). Sum of RGB (Red+Green+Blue) = 255+232+11=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 232 (91.02% from 255 or 46.59% from 498); Blue value is 11 (4.69% from 255 or 2.21% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE80B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE80B is #0017F4. Grayscale: #D6D6D6. Windows color (decimal): -6133 or 780543. OLE color: 780543.
HSL color Cylindrical-coordinate representation of color #FFE80B: hue angle of 54.34º 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 #FFE80B is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 11 | - |
| CMYK | 0 | 0.09 | 0.96 | 0 |
| HSL | 54.34º | 1% | 0.52% | - |
| HSV(B) | 54.34º | 0.96% | 1% | - |
| XYZ | 70.16 | 79 | 11.87 | - |
| YUV | 213.68 | 13.62 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 11 | 0 | 0.09 | 0.96 | 0 | 54.34 | 1 | 0.52 |
| Hex | FF | E8 | B | 0 | 9 | 60 | 0 | 36 | 64 | 34 |
| Octal | 377 | 350 | 13 | 0 | 11 | 140 | 0 | 66 | 144 | 64 |
| Binary | 11111111 | 11101000 | 1011 | 0 | 1001 | 1100000 | 0 | 110110 | 1100100 | 110100 |
Color Harmonies of #FFE80B
Complementary color
Monochromatic Colors of #FFE80B
Black with #FFE80B
Text Example
Text Example
White with #FFE80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE80B; }
p { color: rgb(255,232,11); }
H1.HeaderClassName
{
color: #FFE80B;
}
.AnyTagClassName
{
color: #FFE80B;
}
</style>
background-color css
<style>
a { background-color: #FFE80B; }
a { background-color: rgb(255,232,11); }
div.DivClassName
{
background-color: #FFE80B;
}
.BgClassName
{
background-color: #FFE80B;
}
</style>
border-color css
<style>
span { border-color: #FFE80B; }
span { border-color: rgb(255,232,11); }
td.TdClassName
{
border-color: #FFE80B;
}
.TagClassName
{
border-color: #FFE80B;
}
</style>