Shades of Honeysuckle #ECE16C
Tints of Honeysuckle #ECE16C
RGB
CMYK
RGB Variations
Color information
#ECE16C (or 0xECE16C) is known color: Honeysuckle. HEX triplet: EC, E1 and 6C. RGB value is (236,225,108). Sum of RGB (Red+Green+Blue) = 236+225+108=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 108 (42.58% from 255 or 18.98% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE16C is #131E93. Grayscale: #D7D7D7. Windows color (decimal): -1253012 or 7135724. OLE color: 7135724.
HSL color Cylindrical-coordinate representation of color #ECE16C: hue angle of 54.84º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECE16C is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 108 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.07 |
| HSL | 54.84º | 0.77% | 0.67% | - |
| HSV(B) | 54.84º | 0.54% | 0.93% | - |
| XYZ | 64.22 | 72.77 | 24.85 | - |
| YUV | 214.95 | 67.64 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 108 | 0 | 0.05 | 0.54 | 0.07 | 54.84 | 0.77 | 0.67 |
| Hex | EC | E1 | 6C | 0 | 5 | 36 | 7 | 37 | 4D | 43 |
| Octal | 354 | 341 | 154 | 0 | 5 | 66 | 7 | 67 | 115 | 103 |
| Binary | 11101100 | 11100001 | 1101100 | 0 | 101 | 110110 | 111 | 110111 | 1001101 | 1000011 |
Color Harmonies of #ECE16C
Complementary color
Monochromatic Colors of #ECE16C
Black with #ECE16C
Text Example
Text Example
White with #ECE16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE16C; }
p { color: rgb(236,225,108); }
H1.HeaderClassName
{
color: #ECE16C;
}
.AnyTagClassName
{
color: #ECE16C;
}
</style>
background-color css
<style>
a { background-color: #ECE16C; }
a { background-color: rgb(236,225,108); }
div.DivClassName
{
background-color: #ECE16C;
}
.BgClassName
{
background-color: #ECE16C;
}
</style>
border-color css
<style>
span { border-color: #ECE16C; }
span { border-color: rgb(236,225,108); }
td.TdClassName
{
border-color: #ECE16C;
}
.TagClassName
{
border-color: #ECE16C;
}
</style>