Shades of Lemon #ECF10C
Tints of Lemon #ECF10C
RGB
CMYK
RGB Variations
Color information
#ECF10C (or 0xECF10C) is known color: Lemon. HEX triplet: EC, F1 and 0C. RGB value is (236,241,12). Sum of RGB (Red+Green+Blue) = 236+241+12=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 12 (5.08% from 255 or 2.45% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF10C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF10C is #130EF3. Grayscale: #D6D6D6. Windows color (decimal): -1249012 or 848364. OLE color: 848364.
HSL color Cylindrical-coordinate representation of color #ECF10C: hue angle of 61.31º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECF10C is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 12 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.05 |
| HSL | 61.31º | 0.91% | 0.5% | - |
| HSV(B) | 61.31º | 0.95% | 0.95% | - |
| XYZ | 66.11 | 80.77 | 12.45 | - |
| YUV | 213.4 | 14.34 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 12 | 0.02 | 0 | 0.95 | 0.05 | 61.31 | 0.91 | 0.5 |
| Hex | EC | F1 | C | 2 | 0 | 5F | 5 | 3D | 5B | 32 |
| Octal | 354 | 361 | 14 | 2 | 0 | 137 | 5 | 75 | 133 | 62 |
| Binary | 11101100 | 11110001 | 1100 | 10 | 0 | 1011111 | 101 | 111101 | 1011011 | 110010 |
Color Harmonies of #ECF10C
Complementary color
Monochromatic Colors of #ECF10C
Black with #ECF10C
Text Example
Text Example
White with #ECF10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF10C; }
p { color: rgb(236,241,12); }
H1.HeaderClassName
{
color: #ECF10C;
}
.AnyTagClassName
{
color: #ECF10C;
}
</style>
background-color css
<style>
a { background-color: #ECF10C; }
a { background-color: rgb(236,241,12); }
div.DivClassName
{
background-color: #ECF10C;
}
.BgClassName
{
background-color: #ECF10C;
}
</style>
border-color css
<style>
span { border-color: #ECF10C; }
span { border-color: rgb(236,241,12); }
td.TdClassName
{
border-color: #ECF10C;
}
.TagClassName
{
border-color: #ECF10C;
}
</style>