Shades of Lemon #ECF312
Tints of Lemon #ECF312
RGB
CMYK
RGB Variations
Color information
#ECF312 (or 0xECF312) is known color: Lemon. HEX triplet: EC, F3 and 12. RGB value is (236,243,18). Sum of RGB (Red+Green+Blue) = 236+243+18=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 18 (7.42% from 255 or 3.62% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF312 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF312 is #130CED. Grayscale: #D8D8D8. Windows color (decimal): -1248494 or 1242092. OLE color: 1242092.
HSL color Cylindrical-coordinate representation of color #ECF312: hue angle of 61.87º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECF312 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 18 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.05 |
| HSL | 61.87º | 0.9% | 0.51% | - |
| HSV(B) | 61.87º | 0.93% | 0.95% | - |
| XYZ | 66.75 | 81.98 | 12.88 | - |
| YUV | 215.26 | 16.68 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 18 | 0.03 | 0 | 0.93 | 0.05 | 61.87 | 0.9 | 0.51 |
| Hex | EC | F3 | 12 | 3 | 0 | 5D | 5 | 3E | 5A | 33 |
| Octal | 354 | 363 | 22 | 3 | 0 | 135 | 5 | 76 | 132 | 63 |
| Binary | 11101100 | 11110011 | 10010 | 11 | 0 | 1011101 | 101 | 111110 | 1011010 | 110011 |
Color Harmonies of #ECF312
Complementary color
Monochromatic Colors of #ECF312
Black with #ECF312
Text Example
Text Example
White with #ECF312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF312; }
p { color: rgb(236,243,18); }
H1.HeaderClassName
{
color: #ECF312;
}
.AnyTagClassName
{
color: #ECF312;
}
</style>
background-color css
<style>
a { background-color: #ECF312; }
a { background-color: rgb(236,243,18); }
div.DivClassName
{
background-color: #ECF312;
}
.BgClassName
{
background-color: #ECF312;
}
</style>
border-color css
<style>
span { border-color: #ECF312; }
span { border-color: rgb(236,243,18); }
td.TdClassName
{
border-color: #ECF312;
}
.TagClassName
{
border-color: #ECF312;
}
</style>