Shades of Lemon #FFE81E
Tints of Lemon #FFE81E
RGB
CMYK
RGB Variations
Color information
#FFE81E (or 0xFFE81E) is known color: Lemon. HEX triplet: FF, E8 and 1E. RGB value is (255,232,30). Sum of RGB (Red+Green+Blue) = 255+232+30=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 232 (91.02% from 255 or 44.87% from 517); Blue value is 30 (12.11% from 255 or 5.80% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE81E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE81E is #0017E1. Grayscale: #D8D8D8. Windows color (decimal): -6114 or 2025727. OLE color: 2025727.
HSL color Cylindrical-coordinate representation of color #FFE81E: hue angle of 53.87º 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 #FFE81E is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 30 | - |
| CMYK | 0 | 0.09 | 0.88 | 0 |
| HSL | 53.87º | 1% | 0.56% | - |
| HSV(B) | 53.87º | 0.88% | 1% | - |
| XYZ | 70.33 | 79.07 | 12.78 | - |
| YUV | 215.85 | 23.12 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 30 | 0 | 0.09 | 0.88 | 0 | 53.87 | 1 | 0.56 |
| Hex | FF | E8 | 1E | 0 | 9 | 58 | 0 | 36 | 64 | 38 |
| Octal | 377 | 350 | 36 | 0 | 11 | 130 | 0 | 66 | 144 | 70 |
| Binary | 11111111 | 11101000 | 11110 | 0 | 1001 | 1011000 | 0 | 110110 | 1100100 | 111000 |
Color Harmonies of #FFE81E
Complementary color
Monochromatic Colors of #FFE81E
Black with #FFE81E
Text Example
Text Example
White with #FFE81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE81E; }
p { color: rgb(255,232,30); }
H1.HeaderClassName
{
color: #FFE81E;
}
.AnyTagClassName
{
color: #FFE81E;
}
</style>
background-color css
<style>
a { background-color: #FFE81E; }
a { background-color: rgb(255,232,30); }
div.DivClassName
{
background-color: #FFE81E;
}
.BgClassName
{
background-color: #FFE81E;
}
</style>
border-color css
<style>
span { border-color: #FFE81E; }
span { border-color: rgb(255,232,30); }
td.TdClassName
{
border-color: #FFE81E;
}
.TagClassName
{
border-color: #FFE81E;
}
</style>