Shades of Honeysuckle #ECEA70
Tints of Honeysuckle #ECEA70
RGB
CMYK
RGB Variations
Color information
#ECEA70 (or 0xECEA70) is known color: Honeysuckle. HEX triplet: EC, EA and 70. RGB value is (236,234,112). Sum of RGB (Red+Green+Blue) = 236+234+112=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 112 (44.14% from 255 or 19.24% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEA70 is #13158F. Grayscale: #DDDDDD. Windows color (decimal): -1250704 or 7400172. OLE color: 7400172.
HSL color Cylindrical-coordinate representation of color #ECEA70: hue angle of 59.03º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECEA70 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 112 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.07 |
| HSL | 59.03º | 0.77% | 0.68% | - |
| HSV(B) | 59.03º | 0.53% | 0.93% | - |
| XYZ | 66.94 | 77.85 | 26.83 | - |
| YUV | 220.69 | 66.66 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 112 | 0 | 0.01 | 0.53 | 0.07 | 59.03 | 0.77 | 0.68 |
| Hex | EC | EA | 70 | 0 | 1 | 35 | 7 | 3B | 4D | 44 |
| Octal | 354 | 352 | 160 | 0 | 1 | 65 | 7 | 73 | 115 | 104 |
| Binary | 11101100 | 11101010 | 1110000 | 0 | 1 | 110101 | 111 | 111011 | 1001101 | 1000100 |
Color Harmonies of #ECEA70
Complementary color
Monochromatic Colors of #ECEA70
Black with #ECEA70
Text Example
Text Example
White with #ECEA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA70; }
p { color: rgb(236,234,112); }
H1.HeaderClassName
{
color: #ECEA70;
}
.AnyTagClassName
{
color: #ECEA70;
}
</style>
background-color css
<style>
a { background-color: #ECEA70; }
a { background-color: rgb(236,234,112); }
div.DivClassName
{
background-color: #ECEA70;
}
.BgClassName
{
background-color: #ECEA70;
}
</style>
border-color css
<style>
span { border-color: #ECEA70; }
span { border-color: rgb(236,234,112); }
td.TdClassName
{
border-color: #ECEA70;
}
.TagClassName
{
border-color: #ECEA70;
}
</style>