Shades of Honeysuckle #ECF572
Tints of Honeysuckle #ECF572
RGB
CMYK
RGB Variations
Color information
#ECF572 (or 0xECF572) is known color: Honeysuckle. HEX triplet: EC, F5 and 72. RGB value is (236,245,114). Sum of RGB (Red+Green+Blue) = 236+245+114=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 245 (96.09% from 255 or 41.18% from 595); Blue value is 114 (44.92% from 255 or 19.16% from 595); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF572 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF572 is #130A8D. Grayscale: #E3E3E3. Windows color (decimal): -1247886 or 7534060. OLE color: 7534060.
HSL color Cylindrical-coordinate representation of color #ECF572: hue angle of 64.12º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECF572 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 114 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.04 |
| HSL | 64.12º | 0.87% | 0.7% | - |
| HSV(B) | 64.12º | 0.53% | 0.96% | - |
| XYZ | 70.28 | 84.35 | 28.5 | - |
| YUV | 227.38 | 64.02 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 114 | 0.04 | 0 | 0.53 | 0.04 | 64.12 | 0.87 | 0.7 |
| Hex | EC | F5 | 72 | 4 | 0 | 35 | 4 | 40 | 57 | 46 |
| Octal | 354 | 365 | 162 | 4 | 0 | 65 | 4 | 100 | 127 | 106 |
| Binary | 11101100 | 11110101 | 1110010 | 100 | 0 | 110101 | 100 | 1000000 | 1010111 | 1000110 |
Color Harmonies of #ECF572
Complementary color
Monochromatic Colors of #ECF572
Black with #ECF572
Text Example
Text Example
White with #ECF572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF572; }
p { color: rgb(236,245,114); }
H1.HeaderClassName
{
color: #ECF572;
}
.AnyTagClassName
{
color: #ECF572;
}
</style>
background-color css
<style>
a { background-color: #ECF572; }
a { background-color: rgb(236,245,114); }
div.DivClassName
{
background-color: #ECF572;
}
.BgClassName
{
background-color: #ECF572;
}
</style>
border-color css
<style>
span { border-color: #ECF572; }
span { border-color: rgb(236,245,114); }
td.TdClassName
{
border-color: #ECF572;
}
.TagClassName
{
border-color: #ECF572;
}
</style>