Shades of Lemon #ECF015
Tints of Lemon #ECF015
RGB
CMYK
RGB Variations
Color information
#ECF015 (or 0xECF015) is known color: Lemon. HEX triplet: EC, F0 and 15. RGB value is (236,240,21). Sum of RGB (Red+Green+Blue) = 236+240+21=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 21 (8.59% from 255 or 4.23% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF015 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF015 is #130FEA. Grayscale: #D6D6D6. Windows color (decimal): -1249259 or 1437932. OLE color: 1437932.
HSL color Cylindrical-coordinate representation of color #ECF015: hue angle of 61.1º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECF015 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 21 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.06 |
| HSL | 61.1º | 0.88% | 0.51% | - |
| HSV(B) | 61.1º | 0.91% | 0.94% | - |
| XYZ | 65.89 | 80.21 | 12.72 | - |
| YUV | 213.84 | 19.17 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 21 | 0.02 | 0 | 0.91 | 0.06 | 61.1 | 0.88 | 0.51 |
| Hex | EC | F0 | 15 | 2 | 0 | 5B | 6 | 3D | 58 | 33 |
| Octal | 354 | 360 | 25 | 2 | 0 | 133 | 6 | 75 | 130 | 63 |
| Binary | 11101100 | 11110000 | 10101 | 10 | 0 | 1011011 | 110 | 111101 | 1011000 | 110011 |
Color Harmonies of #ECF015
Complementary color
Monochromatic Colors of #ECF015
Black with #ECF015
Text Example
Text Example
White with #ECF015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF015; }
p { color: rgb(236,240,21); }
H1.HeaderClassName
{
color: #ECF015;
}
.AnyTagClassName
{
color: #ECF015;
}
</style>
background-color css
<style>
a { background-color: #ECF015; }
a { background-color: rgb(236,240,21); }
div.DivClassName
{
background-color: #ECF015;
}
.BgClassName
{
background-color: #ECF015;
}
</style>
border-color css
<style>
span { border-color: #ECF015; }
span { border-color: rgb(236,240,21); }
td.TdClassName
{
border-color: #ECF015;
}
.TagClassName
{
border-color: #ECF015;
}
</style>