Shades of Honeysuckle #ECF960
Tints of Honeysuckle #ECF960
RGB
CMYK
RGB Variations
Color information
#ECF960 (or 0xECF960) is known color: Honeysuckle. HEX triplet: EC, F9 and 60. RGB value is (236,249,96). Sum of RGB (Red+Green+Blue) = 236+249+96=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 96 (37.89% from 255 or 16.52% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF960 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF960 is #13069F. Grayscale: #E4E4E4. Windows color (decimal): -1246880 or 6355436. OLE color: 6355436.
HSL color Cylindrical-coordinate representation of color #ECF960: hue angle of 65.1º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECF960 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 96 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.02 |
| HSL | 65.1º | 0.93% | 0.68% | - |
| HSV(B) | 65.1º | 0.61% | 0.98% | - |
| XYZ | 70.58 | 86.43 | 24.03 | - |
| YUV | 227.67 | 53.69 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 96 | 0.05 | 0 | 0.61 | 0.02 | 65.1 | 0.93 | 0.68 |
| Hex | EC | F9 | 60 | 5 | 0 | 3D | 2 | 41 | 5D | 44 |
| Octal | 354 | 371 | 140 | 5 | 0 | 75 | 2 | 101 | 135 | 104 |
| Binary | 11101100 | 11111001 | 1100000 | 101 | 0 | 111101 | 10 | 1000001 | 1011101 | 1000100 |
Color Harmonies of #ECF960
Complementary color
Monochromatic Colors of #ECF960
Black with #ECF960
Text Example
Text Example
White with #ECF960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF960; }
p { color: rgb(236,249,96); }
H1.HeaderClassName
{
color: #ECF960;
}
.AnyTagClassName
{
color: #ECF960;
}
</style>
background-color css
<style>
a { background-color: #ECF960; }
a { background-color: rgb(236,249,96); }
div.DivClassName
{
background-color: #ECF960;
}
.BgClassName
{
background-color: #ECF960;
}
</style>
border-color css
<style>
span { border-color: #ECF960; }
span { border-color: rgb(236,249,96); }
td.TdClassName
{
border-color: #ECF960;
}
.TagClassName
{
border-color: #ECF960;
}
</style>