Shades of Lemon #ECF61C
Tints of Lemon #ECF61C
RGB
CMYK
RGB Variations
Color information
#ECF61C (or 0xECF61C) is known color: Lemon. HEX triplet: EC, F6 and 1C. RGB value is (236,246,28). Sum of RGB (Red+Green+Blue) = 236+246+28=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 28 (11.33% from 255 or 5.49% from 510); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF61C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF61C is #1309E3. Grayscale: #DBDBDB. Windows color (decimal): -1247716 or 1898220. OLE color: 1898220.
HSL color Cylindrical-coordinate representation of color #ECF61C: hue angle of 62.75º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECF61C is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 246 | 28 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.04 |
| HSL | 62.75º | 0.92% | 0.54% | - |
| HSV(B) | 62.75º | 0.89% | 0.96% | - |
| XYZ | 67.76 | 83.83 | 13.71 | - |
| YUV | 218.16 | 20.69 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 246 | 28 | 0.04 | 0 | 0.89 | 0.04 | 62.75 | 0.92 | 0.54 |
| Hex | EC | F6 | 1C | 4 | 0 | 59 | 4 | 3F | 5C | 36 |
| Octal | 354 | 366 | 34 | 4 | 0 | 131 | 4 | 77 | 134 | 66 |
| Binary | 11101100 | 11110110 | 11100 | 100 | 0 | 1011001 | 100 | 111111 | 1011100 | 110110 |
Color Harmonies of #ECF61C
Complementary color
Monochromatic Colors of #ECF61C
Black with #ECF61C
Text Example
Text Example
White with #ECF61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF61C; }
p { color: rgb(236,246,28); }
H1.HeaderClassName
{
color: #ECF61C;
}
.AnyTagClassName
{
color: #ECF61C;
}
</style>
background-color css
<style>
a { background-color: #ECF61C; }
a { background-color: rgb(236,246,28); }
div.DivClassName
{
background-color: #ECF61C;
}
.BgClassName
{
background-color: #ECF61C;
}
</style>
border-color css
<style>
span { border-color: #ECF61C; }
span { border-color: rgb(236,246,28); }
td.TdClassName
{
border-color: #ECF61C;
}
.TagClassName
{
border-color: #ECF61C;
}
</style>