Shades of Honeysuckle #ECFF70
Tints of Honeysuckle #ECFF70
RGB
CMYK
RGB Variations
Color information
#ECFF70 (or 0xECFF70) is known color: Honeysuckle. HEX triplet: EC, FF and 70. RGB value is (236,255,112). Sum of RGB (Red+Green+Blue) = 236+255+112=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 112 (44.14% from 255 or 18.57% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFF70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECFF70 is #13008F. Grayscale: #E9E9E9. Windows color (decimal): -1245328 or 7405548. OLE color: 7405548.
HSL color Cylindrical-coordinate representation of color #ECFF70: hue angle of 67.97º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ECFF70 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 112 | - |
| CMYK | 0.07 | 0 | 0.56 | 0 |
| HSL | 67.97º | 1% | 0.72% | - |
| HSV(B) | 67.97º | 0.56% | 1% | - |
| XYZ | 73.28 | 90.52 | 28.94 | - |
| YUV | 233.02 | 59.71 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 112 | 0.07 | 0 | 0.56 | 0 | 67.97 | 1 | 0.72 |
| Hex | EC | FF | 70 | 7 | 0 | 38 | 0 | 44 | 64 | 48 |
| Octal | 354 | 377 | 160 | 7 | 0 | 70 | 0 | 104 | 144 | 110 |
| Binary | 11101100 | 11111111 | 1110000 | 111 | 0 | 111000 | 0 | 1000100 | 1100100 | 1001000 |
Color Harmonies of #ECFF70
Complementary color
Monochromatic Colors of #ECFF70
Black with #ECFF70
Text Example
Text Example
White with #ECFF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFF70; }
p { color: rgb(236,255,112); }
H1.HeaderClassName
{
color: #ECFF70;
}
.AnyTagClassName
{
color: #ECFF70;
}
</style>
background-color css
<style>
a { background-color: #ECFF70; }
a { background-color: rgb(236,255,112); }
div.DivClassName
{
background-color: #ECFF70;
}
.BgClassName
{
background-color: #ECFF70;
}
</style>
border-color css
<style>
span { border-color: #ECFF70; }
span { border-color: rgb(236,255,112); }
td.TdClassName
{
border-color: #ECFF70;
}
.TagClassName
{
border-color: #ECFF70;
}
</style>