Shades of Honeysuckle #ECF870
Tints of Honeysuckle #ECF870
RGB
CMYK
RGB Variations
Color information
#ECF870 (or 0xECF870) is known color: Honeysuckle. HEX triplet: EC, F8 and 70. RGB value is (236,248,112). Sum of RGB (Red+Green+Blue) = 236+248+112=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 248 (97.27% from 255 or 41.61% from 596); Blue value is 112 (44.14% from 255 or 18.79% from 596); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF870 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF870 is #13078F. Grayscale: #E5E5E5. Windows color (decimal): -1247120 or 7403756. OLE color: 7403756.
HSL color Cylindrical-coordinate representation of color #ECF870: hue angle of 65.29º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ECF870 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 112 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.03 |
| HSL | 65.29º | 0.91% | 0.71% | - |
| HSV(B) | 65.29º | 0.55% | 0.97% | - |
| XYZ | 71.08 | 86.14 | 28.21 | - |
| YUV | 228.91 | 62.02 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 112 | 0.05 | 0 | 0.55 | 0.03 | 65.29 | 0.91 | 0.71 |
| Hex | EC | F8 | 70 | 5 | 0 | 37 | 3 | 41 | 5B | 47 |
| Octal | 354 | 370 | 160 | 5 | 0 | 67 | 3 | 101 | 133 | 107 |
| Binary | 11101100 | 11111000 | 1110000 | 101 | 0 | 110111 | 11 | 1000001 | 1011011 | 1000111 |
Color Harmonies of #ECF870
Complementary color
Monochromatic Colors of #ECF870
Black with #ECF870
Text Example
Text Example
White with #ECF870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF870; }
p { color: rgb(236,248,112); }
H1.HeaderClassName
{
color: #ECF870;
}
.AnyTagClassName
{
color: #ECF870;
}
</style>
background-color css
<style>
a { background-color: #ECF870; }
a { background-color: rgb(236,248,112); }
div.DivClassName
{
background-color: #ECF870;
}
.BgClassName
{
background-color: #ECF870;
}
</style>
border-color css
<style>
span { border-color: #ECF870; }
span { border-color: rgb(236,248,112); }
td.TdClassName
{
border-color: #ECF870;
}
.TagClassName
{
border-color: #ECF870;
}
</style>