Shades of Tulip Tree #ECA640
Tints of Tulip Tree #ECA640
RGB
CMYK
RGB Variations
Color information
#ECA640 (or 0xECA640) is known color: Tulip Tree. HEX triplet: EC, A6 and 40. RGB value is (236,166,64). Sum of RGB (Red+Green+Blue) = 236+166+64=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA640 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA640 is #1359BF. Grayscale: #AFAFAF. Windows color (decimal): -1268160 or 4237036. OLE color: 4237036.
HSL color Cylindrical-coordinate representation of color #ECA640: hue angle of 35.58º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECA640 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 64 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.07 |
| HSL | 35.58º | 0.82% | 0.59% | - |
| HSV(B) | 35.58º | 0.73% | 0.93% | - |
| XYZ | 49.15 | 45.48 | 11.04 | - |
| YUV | 175.3 | 65.19 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 64 | 0 | 0.30 | 0.73 | 0.07 | 35.58 | 0.82 | 0.59 |
| Hex | EC | A6 | 40 | 0 | 1E | 49 | 7 | 24 | 52 | 3B |
| Octal | 354 | 246 | 100 | 0 | 36 | 111 | 7 | 44 | 122 | 73 |
| Binary | 11101100 | 10100110 | 1000000 | 0 | 11110 | 1001001 | 111 | 100100 | 1010010 | 111011 |
Color Harmonies of #ECA640
Complementary color
Monochromatic Colors of #ECA640
Black with #ECA640
Text Example
Text Example
White with #ECA640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA640; }
p { color: rgb(236,166,64); }
H1.HeaderClassName
{
color: #ECA640;
}
.AnyTagClassName
{
color: #ECA640;
}
</style>
background-color css
<style>
a { background-color: #ECA640; }
a { background-color: rgb(236,166,64); }
div.DivClassName
{
background-color: #ECA640;
}
.BgClassName
{
background-color: #ECA640;
}
</style>
border-color css
<style>
span { border-color: #ECA640; }
span { border-color: rgb(236,166,64); }
td.TdClassName
{
border-color: #ECA640;
}
.TagClassName
{
border-color: #ECA640;
}
</style>