Shades of Lemon #ECF512
Tints of Lemon #ECF512
RGB
CMYK
RGB Variations
Color information
#ECF512 (or 0xECF512) is known color: Lemon. HEX triplet: EC, F5 and 12. RGB value is (236,245,18). Sum of RGB (Red+Green+Blue) = 236+245+18=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 18 (7.42% from 255 or 3.61% from 499); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF512 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF512 is #130AED. Grayscale: #D9D9D9. Windows color (decimal): -1247982 or 1242604. OLE color: 1242604.
HSL color Cylindrical-coordinate representation of color #ECF512: hue angle of 62.38º degrees, saturation: 0.92, 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 #ECF512 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 18 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.04 |
| HSL | 62.38º | 0.92% | 0.52% | - |
| HSV(B) | 62.38º | 0.93% | 0.96% | - |
| XYZ | 67.35 | 83.18 | 13.08 | - |
| YUV | 216.43 | 16.02 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 18 | 0.04 | 0 | 0.93 | 0.04 | 62.38 | 0.92 | 0.52 |
| Hex | EC | F5 | 12 | 4 | 0 | 5D | 4 | 3E | 5C | 34 |
| Octal | 354 | 365 | 22 | 4 | 0 | 135 | 4 | 76 | 134 | 64 |
| Binary | 11101100 | 11110101 | 10010 | 100 | 0 | 1011101 | 100 | 111110 | 1011100 | 110100 |
Color Harmonies of #ECF512
Complementary color
Monochromatic Colors of #ECF512
Black with #ECF512
Text Example
Text Example
White with #ECF512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF512; }
p { color: rgb(236,245,18); }
H1.HeaderClassName
{
color: #ECF512;
}
.AnyTagClassName
{
color: #ECF512;
}
</style>
background-color css
<style>
a { background-color: #ECF512; }
a { background-color: rgb(236,245,18); }
div.DivClassName
{
background-color: #ECF512;
}
.BgClassName
{
background-color: #ECF512;
}
</style>
border-color css
<style>
span { border-color: #ECF512; }
span { border-color: rgb(236,245,18); }
td.TdClassName
{
border-color: #ECF512;
}
.TagClassName
{
border-color: #ECF512;
}
</style>