Shades of Lemon #FFEC0E
Tints of Lemon #FFEC0E
RGB
CMYK
RGB Variations
Color information
#FFEC0E (or 0xFFEC0E) is known color: Lemon. HEX triplet: FF, EC and 0E. RGB value is (255,236,14). Sum of RGB (Red+Green+Blue) = 255+236+14=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 14 (5.86% from 255 or 2.77% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEC0E is #0013F1. Grayscale: #D9D9D9. Windows color (decimal): -5106 or 978175. OLE color: 978175.
HSL color Cylindrical-coordinate representation of color #FFEC0E: hue angle of 55.27º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFEC0E is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 14 | - |
| CMYK | 0 | 0.07 | 0.95 | 0 |
| HSL | 55.27º | 1% | 0.53% | - |
| HSV(B) | 55.27º | 0.95% | 1% | - |
| XYZ | 71.31 | 81.28 | 12.35 | - |
| YUV | 216.37 | 13.79 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 14 | 0 | 0.07 | 0.95 | 0 | 55.27 | 1 | 0.53 |
| Hex | FF | EC | E | 0 | 7 | 5F | 0 | 37 | 64 | 35 |
| Octal | 377 | 354 | 16 | 0 | 7 | 137 | 0 | 67 | 144 | 65 |
| Binary | 11111111 | 11101100 | 1110 | 0 | 111 | 1011111 | 0 | 110111 | 1100100 | 110101 |
Color Harmonies of #FFEC0E
Complementary color
Monochromatic Colors of #FFEC0E
Black with #FFEC0E
Text Example
Text Example
White with #FFEC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC0E; }
p { color: rgb(255,236,14); }
H1.HeaderClassName
{
color: #FFEC0E;
}
.AnyTagClassName
{
color: #FFEC0E;
}
</style>
background-color css
<style>
a { background-color: #FFEC0E; }
a { background-color: rgb(255,236,14); }
div.DivClassName
{
background-color: #FFEC0E;
}
.BgClassName
{
background-color: #FFEC0E;
}
</style>
border-color css
<style>
span { border-color: #FFEC0E; }
span { border-color: rgb(255,236,14); }
td.TdClassName
{
border-color: #FFEC0E;
}
.TagClassName
{
border-color: #FFEC0E;
}
</style>