Shades of Honeysuckle #ECEA60
Tints of Honeysuckle #ECEA60
RGB
CMYK
RGB Variations
Color information
#ECEA60 (or 0xECEA60) is known color: Honeysuckle. HEX triplet: EC, EA and 60. RGB value is (236,234,96). Sum of RGB (Red+Green+Blue) = 236+234+96=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 96 (37.89% from 255 or 16.96% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEA60 is #13159F. Grayscale: #DBDBDB. Windows color (decimal): -1250720 or 6351596. OLE color: 6351596.
HSL color Cylindrical-coordinate representation of color #ECEA60: hue angle of 59.14º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECEA60 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 96 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.07 |
| HSL | 59.14º | 0.79% | 0.65% | - |
| HSV(B) | 59.14º | 0.59% | 0.93% | - |
| XYZ | 66.13 | 77.52 | 22.54 | - |
| YUV | 218.87 | 58.66 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 96 | 0 | 0.01 | 0.59 | 0.07 | 59.14 | 0.79 | 0.65 |
| Hex | EC | EA | 60 | 0 | 1 | 3B | 7 | 3B | 4F | 41 |
| Octal | 354 | 352 | 140 | 0 | 1 | 73 | 7 | 73 | 117 | 101 |
| Binary | 11101100 | 11101010 | 1100000 | 0 | 1 | 111011 | 111 | 111011 | 1001111 | 1000001 |
Color Harmonies of #ECEA60
Complementary color
Monochromatic Colors of #ECEA60
Black with #ECEA60
Text Example
Text Example
White with #ECEA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA60; }
p { color: rgb(236,234,96); }
H1.HeaderClassName
{
color: #ECEA60;
}
.AnyTagClassName
{
color: #ECEA60;
}
</style>
background-color css
<style>
a { background-color: #ECEA60; }
a { background-color: rgb(236,234,96); }
div.DivClassName
{
background-color: #ECEA60;
}
.BgClassName
{
background-color: #ECEA60;
}
</style>
border-color css
<style>
span { border-color: #ECEA60; }
span { border-color: rgb(236,234,96); }
td.TdClassName
{
border-color: #ECEA60;
}
.TagClassName
{
border-color: #ECEA60;
}
</style>