Shades of Lemon #FFE40C
Tints of Lemon #FFE40C
RGB
CMYK
RGB Variations
Color information
#FFE40C (or 0xFFE40C) is known color: Lemon. HEX triplet: FF, E4 and 0C. RGB value is (255,228,12). Sum of RGB (Red+Green+Blue) = 255+228+12=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 12 (5.08% from 255 or 2.42% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE40C is #001BF3. Grayscale: #D4D4D4. Windows color (decimal): -7156 or 845055. OLE color: 845055.
HSL color Cylindrical-coordinate representation of color #FFE40C: hue angle of 53.33º 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 #FFE40C is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 12 | - |
| CMYK | 0 | 0.11 | 0.95 | 0 |
| HSL | 53.33º | 1% | 0.52% | - |
| HSV(B) | 53.33º | 0.95% | 1% | - |
| XYZ | 69.05 | 76.77 | 11.53 | - |
| YUV | 211.45 | 15.45 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 12 | 0 | 0.11 | 0.95 | 0 | 53.33 | 1 | 0.52 |
| Hex | FF | E4 | C | 0 | B | 5F | 0 | 35 | 64 | 34 |
| Octal | 377 | 344 | 14 | 0 | 13 | 137 | 0 | 65 | 144 | 64 |
| Binary | 11111111 | 11100100 | 1100 | 0 | 1011 | 1011111 | 0 | 110101 | 1100100 | 110100 |
Color Harmonies of #FFE40C
Complementary color
Monochromatic Colors of #FFE40C
Black with #FFE40C
Text Example
Text Example
White with #FFE40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE40C; }
p { color: rgb(255,228,12); }
H1.HeaderClassName
{
color: #FFE40C;
}
.AnyTagClassName
{
color: #FFE40C;
}
</style>
background-color css
<style>
a { background-color: #FFE40C; }
a { background-color: rgb(255,228,12); }
div.DivClassName
{
background-color: #FFE40C;
}
.BgClassName
{
background-color: #FFE40C;
}
</style>
border-color css
<style>
span { border-color: #FFE40C; }
span { border-color: rgb(255,228,12); }
td.TdClassName
{
border-color: #FFE40C;
}
.TagClassName
{
border-color: #FFE40C;
}
</style>