Shades of Lemon #FFE50C
Tints of Lemon #FFE50C
RGB
CMYK
RGB Variations
Color information
#FFE50C (or 0xFFE50C) is known color: Lemon. HEX triplet: FF, E5 and 0C. RGB value is (255,229,12). Sum of RGB (Red+Green+Blue) = 255+229+12=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 12 (5.08% from 255 or 2.42% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE50C is #001AF3. Grayscale: #D4D4D4. Windows color (decimal): -6900 or 845311. OLE color: 845311.
HSL color Cylindrical-coordinate representation of color #FFE50C: hue angle of 53.58º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFE50C is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 12 | - |
| CMYK | 0 | 0.10 | 0.95 | 0 |
| HSL | 53.58º | 1% | 0.52% | - |
| HSV(B) | 53.58º | 0.95% | 1% | - |
| XYZ | 69.33 | 77.33 | 11.62 | - |
| YUV | 212.04 | 15.11 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 12 | 0 | 0.10 | 0.95 | 0 | 53.58 | 1 | 0.52 |
| Hex | FF | E5 | C | 0 | A | 5F | 0 | 36 | 64 | 34 |
| Octal | 377 | 345 | 14 | 0 | 12 | 137 | 0 | 66 | 144 | 64 |
| Binary | 11111111 | 11100101 | 1100 | 0 | 1010 | 1011111 | 0 | 110110 | 1100100 | 110100 |
Color Harmonies of #FFE50C
Complementary color
Monochromatic Colors of #FFE50C
Black with #FFE50C
Text Example
Text Example
White with #FFE50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE50C; }
p { color: rgb(255,229,12); }
H1.HeaderClassName
{
color: #FFE50C;
}
.AnyTagClassName
{
color: #FFE50C;
}
</style>
background-color css
<style>
a { background-color: #FFE50C; }
a { background-color: rgb(255,229,12); }
div.DivClassName
{
background-color: #FFE50C;
}
.BgClassName
{
background-color: #FFE50C;
}
</style>
border-color css
<style>
span { border-color: #FFE50C; }
span { border-color: rgb(255,229,12); }
td.TdClassName
{
border-color: #FFE50C;
}
.TagClassName
{
border-color: #FFE50C;
}
</style>