Shades of Honeysuckle #ECE56A
Tints of Honeysuckle #ECE56A
RGB
CMYK
RGB Variations
Color information
#ECE56A (or 0xECE56A) is known color: Honeysuckle. HEX triplet: EC, E5 and 6A. RGB value is (236,229,106). Sum of RGB (Red+Green+Blue) = 236+229+106=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 229 (89.84% from 255 or 40.11% from 571); Blue value is 106 (41.80% from 255 or 18.56% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE56A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE56A is #131A95. Grayscale: #D9D9D9. Windows color (decimal): -1251990 or 7005676. OLE color: 7005676.
HSL color Cylindrical-coordinate representation of color #ECE56A: hue angle of 56.77º 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 #ECE56A is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 106 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.07 |
| HSL | 56.77º | 0.77% | 0.67% | - |
| HSV(B) | 56.77º | 0.55% | 0.93% | - |
| XYZ | 65.21 | 74.91 | 24.66 | - |
| YUV | 217.07 | 65.32 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 106 | 0 | 0.03 | 0.55 | 0.07 | 56.77 | 0.77 | 0.67 |
| Hex | EC | E5 | 6A | 0 | 3 | 37 | 7 | 39 | 4D | 43 |
| Octal | 354 | 345 | 152 | 0 | 3 | 67 | 7 | 71 | 115 | 103 |
| Binary | 11101100 | 11100101 | 1101010 | 0 | 11 | 110111 | 111 | 111001 | 1001101 | 1000011 |
Color Harmonies of #ECE56A
Complementary color
Monochromatic Colors of #ECE56A
Black with #ECE56A
Text Example
Text Example
White with #ECE56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE56A; }
p { color: rgb(236,229,106); }
H1.HeaderClassName
{
color: #ECE56A;
}
.AnyTagClassName
{
color: #ECE56A;
}
</style>
background-color css
<style>
a { background-color: #ECE56A; }
a { background-color: rgb(236,229,106); }
div.DivClassName
{
background-color: #ECE56A;
}
.BgClassName
{
background-color: #ECE56A;
}
</style>
border-color css
<style>
span { border-color: #ECE56A; }
span { border-color: rgb(236,229,106); }
td.TdClassName
{
border-color: #ECE56A;
}
.TagClassName
{
border-color: #ECE56A;
}
</style>