Shades of Lemon #ECF21D
Tints of Lemon #ECF21D
RGB
CMYK
RGB Variations
Color information
#ECF21D (or 0xECF21D) is known color: Lemon. HEX triplet: EC, F2 and 1D. RGB value is (236,242,29). Sum of RGB (Red+Green+Blue) = 236+242+29=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 29 (11.72% from 255 or 5.72% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF21D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF21D is #130DE2. Grayscale: #D8D8D8. Windows color (decimal): -1248739 or 1962732. OLE color: 1962732.
HSL color Cylindrical-coordinate representation of color #ECF21D: hue angle of 61.69º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECF21D is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 29 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.05 |
| HSL | 61.69º | 0.89% | 0.53% | - |
| HSV(B) | 61.69º | 0.88% | 0.95% | - |
| XYZ | 66.57 | 81.43 | 13.37 | - |
| YUV | 215.92 | 22.51 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 29 | 0.02 | 0 | 0.88 | 0.05 | 61.69 | 0.89 | 0.53 |
| Hex | EC | F2 | 1D | 2 | 0 | 58 | 5 | 3E | 59 | 35 |
| Octal | 354 | 362 | 35 | 2 | 0 | 130 | 5 | 76 | 131 | 65 |
| Binary | 11101100 | 11110010 | 11101 | 10 | 0 | 1011000 | 101 | 111110 | 1011001 | 110101 |
Color Harmonies of #ECF21D
Complementary color
Monochromatic Colors of #ECF21D
Black with #ECF21D
Text Example
Text Example
White with #ECF21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF21D; }
p { color: rgb(236,242,29); }
H1.HeaderClassName
{
color: #ECF21D;
}
.AnyTagClassName
{
color: #ECF21D;
}
</style>
background-color css
<style>
a { background-color: #ECF21D; }
a { background-color: rgb(236,242,29); }
div.DivClassName
{
background-color: #ECF21D;
}
.BgClassName
{
background-color: #ECF21D;
}
</style>
border-color css
<style>
span { border-color: #ECF21D; }
span { border-color: rgb(236,242,29); }
td.TdClassName
{
border-color: #ECF21D;
}
.TagClassName
{
border-color: #ECF21D;
}
</style>