Shades of Honeysuckle #ECE670
Tints of Honeysuckle #ECE670
RGB
CMYK
RGB Variations
Color information
#ECE670 (or 0xECE670) is known color: Honeysuckle. HEX triplet: EC, E6 and 70. RGB value is (236,230,112). Sum of RGB (Red+Green+Blue) = 236+230+112=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 230 (90.23% from 255 or 39.79% from 578); Blue value is 112 (44.14% from 255 or 19.38% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE670 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE670 is #13198F. Grayscale: #DADADA. Windows color (decimal): -1251728 or 7399148. OLE color: 7399148.
HSL color Cylindrical-coordinate representation of color #ECE670: hue angle of 57.1º 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 #ECE670 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 112 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.07 |
| HSL | 57.1º | 0.77% | 0.68% | - |
| HSV(B) | 57.1º | 0.53% | 0.93% | - |
| XYZ | 65.81 | 75.6 | 26.45 | - |
| YUV | 218.34 | 67.99 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 112 | 0 | 0.03 | 0.53 | 0.07 | 57.1 | 0.77 | 0.68 |
| Hex | EC | E6 | 70 | 0 | 3 | 35 | 7 | 39 | 4D | 44 |
| Octal | 354 | 346 | 160 | 0 | 3 | 65 | 7 | 71 | 115 | 104 |
| Binary | 11101100 | 11100110 | 1110000 | 0 | 11 | 110101 | 111 | 111001 | 1001101 | 1000100 |
Color Harmonies of #ECE670
Complementary color
Monochromatic Colors of #ECE670
Black with #ECE670
Text Example
Text Example
White with #ECE670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE670; }
p { color: rgb(236,230,112); }
H1.HeaderClassName
{
color: #ECE670;
}
.AnyTagClassName
{
color: #ECE670;
}
</style>
background-color css
<style>
a { background-color: #ECE670; }
a { background-color: rgb(236,230,112); }
div.DivClassName
{
background-color: #ECE670;
}
.BgClassName
{
background-color: #ECE670;
}
</style>
border-color css
<style>
span { border-color: #ECE670; }
span { border-color: rgb(236,230,112); }
td.TdClassName
{
border-color: #ECE670;
}
.TagClassName
{
border-color: #ECE670;
}
</style>