Shades of Lemon #ECF621
Tints of Lemon #ECF621
RGB
CMYK
RGB Variations
Color information
#ECF621 (or 0xECF621) is known color: Lemon. HEX triplet: EC, F6 and 21. RGB value is (236,246,33). Sum of RGB (Red+Green+Blue) = 236+246+33=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 246 (96.48% from 255 or 47.77% from 515); Blue value is 33 (13.28% from 255 or 6.41% from 515); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF621 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF621 is #1309DE. Grayscale: #DBDBDB. Windows color (decimal): -1247711 or 2225900. OLE color: 2225900.
HSL color Cylindrical-coordinate representation of color #ECF621: hue angle of 62.82º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECF621 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 246 | 33 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.04 |
| HSL | 62.82º | 0.92% | 0.55% | - |
| HSV(B) | 62.82º | 0.87% | 0.96% | - |
| XYZ | 67.82 | 83.85 | 14.05 | - |
| YUV | 218.73 | 23.19 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 246 | 33 | 0.04 | 0 | 0.87 | 0.04 | 62.82 | 0.92 | 0.55 |
| Hex | EC | F6 | 21 | 4 | 0 | 57 | 4 | 3F | 5C | 37 |
| Octal | 354 | 366 | 41 | 4 | 0 | 127 | 4 | 77 | 134 | 67 |
| Binary | 11101100 | 11110110 | 100001 | 100 | 0 | 1010111 | 100 | 111111 | 1011100 | 110111 |
Color Harmonies of #ECF621
Complementary color
Monochromatic Colors of #ECF621
Black with #ECF621
Text Example
Text Example
White with #ECF621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF621; }
p { color: rgb(236,246,33); }
H1.HeaderClassName
{
color: #ECF621;
}
.AnyTagClassName
{
color: #ECF621;
}
</style>
background-color css
<style>
a { background-color: #ECF621; }
a { background-color: rgb(236,246,33); }
div.DivClassName
{
background-color: #ECF621;
}
.BgClassName
{
background-color: #ECF621;
}
</style>
border-color css
<style>
span { border-color: #ECF621; }
span { border-color: rgb(236,246,33); }
td.TdClassName
{
border-color: #ECF621;
}
.TagClassName
{
border-color: #ECF621;
}
</style>