Shades of Lemon #ECF10A
Tints of Lemon #ECF10A
RGB
CMYK
RGB Variations
Color information
#ECF10A (or 0xECF10A) is known color: Lemon. HEX triplet: EC, F1 and 0A. RGB value is (236,241,10). Sum of RGB (Red+Green+Blue) = 236+241+10=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 10 (4.30% from 255 or 2.05% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF10A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF10A is #130EF5. Grayscale: #D6D6D6. Windows color (decimal): -1249014 or 717292. OLE color: 717292.
HSL color Cylindrical-coordinate representation of color #ECF10A: hue angle of 61.3º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ECF10A is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 10 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.05 |
| HSL | 61.3º | 0.92% | 0.49% | - |
| HSV(B) | 61.3º | 0.96% | 0.95% | - |
| XYZ | 66.1 | 80.77 | 12.39 | - |
| YUV | 213.17 | 13.34 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 10 | 0.02 | 0 | 0.96 | 0.05 | 61.3 | 0.92 | 0.49 |
| Hex | EC | F1 | A | 2 | 0 | 60 | 5 | 3D | 5C | 31 |
| Octal | 354 | 361 | 12 | 2 | 0 | 140 | 5 | 75 | 134 | 61 |
| Binary | 11101100 | 11110001 | 1010 | 10 | 0 | 1100000 | 101 | 111101 | 1011100 | 110001 |
Color Harmonies of #ECF10A
Complementary color
Monochromatic Colors of #ECF10A
Black with #ECF10A
Text Example
Text Example
White with #ECF10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF10A; }
p { color: rgb(236,241,10); }
H1.HeaderClassName
{
color: #ECF10A;
}
.AnyTagClassName
{
color: #ECF10A;
}
</style>
background-color css
<style>
a { background-color: #ECF10A; }
a { background-color: rgb(236,241,10); }
div.DivClassName
{
background-color: #ECF10A;
}
.BgClassName
{
background-color: #ECF10A;
}
</style>
border-color css
<style>
span { border-color: #ECF10A; }
span { border-color: rgb(236,241,10); }
td.TdClassName
{
border-color: #ECF10A;
}
.TagClassName
{
border-color: #ECF10A;
}
</style>