Shades of Honeysuckle #ECF560
Tints of Honeysuckle #ECF560
RGB
CMYK
RGB Variations
Color information
#ECF560 (or 0xECF560) is known color: Honeysuckle. HEX triplet: EC, F5 and 60. RGB value is (236,245,96). Sum of RGB (Red+Green+Blue) = 236+245+96=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 245 (96.09% from 255 or 42.46% from 577); Blue value is 96 (37.89% from 255 or 16.64% from 577); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF560 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF560 is #130A9F. Grayscale: #E1E1E1. Windows color (decimal): -1247904 or 6354412. OLE color: 6354412.
HSL color Cylindrical-coordinate representation of color #ECF560: hue angle of 63.62º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECF560 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 96 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.04 |
| HSL | 63.62º | 0.88% | 0.67% | - |
| HSV(B) | 63.62º | 0.61% | 0.96% | - |
| XYZ | 69.36 | 83.98 | 23.62 | - |
| YUV | 225.32 | 55.02 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 96 | 0.04 | 0 | 0.61 | 0.04 | 63.62 | 0.88 | 0.67 |
| Hex | EC | F5 | 60 | 4 | 0 | 3D | 4 | 40 | 58 | 43 |
| Octal | 354 | 365 | 140 | 4 | 0 | 75 | 4 | 100 | 130 | 103 |
| Binary | 11101100 | 11110101 | 1100000 | 100 | 0 | 111101 | 100 | 1000000 | 1011000 | 1000011 |
Color Harmonies of #ECF560
Complementary color
Monochromatic Colors of #ECF560
Black with #ECF560
Text Example
Text Example
White with #ECF560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF560; }
p { color: rgb(236,245,96); }
H1.HeaderClassName
{
color: #ECF560;
}
.AnyTagClassName
{
color: #ECF560;
}
</style>
background-color css
<style>
a { background-color: #ECF560; }
a { background-color: rgb(236,245,96); }
div.DivClassName
{
background-color: #ECF560;
}
.BgClassName
{
background-color: #ECF560;
}
</style>
border-color css
<style>
span { border-color: #ECF560; }
span { border-color: rgb(236,245,96); }
td.TdClassName
{
border-color: #ECF560;
}
.TagClassName
{
border-color: #ECF560;
}
</style>