Shades of Lemon #FFEC0C
Tints of Lemon #FFEC0C
RGB
CMYK
RGB Variations
Color information
#FFEC0C (or 0xFFEC0C) is known color: Lemon. HEX triplet: FF, EC and 0C. RGB value is (255,236,12). Sum of RGB (Red+Green+Blue) = 255+236+12=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 12 (5.08% from 255 or 2.39% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEC0C is #0013F3. Grayscale: #D9D9D9. Windows color (decimal): -5108 or 847103. OLE color: 847103.
HSL color Cylindrical-coordinate representation of color #FFEC0C: hue angle of 55.31º 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 #FFEC0C is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 12 | - |
| CMYK | 0 | 0.07 | 0.95 | 0 |
| HSL | 55.31º | 1% | 0.52% | - |
| HSV(B) | 55.31º | 0.95% | 1% | - |
| XYZ | 71.3 | 81.28 | 12.28 | - |
| YUV | 216.15 | 12.79 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 12 | 0 | 0.07 | 0.95 | 0 | 55.31 | 1 | 0.52 |
| Hex | FF | EC | C | 0 | 7 | 5F | 0 | 37 | 64 | 34 |
| Octal | 377 | 354 | 14 | 0 | 7 | 137 | 0 | 67 | 144 | 64 |
| Binary | 11111111 | 11101100 | 1100 | 0 | 111 | 1011111 | 0 | 110111 | 1100100 | 110100 |
Color Harmonies of #FFEC0C
Complementary color
Monochromatic Colors of #FFEC0C
Black with #FFEC0C
Text Example
Text Example
White with #FFEC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC0C; }
p { color: rgb(255,236,12); }
H1.HeaderClassName
{
color: #FFEC0C;
}
.AnyTagClassName
{
color: #FFEC0C;
}
</style>
background-color css
<style>
a { background-color: #FFEC0C; }
a { background-color: rgb(255,236,12); }
div.DivClassName
{
background-color: #FFEC0C;
}
.BgClassName
{
background-color: #FFEC0C;
}
</style>
border-color css
<style>
span { border-color: #FFEC0C; }
span { border-color: rgb(255,236,12); }
td.TdClassName
{
border-color: #FFEC0C;
}
.TagClassName
{
border-color: #FFEC0C;
}
</style>