Shades of Honeysuckle #ECF970
Tints of Honeysuckle #ECF970
RGB
CMYK
RGB Variations
Color information
#ECF970 (or 0xECF970) is known color: Honeysuckle. HEX triplet: EC, F9 and 70. RGB value is (236,249,112). Sum of RGB (Red+Green+Blue) = 236+249+112=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 249 (97.66% from 255 or 41.71% from 597); Blue value is 112 (44.14% from 255 or 18.76% from 597); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF970 is #13068F. Grayscale: #E6E6E6. Windows color (decimal): -1246864 or 7404012. OLE color: 7404012.
HSL color Cylindrical-coordinate representation of color #ECF970: hue angle of 65.69º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ECF970 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 112 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.02 |
| HSL | 65.69º | 0.92% | 0.71% | - |
| HSV(B) | 65.69º | 0.55% | 0.98% | - |
| XYZ | 71.39 | 86.75 | 28.31 | - |
| YUV | 229.5 | 61.69 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 112 | 0.05 | 0 | 0.55 | 0.02 | 65.69 | 0.92 | 0.71 |
| Hex | EC | F9 | 70 | 5 | 0 | 37 | 2 | 42 | 5C | 47 |
| Octal | 354 | 371 | 160 | 5 | 0 | 67 | 2 | 102 | 134 | 107 |
| Binary | 11101100 | 11111001 | 1110000 | 101 | 0 | 110111 | 10 | 1000010 | 1011100 | 1000111 |
Color Harmonies of #ECF970
Complementary color
Monochromatic Colors of #ECF970
Black with #ECF970
Text Example
Text Example
White with #ECF970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF970; }
p { color: rgb(236,249,112); }
H1.HeaderClassName
{
color: #ECF970;
}
.AnyTagClassName
{
color: #ECF970;
}
</style>
background-color css
<style>
a { background-color: #ECF970; }
a { background-color: rgb(236,249,112); }
div.DivClassName
{
background-color: #ECF970;
}
.BgClassName
{
background-color: #ECF970;
}
</style>
border-color css
<style>
span { border-color: #ECF970; }
span { border-color: rgb(236,249,112); }
td.TdClassName
{
border-color: #ECF970;
}
.TagClassName
{
border-color: #ECF970;
}
</style>