Shades of Honeysuckle #ECE570
Tints of Honeysuckle #ECE570
RGB
CMYK
RGB Variations
Color information
#ECE570 (or 0xECE570) is known color: Honeysuckle. HEX triplet: EC, E5 and 70. RGB value is (236,229,112). Sum of RGB (Red+Green+Blue) = 236+229+112=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 229 (89.84% from 255 or 39.69% from 577); Blue value is 112 (44.14% from 255 or 19.41% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE570 is #131A8F. Grayscale: #DADADA. Windows color (decimal): -1251984 or 7398892. OLE color: 7398892.
HSL color Cylindrical-coordinate representation of color #ECE570: hue angle of 56.61º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECE570 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 112 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.07 |
| HSL | 56.61º | 0.77% | 0.68% | - |
| HSV(B) | 56.61º | 0.53% | 0.93% | - |
| XYZ | 65.54 | 75.04 | 26.36 | - |
| YUV | 217.76 | 68.32 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 112 | 0 | 0.03 | 0.53 | 0.07 | 56.61 | 0.77 | 0.68 |
| Hex | EC | E5 | 70 | 0 | 3 | 35 | 7 | 39 | 4D | 44 |
| Octal | 354 | 345 | 160 | 0 | 3 | 65 | 7 | 71 | 115 | 104 |
| Binary | 11101100 | 11100101 | 1110000 | 0 | 11 | 110101 | 111 | 111001 | 1001101 | 1000100 |
Color Harmonies of #ECE570
Complementary color
Monochromatic Colors of #ECE570
Black with #ECE570
Text Example
Text Example
White with #ECE570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE570; }
p { color: rgb(236,229,112); }
H1.HeaderClassName
{
color: #ECE570;
}
.AnyTagClassName
{
color: #ECE570;
}
</style>
background-color css
<style>
a { background-color: #ECE570; }
a { background-color: rgb(236,229,112); }
div.DivClassName
{
background-color: #ECE570;
}
.BgClassName
{
background-color: #ECE570;
}
</style>
border-color css
<style>
span { border-color: #ECE570; }
span { border-color: rgb(236,229,112); }
td.TdClassName
{
border-color: #ECE570;
}
.TagClassName
{
border-color: #ECE570;
}
</style>