Shades of Honeysuckle #ECE960
Tints of Honeysuckle #ECE960
RGB
CMYK
RGB Variations
Color information
#ECE960 (or 0xECE960) is known color: Honeysuckle. HEX triplet: EC, E9 and 60. RGB value is (236,233,96). Sum of RGB (Red+Green+Blue) = 236+233+96=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 96 (37.89% from 255 or 16.99% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE960 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE960 is #13169F. Grayscale: #DADADA. Windows color (decimal): -1250976 or 6351340. OLE color: 6351340.
HSL color Cylindrical-coordinate representation of color #ECE960: hue angle of 58.71º 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 #ECE960 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 96 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.07 |
| HSL | 58.71º | 0.79% | 0.65% | - |
| HSV(B) | 58.71º | 0.59% | 0.93% | - |
| XYZ | 65.84 | 76.96 | 22.45 | - |
| YUV | 218.28 | 58.99 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 96 | 0 | 0.01 | 0.59 | 0.07 | 58.71 | 0.79 | 0.65 |
| Hex | EC | E9 | 60 | 0 | 1 | 3B | 7 | 3B | 4F | 41 |
| Octal | 354 | 351 | 140 | 0 | 1 | 73 | 7 | 73 | 117 | 101 |
| Binary | 11101100 | 11101001 | 1100000 | 0 | 1 | 111011 | 111 | 111011 | 1001111 | 1000001 |
Color Harmonies of #ECE960
Complementary color
Monochromatic Colors of #ECE960
Black with #ECE960
Text Example
Text Example
White with #ECE960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE960; }
p { color: rgb(236,233,96); }
H1.HeaderClassName
{
color: #ECE960;
}
.AnyTagClassName
{
color: #ECE960;
}
</style>
background-color css
<style>
a { background-color: #ECE960; }
a { background-color: rgb(236,233,96); }
div.DivClassName
{
background-color: #ECE960;
}
.BgClassName
{
background-color: #ECE960;
}
</style>
border-color css
<style>
span { border-color: #ECE960; }
span { border-color: rgb(236,233,96); }
td.TdClassName
{
border-color: #ECE960;
}
.TagClassName
{
border-color: #ECE960;
}
</style>