Shades of Lemon #FFEC1C
Tints of Lemon #FFEC1C
RGB
CMYK
RGB Variations
Color information
#FFEC1C (or 0xFFEC1C) is known color: Lemon. HEX triplet: FF, EC and 1C. RGB value is (255,236,28). Sum of RGB (Red+Green+Blue) = 255+236+28=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 28 (11.33% from 255 or 5.39% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEC1C is #0013E3. Grayscale: #DADADA. Windows color (decimal): -5092 or 1895679. OLE color: 1895679.
HSL color Cylindrical-coordinate representation of color #FFEC1C: hue angle of 54.98º 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 #FFEC1C is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 28 | - |
| CMYK | 0 | 0.07 | 0.89 | 0 |
| HSL | 54.98º | 1% | 0.55% | - |
| HSV(B) | 54.98º | 0.89% | 1% | - |
| XYZ | 71.45 | 81.33 | 13.03 | - |
| YUV | 217.97 | 20.79 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 28 | 0 | 0.07 | 0.89 | 0 | 54.98 | 1 | 0.55 |
| Hex | FF | EC | 1C | 0 | 7 | 59 | 0 | 37 | 64 | 37 |
| Octal | 377 | 354 | 34 | 0 | 7 | 131 | 0 | 67 | 144 | 67 |
| Binary | 11111111 | 11101100 | 11100 | 0 | 111 | 1011001 | 0 | 110111 | 1100100 | 110111 |
Color Harmonies of #FFEC1C
Complementary color
Monochromatic Colors of #FFEC1C
Black with #FFEC1C
Text Example
Text Example
White with #FFEC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC1C; }
p { color: rgb(255,236,28); }
H1.HeaderClassName
{
color: #FFEC1C;
}
.AnyTagClassName
{
color: #FFEC1C;
}
</style>
background-color css
<style>
a { background-color: #FFEC1C; }
a { background-color: rgb(255,236,28); }
div.DivClassName
{
background-color: #FFEC1C;
}
.BgClassName
{
background-color: #FFEC1C;
}
</style>
border-color css
<style>
span { border-color: #FFEC1C; }
span { border-color: rgb(255,236,28); }
td.TdClassName
{
border-color: #FFEC1C;
}
.TagClassName
{
border-color: #FFEC1C;
}
</style>