Shades of Lemon #ECF012
Tints of Lemon #ECF012
RGB
CMYK
RGB Variations
Color information
#ECF012 (or 0xECF012) is known color: Lemon. HEX triplet: EC, F0 and 12. RGB value is (236,240,18). Sum of RGB (Red+Green+Blue) = 236+240+18=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 18 (7.42% from 255 or 3.64% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF012 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF012 is #130FED. Grayscale: #D6D6D6. Windows color (decimal): -1249262 or 1241324. OLE color: 1241324.
HSL color Cylindrical-coordinate representation of color #ECF012: hue angle of 61.08º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECF012 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 18 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.06 |
| HSL | 61.08º | 0.88% | 0.51% | - |
| HSV(B) | 61.08º | 0.93% | 0.94% | - |
| XYZ | 65.86 | 80.2 | 12.58 | - |
| YUV | 213.5 | 17.67 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 18 | 0.02 | 0 | 0.92 | 0.06 | 61.08 | 0.88 | 0.51 |
| Hex | EC | F0 | 12 | 2 | 0 | 5C | 6 | 3D | 58 | 33 |
| Octal | 354 | 360 | 22 | 2 | 0 | 134 | 6 | 75 | 130 | 63 |
| Binary | 11101100 | 11110000 | 10010 | 10 | 0 | 1011100 | 110 | 111101 | 1011000 | 110011 |
Color Harmonies of #ECF012
Complementary color
Monochromatic Colors of #ECF012
Black with #ECF012
Text Example
Text Example
White with #ECF012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF012; }
p { color: rgb(236,240,18); }
H1.HeaderClassName
{
color: #ECF012;
}
.AnyTagClassName
{
color: #ECF012;
}
</style>
background-color css
<style>
a { background-color: #ECF012; }
a { background-color: rgb(236,240,18); }
div.DivClassName
{
background-color: #ECF012;
}
.BgClassName
{
background-color: #ECF012;
}
</style>
border-color css
<style>
span { border-color: #ECF012; }
span { border-color: rgb(236,240,18); }
td.TdClassName
{
border-color: #ECF012;
}
.TagClassName
{
border-color: #ECF012;
}
</style>