Shades of Honeysuckle #ECF070
Tints of Honeysuckle #ECF070
RGB
CMYK
RGB Variations
Color information
#ECF070 (or 0xECF070) is known color: Honeysuckle. HEX triplet: EC, F0 and 70. RGB value is (236,240,112). Sum of RGB (Red+Green+Blue) = 236+240+112=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 112 (44.14% from 255 or 19.05% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF070 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF070 is #130F8F. Grayscale: #E0E0E0. Windows color (decimal): -1249168 or 7401708. OLE color: 7401708.
HSL color Cylindrical-coordinate representation of color #ECF070: hue angle of 61.88º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECF070 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 112 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.06 |
| HSL | 61.88º | 0.81% | 0.69% | - |
| HSV(B) | 61.88º | 0.53% | 0.94% | - |
| XYZ | 68.68 | 81.32 | 27.41 | - |
| YUV | 224.21 | 64.67 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 112 | 0.02 | 0 | 0.53 | 0.06 | 61.88 | 0.81 | 0.69 |
| Hex | EC | F0 | 70 | 2 | 0 | 35 | 6 | 3E | 51 | 45 |
| Octal | 354 | 360 | 160 | 2 | 0 | 65 | 6 | 76 | 121 | 105 |
| Binary | 11101100 | 11110000 | 1110000 | 10 | 0 | 110101 | 110 | 111110 | 1010001 | 1000101 |
Color Harmonies of #ECF070
Complementary color
Monochromatic Colors of #ECF070
Black with #ECF070
Text Example
Text Example
White with #ECF070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF070; }
p { color: rgb(236,240,112); }
H1.HeaderClassName
{
color: #ECF070;
}
.AnyTagClassName
{
color: #ECF070;
}
</style>
background-color css
<style>
a { background-color: #ECF070; }
a { background-color: rgb(236,240,112); }
div.DivClassName
{
background-color: #ECF070;
}
.BgClassName
{
background-color: #ECF070;
}
</style>
border-color css
<style>
span { border-color: #ECF070; }
span { border-color: rgb(236,240,112); }
td.TdClassName
{
border-color: #ECF070;
}
.TagClassName
{
border-color: #ECF070;
}
</style>