Shades of Lemon #ECF612
Tints of Lemon #ECF612
RGB
CMYK
RGB Variations
Color information
#ECF612 (or 0xECF612) is known color: Lemon. HEX triplet: EC, F6 and 12. RGB value is (236,246,18). Sum of RGB (Red+Green+Blue) = 236+246+18=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 18 (7.42% from 255 or 3.6% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF612 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF612 is #1309ED. Grayscale: #D9D9D9. Windows color (decimal): -1247726 or 1242860. OLE color: 1242860.
HSL color Cylindrical-coordinate representation of color #ECF612: hue angle of 62.63º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECF612 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 246 | 18 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.04 |
| HSL | 62.63º | 0.93% | 0.52% | - |
| HSV(B) | 62.63º | 0.93% | 0.96% | - |
| XYZ | 67.66 | 83.79 | 13.18 | - |
| YUV | 217.02 | 15.69 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 246 | 18 | 0.04 | 0 | 0.93 | 0.04 | 62.63 | 0.93 | 0.52 |
| Hex | EC | F6 | 12 | 4 | 0 | 5D | 4 | 3F | 5D | 34 |
| Octal | 354 | 366 | 22 | 4 | 0 | 135 | 4 | 77 | 135 | 64 |
| Binary | 11101100 | 11110110 | 10010 | 100 | 0 | 1011101 | 100 | 111111 | 1011101 | 110100 |
Color Harmonies of #ECF612
Complementary color
Monochromatic Colors of #ECF612
Black with #ECF612
Text Example
Text Example
White with #ECF612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF612; }
p { color: rgb(236,246,18); }
H1.HeaderClassName
{
color: #ECF612;
}
.AnyTagClassName
{
color: #ECF612;
}
</style>
background-color css
<style>
a { background-color: #ECF612; }
a { background-color: rgb(236,246,18); }
div.DivClassName
{
background-color: #ECF612;
}
.BgClassName
{
background-color: #ECF612;
}
</style>
border-color css
<style>
span { border-color: #ECF612; }
span { border-color: rgb(236,246,18); }
td.TdClassName
{
border-color: #ECF612;
}
.TagClassName
{
border-color: #ECF612;
}
</style>