Shades of Lemon #ECF21C
Tints of Lemon #ECF21C
RGB
CMYK
RGB Variations
Color information
#ECF21C (or 0xECF21C) is known color: Lemon. HEX triplet: EC, F2 and 1C. RGB value is (236,242,28). Sum of RGB (Red+Green+Blue) = 236+242+28=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 28 (11.33% from 255 or 5.53% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF21C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF21C is #130DE3. Grayscale: #D8D8D8. Windows color (decimal): -1248740 or 1897196. OLE color: 1897196.
HSL color Cylindrical-coordinate representation of color #ECF21C: hue angle of 61.68º 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 #ECF21C is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 28 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.05 |
| HSL | 61.68º | 0.89% | 0.53% | - |
| HSV(B) | 61.68º | 0.88% | 0.95% | - |
| XYZ | 66.55 | 81.42 | 13.31 | - |
| YUV | 215.81 | 22.01 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 28 | 0.02 | 0 | 0.88 | 0.05 | 61.68 | 0.89 | 0.53 |
| Hex | EC | F2 | 1C | 2 | 0 | 58 | 5 | 3E | 59 | 35 |
| Octal | 354 | 362 | 34 | 2 | 0 | 130 | 5 | 76 | 131 | 65 |
| Binary | 11101100 | 11110010 | 11100 | 10 | 0 | 1011000 | 101 | 111110 | 1011001 | 110101 |
Color Harmonies of #ECF21C
Complementary color
Monochromatic Colors of #ECF21C
Black with #ECF21C
Text Example
Text Example
White with #ECF21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF21C; }
p { color: rgb(236,242,28); }
H1.HeaderClassName
{
color: #ECF21C;
}
.AnyTagClassName
{
color: #ECF21C;
}
</style>
background-color css
<style>
a { background-color: #ECF21C; }
a { background-color: rgb(236,242,28); }
div.DivClassName
{
background-color: #ECF21C;
}
.BgClassName
{
background-color: #ECF21C;
}
</style>
border-color css
<style>
span { border-color: #ECF21C; }
span { border-color: rgb(236,242,28); }
td.TdClassName
{
border-color: #ECF21C;
}
.TagClassName
{
border-color: #ECF21C;
}
</style>