Shades of Honeysuckle #ECE06A
Tints of Honeysuckle #ECE06A
RGB
CMYK
RGB Variations
Color information
#ECE06A (or 0xECE06A) is known color: Honeysuckle. HEX triplet: EC, E0 and 6A. RGB value is (236,224,106). Sum of RGB (Red+Green+Blue) = 236+224+106=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 224 (87.89% from 255 or 39.58% from 566); Blue value is 106 (41.80% from 255 or 18.73% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE06A is #131F95. Grayscale: #D6D6D6. Windows color (decimal): -1253270 or 7004396. OLE color: 7004396.
HSL color Cylindrical-coordinate representation of color #ECE06A: hue angle of 54.46º 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 #ECE06A is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 106 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.07 |
| HSL | 54.46º | 0.77% | 0.67% | - |
| HSV(B) | 54.46º | 0.55% | 0.93% | - |
| XYZ | 63.85 | 72.18 | 24.2 | - |
| YUV | 214.14 | 66.98 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 106 | 0 | 0.05 | 0.55 | 0.07 | 54.46 | 0.77 | 0.67 |
| Hex | EC | E0 | 6A | 0 | 5 | 37 | 7 | 36 | 4D | 43 |
| Octal | 354 | 340 | 152 | 0 | 5 | 67 | 7 | 66 | 115 | 103 |
| Binary | 11101100 | 11100000 | 1101010 | 0 | 101 | 110111 | 111 | 110110 | 1001101 | 1000011 |
Color Harmonies of #ECE06A
Complementary color
Monochromatic Colors of #ECE06A
Black with #ECE06A
Text Example
Text Example
White with #ECE06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE06A; }
p { color: rgb(236,224,106); }
H1.HeaderClassName
{
color: #ECE06A;
}
.AnyTagClassName
{
color: #ECE06A;
}
</style>
background-color css
<style>
a { background-color: #ECE06A; }
a { background-color: rgb(236,224,106); }
div.DivClassName
{
background-color: #ECE06A;
}
.BgClassName
{
background-color: #ECE06A;
}
</style>
border-color css
<style>
span { border-color: #ECE06A; }
span { border-color: rgb(236,224,106); }
td.TdClassName
{
border-color: #ECE06A;
}
.TagClassName
{
border-color: #ECE06A;
}
</style>