Shades of Lemon #FFE31D
Tints of Lemon #FFE31D
RGB
CMYK
RGB Variations
Color information
#FFE31D (or 0xFFE31D) is known color: Lemon. HEX triplet: FF, E3 and 1D. RGB value is (255,227,29). Sum of RGB (Red+Green+Blue) = 255+227+29=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 29 (11.72% from 255 or 5.68% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE31D is #001CE2. Grayscale: #D5D5D5. Windows color (decimal): -7395 or 1958911. OLE color: 1958911.
HSL color Cylindrical-coordinate representation of color #FFE31D: hue angle of 52.57º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFE31D is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 29 | - |
| CMYK | 0 | 0.11 | 0.89 | 0 |
| HSL | 52.57º | 1% | 0.56% | - |
| HSV(B) | 52.57º | 0.89% | 1% | - |
| XYZ | 68.93 | 76.29 | 12.25 | - |
| YUV | 212.8 | 24.28 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 29 | 0 | 0.11 | 0.89 | 0 | 52.57 | 1 | 0.56 |
| Hex | FF | E3 | 1D | 0 | B | 59 | 0 | 35 | 64 | 38 |
| Octal | 377 | 343 | 35 | 0 | 13 | 131 | 0 | 65 | 144 | 70 |
| Binary | 11111111 | 11100011 | 11101 | 0 | 1011 | 1011001 | 0 | 110101 | 1100100 | 111000 |
Color Harmonies of #FFE31D
Complementary color
Monochromatic Colors of #FFE31D
Black with #FFE31D
Text Example
Text Example
White with #FFE31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE31D; }
p { color: rgb(255,227,29); }
H1.HeaderClassName
{
color: #FFE31D;
}
.AnyTagClassName
{
color: #FFE31D;
}
</style>
background-color css
<style>
a { background-color: #FFE31D; }
a { background-color: rgb(255,227,29); }
div.DivClassName
{
background-color: #FFE31D;
}
.BgClassName
{
background-color: #FFE31D;
}
</style>
border-color css
<style>
span { border-color: #FFE31D; }
span { border-color: rgb(255,227,29); }
td.TdClassName
{
border-color: #FFE31D;
}
.TagClassName
{
border-color: #FFE31D;
}
</style>