Shades of Lemon #ECF314
Tints of Lemon #ECF314
RGB
CMYK
RGB Variations
Color information
#ECF314 (or 0xECF314) is known color: Lemon. HEX triplet: EC, F3 and 14. RGB value is (236,243,20). Sum of RGB (Red+Green+Blue) = 236+243+20=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 20 (8.20% from 255 or 4.01% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF314 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF314 is #130CEB. Grayscale: #D8D8D8. Windows color (decimal): -1248492 or 1373164. OLE color: 1373164.
HSL color Cylindrical-coordinate representation of color #ECF314: hue angle of 61.88º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECF314 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 20 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.05 |
| HSL | 61.88º | 0.9% | 0.52% | - |
| HSV(B) | 61.88º | 0.92% | 0.95% | - |
| XYZ | 66.77 | 81.98 | 12.97 | - |
| YUV | 215.49 | 17.68 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 20 | 0.03 | 0 | 0.92 | 0.05 | 61.88 | 0.9 | 0.52 |
| Hex | EC | F3 | 14 | 3 | 0 | 5C | 5 | 3E | 5A | 34 |
| Octal | 354 | 363 | 24 | 3 | 0 | 134 | 5 | 76 | 132 | 64 |
| Binary | 11101100 | 11110011 | 10100 | 11 | 0 | 1011100 | 101 | 111110 | 1011010 | 110100 |
Color Harmonies of #ECF314
Complementary color
Monochromatic Colors of #ECF314
Black with #ECF314
Text Example
Text Example
White with #ECF314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF314; }
p { color: rgb(236,243,20); }
H1.HeaderClassName
{
color: #ECF314;
}
.AnyTagClassName
{
color: #ECF314;
}
</style>
background-color css
<style>
a { background-color: #ECF314; }
a { background-color: rgb(236,243,20); }
div.DivClassName
{
background-color: #ECF314;
}
.BgClassName
{
background-color: #ECF314;
}
</style>
border-color css
<style>
span { border-color: #ECF314; }
span { border-color: rgb(236,243,20); }
td.TdClassName
{
border-color: #ECF314;
}
.TagClassName
{
border-color: #ECF314;
}
</style>