Shades of Honeysuckle #ECE16A
Tints of Honeysuckle #ECE16A
RGB
CMYK
RGB Variations
Color information
#ECE16A (or 0xECE16A) is known color: Honeysuckle. HEX triplet: EC, E1 and 6A. RGB value is (236,225,106). Sum of RGB (Red+Green+Blue) = 236+225+106=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 106 (41.80% from 255 or 18.69% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE16A is #131E95. Grayscale: #D7D7D7. Windows color (decimal): -1253014 or 7004652. OLE color: 7004652.
HSL color Cylindrical-coordinate representation of color #ECE16A: hue angle of 54.92º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ECE16A is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 106 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.07 |
| HSL | 54.92º | 0.77% | 0.67% | - |
| HSV(B) | 54.92º | 0.55% | 0.93% | - |
| XYZ | 64.12 | 72.72 | 24.29 | - |
| YUV | 214.72 | 66.64 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 106 | 0 | 0.05 | 0.55 | 0.07 | 54.92 | 0.77 | 0.67 |
| Hex | EC | E1 | 6A | 0 | 5 | 37 | 7 | 37 | 4D | 43 |
| Octal | 354 | 341 | 152 | 0 | 5 | 67 | 7 | 67 | 115 | 103 |
| Binary | 11101100 | 11100001 | 1101010 | 0 | 101 | 110111 | 111 | 110111 | 1001101 | 1000011 |
Color Harmonies of #ECE16A
Complementary color
Monochromatic Colors of #ECE16A
Black with #ECE16A
Text Example
Text Example
White with #ECE16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE16A; }
p { color: rgb(236,225,106); }
H1.HeaderClassName
{
color: #ECE16A;
}
.AnyTagClassName
{
color: #ECE16A;
}
</style>
background-color css
<style>
a { background-color: #ECE16A; }
a { background-color: rgb(236,225,106); }
div.DivClassName
{
background-color: #ECE16A;
}
.BgClassName
{
background-color: #ECE16A;
}
</style>
border-color css
<style>
span { border-color: #ECE16A; }
span { border-color: rgb(236,225,106); }
td.TdClassName
{
border-color: #ECE16A;
}
.TagClassName
{
border-color: #ECE16A;
}
</style>