Shades of Tulip Tree #ECA547
Tints of Tulip Tree #ECA547
RGB
CMYK
RGB Variations
Color information
#ECA547 (or 0xECA547) is known color: Tulip Tree. HEX triplet: EC, A5 and 47. RGB value is (236,165,71). Sum of RGB (Red+Green+Blue) = 236+165+71=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 71 (28.12% from 255 or 15.04% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA547 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA547 is #135AB8. Grayscale: #AFAFAF. Windows color (decimal): -1268409 or 4695532. OLE color: 4695532.
HSL color Cylindrical-coordinate representation of color #ECA547: hue angle of 34.18º 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 #ECA547 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 165 | 71 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.07 |
| HSL | 34.18º | 0.81% | 0.6% | - |
| HSV(B) | 34.18º | 0.7% | 0.93% | - |
| XYZ | 49.18 | 45.2 | 12.09 | - |
| YUV | 175.51 | 69.02 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 165 | 71 | 0 | 0.30 | 0.70 | 0.07 | 34.18 | 0.81 | 0.6 |
| Hex | EC | A5 | 47 | 0 | 1E | 46 | 7 | 22 | 51 | 3C |
| Octal | 354 | 245 | 107 | 0 | 36 | 106 | 7 | 42 | 121 | 74 |
| Binary | 11101100 | 10100101 | 1000111 | 0 | 11110 | 1000110 | 111 | 100010 | 1010001 | 111100 |
Color Harmonies of #ECA547
Complementary color
Monochromatic Colors of #ECA547
Black with #ECA547
Text Example
Text Example
White with #ECA547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA547; }
p { color: rgb(236,165,71); }
H1.HeaderClassName
{
color: #ECA547;
}
.AnyTagClassName
{
color: #ECA547;
}
</style>
background-color css
<style>
a { background-color: #ECA547; }
a { background-color: rgb(236,165,71); }
div.DivClassName
{
background-color: #ECA547;
}
.BgClassName
{
background-color: #ECA547;
}
</style>
border-color css
<style>
span { border-color: #ECA547; }
span { border-color: rgb(236,165,71); }
td.TdClassName
{
border-color: #ECA547;
}
.TagClassName
{
border-color: #ECA547;
}
</style>