Shades of Lemon #FFE31C
Tints of Lemon #FFE31C
RGB
CMYK
RGB Variations
Color information
#FFE31C (or 0xFFE31C) is known color: Lemon. HEX triplet: FF, E3 and 1C. RGB value is (255,227,28). Sum of RGB (Red+Green+Blue) = 255+227+28=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 28 (11.33% from 255 or 5.49% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE31C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE31C is #001CE3. Grayscale: #D5D5D5. Windows color (decimal): -7396 or 1893375. OLE color: 1893375.
HSL color Cylindrical-coordinate representation of color #FFE31C: hue angle of 52.6º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFE31C is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 28 | - |
| CMYK | 0 | 0.11 | 0.89 | 0 |
| HSL | 52.6º | 1% | 0.55% | - |
| HSV(B) | 52.6º | 0.89% | 1% | - |
| XYZ | 68.92 | 76.28 | 12.19 | - |
| YUV | 212.69 | 23.78 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 28 | 0 | 0.11 | 0.89 | 0 | 52.6 | 1 | 0.55 |
| Hex | FF | E3 | 1C | 0 | B | 59 | 0 | 35 | 64 | 37 |
| Octal | 377 | 343 | 34 | 0 | 13 | 131 | 0 | 65 | 144 | 67 |
| Binary | 11111111 | 11100011 | 11100 | 0 | 1011 | 1011001 | 0 | 110101 | 1100100 | 110111 |
Color Harmonies of #FFE31C
Complementary color
Monochromatic Colors of #FFE31C
Black with #FFE31C
Text Example
Text Example
White with #FFE31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE31C; }
p { color: rgb(255,227,28); }
H1.HeaderClassName
{
color: #FFE31C;
}
.AnyTagClassName
{
color: #FFE31C;
}
</style>
background-color css
<style>
a { background-color: #FFE31C; }
a { background-color: rgb(255,227,28); }
div.DivClassName
{
background-color: #FFE31C;
}
.BgClassName
{
background-color: #FFE31C;
}
</style>
border-color css
<style>
span { border-color: #FFE31C; }
span { border-color: rgb(255,227,28); }
td.TdClassName
{
border-color: #FFE31C;
}
.TagClassName
{
border-color: #FFE31C;
}
</style>