Shades of Tulip Tree #ECA647
Tints of Tulip Tree #ECA647
RGB
CMYK
RGB Variations
Color information
#ECA647 (or 0xECA647) is known color: Tulip Tree. HEX triplet: EC, A6 and 47. RGB value is (236,166,71). Sum of RGB (Red+Green+Blue) = 236+166+71=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 71 (28.12% from 255 or 15.01% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA647 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA647 is #1359B8. Grayscale: #B0B0B0. Windows color (decimal): -1268153 or 4695788. OLE color: 4695788.
HSL color Cylindrical-coordinate representation of color #ECA647: hue angle of 34.55º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECA647 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 71 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.07 |
| HSL | 34.55º | 0.81% | 0.6% | - |
| HSV(B) | 34.55º | 0.7% | 0.93% | - |
| XYZ | 49.37 | 45.56 | 12.15 | - |
| YUV | 176.1 | 68.69 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 71 | 0 | 0.30 | 0.70 | 0.07 | 34.55 | 0.81 | 0.6 |
| Hex | EC | A6 | 47 | 0 | 1E | 46 | 7 | 23 | 51 | 3C |
| Octal | 354 | 246 | 107 | 0 | 36 | 106 | 7 | 43 | 121 | 74 |
| Binary | 11101100 | 10100110 | 1000111 | 0 | 11110 | 1000110 | 111 | 100011 | 1010001 | 111100 |
Color Harmonies of #ECA647
Complementary color
Monochromatic Colors of #ECA647
Black with #ECA647
Text Example
Text Example
White with #ECA647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA647; }
p { color: rgb(236,166,71); }
H1.HeaderClassName
{
color: #ECA647;
}
.AnyTagClassName
{
color: #ECA647;
}
</style>
background-color css
<style>
a { background-color: #ECA647; }
a { background-color: rgb(236,166,71); }
div.DivClassName
{
background-color: #ECA647;
}
.BgClassName
{
background-color: #ECA647;
}
</style>
border-color css
<style>
span { border-color: #ECA647; }
span { border-color: rgb(236,166,71); }
td.TdClassName
{
border-color: #ECA647;
}
.TagClassName
{
border-color: #ECA647;
}
</style>