Shades of Lemon #FFE31E
Tints of Lemon #FFE31E
RGB
CMYK
RGB Variations
Color information
#FFE31E (or 0xFFE31E) is known color: Lemon. HEX triplet: FF, E3 and 1E. RGB value is (255,227,30). Sum of RGB (Red+Green+Blue) = 255+227+30=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 227 (89.06% from 255 or 44.34% from 512); Blue value is 30 (12.11% from 255 or 5.86% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE31E is #001CE1. Grayscale: #D5D5D5. Windows color (decimal): -7394 or 2024447. OLE color: 2024447.
HSL color Cylindrical-coordinate representation of color #FFE31E: hue angle of 52.53º 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 #FFE31E is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 30 | - |
| CMYK | 0 | 0.11 | 0.88 | 0 |
| HSL | 52.53º | 1% | 0.56% | - |
| HSV(B) | 52.53º | 0.88% | 1% | - |
| XYZ | 68.94 | 76.29 | 12.32 | - |
| YUV | 212.91 | 24.78 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 30 | 0 | 0.11 | 0.88 | 0 | 52.53 | 1 | 0.56 |
| Hex | FF | E3 | 1E | 0 | B | 58 | 0 | 35 | 64 | 38 |
| Octal | 377 | 343 | 36 | 0 | 13 | 130 | 0 | 65 | 144 | 70 |
| Binary | 11111111 | 11100011 | 11110 | 0 | 1011 | 1011000 | 0 | 110101 | 1100100 | 111000 |
Color Harmonies of #FFE31E
Complementary color
Monochromatic Colors of #FFE31E
Black with #FFE31E
Text Example
Text Example
White with #FFE31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE31E; }
p { color: rgb(255,227,30); }
H1.HeaderClassName
{
color: #FFE31E;
}
.AnyTagClassName
{
color: #FFE31E;
}
</style>
background-color css
<style>
a { background-color: #FFE31E; }
a { background-color: rgb(255,227,30); }
div.DivClassName
{
background-color: #FFE31E;
}
.BgClassName
{
background-color: #FFE31E;
}
</style>
border-color css
<style>
span { border-color: #FFE31E; }
span { border-color: rgb(255,227,30); }
td.TdClassName
{
border-color: #FFE31E;
}
.TagClassName
{
border-color: #FFE31E;
}
</style>