Shades of Tulip Tree #ECAA39
Tints of Tulip Tree #ECAA39
RGB
CMYK
RGB Variations
Color information
#ECAA39 (or 0xECAA39) is known color: Tulip Tree. HEX triplet: EC, AA and 39. RGB value is (236,170,57). Sum of RGB (Red+Green+Blue) = 236+170+57=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 57 (22.66% from 255 or 12.31% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA39 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA39 is #1355C6. Grayscale: #B1B1B1. Windows color (decimal): -1267143 or 3779308. OLE color: 3779308.
HSL color Cylindrical-coordinate representation of color #ECAA39: hue angle of 37.88º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ECAA39 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 57 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.07 |
| HSL | 37.88º | 0.82% | 0.57% | - |
| HSV(B) | 37.88º | 0.76% | 0.93% | - |
| XYZ | 49.71 | 46.88 | 10.3 | - |
| YUV | 176.85 | 60.37 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 57 | 0 | 0.28 | 0.76 | 0.07 | 37.88 | 0.82 | 0.57 |
| Hex | EC | AA | 39 | 0 | 1C | 4C | 7 | 26 | 52 | 39 |
| Octal | 354 | 252 | 71 | 0 | 34 | 114 | 7 | 46 | 122 | 71 |
| Binary | 11101100 | 10101010 | 111001 | 0 | 11100 | 1001100 | 111 | 100110 | 1010010 | 111001 |
Color Harmonies of #ECAA39
Complementary color
Monochromatic Colors of #ECAA39
Black with #ECAA39
Text Example
Text Example
White with #ECAA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA39; }
p { color: rgb(236,170,57); }
H1.HeaderClassName
{
color: #ECAA39;
}
.AnyTagClassName
{
color: #ECAA39;
}
</style>
background-color css
<style>
a { background-color: #ECAA39; }
a { background-color: rgb(236,170,57); }
div.DivClassName
{
background-color: #ECAA39;
}
.BgClassName
{
background-color: #ECAA39;
}
</style>
border-color css
<style>
span { border-color: #ECAA39; }
span { border-color: rgb(236,170,57); }
td.TdClassName
{
border-color: #ECAA39;
}
.TagClassName
{
border-color: #ECAA39;
}
</style>