Shades of Tulip Tree #ECA441
Tints of Tulip Tree #ECA441
RGB
CMYK
RGB Variations
Color information
#ECA441 (or 0xECA441) is known color: Tulip Tree. HEX triplet: EC, A4 and 41. RGB value is (236,164,65). Sum of RGB (Red+Green+Blue) = 236+164+65=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 65 (25.78% from 255 or 13.98% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA441 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA441 is #135BBE. Grayscale: #AEAEAE. Windows color (decimal): -1268671 or 4302060. OLE color: 4302060.
HSL color Cylindrical-coordinate representation of color #ECA441: hue angle of 34.74º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECA441 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 164 | 65 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.07 |
| HSL | 34.74º | 0.82% | 0.59% | - |
| HSV(B) | 34.74º | 0.72% | 0.93% | - |
| XYZ | 48.82 | 44.77 | 11.07 | - |
| YUV | 174.24 | 66.35 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 164 | 65 | 0 | 0.31 | 0.72 | 0.07 | 34.74 | 0.82 | 0.59 |
| Hex | EC | A4 | 41 | 0 | 1F | 48 | 7 | 23 | 52 | 3B |
| Octal | 354 | 244 | 101 | 0 | 37 | 110 | 7 | 43 | 122 | 73 |
| Binary | 11101100 | 10100100 | 1000001 | 0 | 11111 | 1001000 | 111 | 100011 | 1010010 | 111011 |
Color Harmonies of #ECA441
Complementary color
Monochromatic Colors of #ECA441
Black with #ECA441
Text Example
Text Example
White with #ECA441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA441; }
p { color: rgb(236,164,65); }
H1.HeaderClassName
{
color: #ECA441;
}
.AnyTagClassName
{
color: #ECA441;
}
</style>
background-color css
<style>
a { background-color: #ECA441; }
a { background-color: rgb(236,164,65); }
div.DivClassName
{
background-color: #ECA441;
}
.BgClassName
{
background-color: #ECA441;
}
</style>
border-color css
<style>
span { border-color: #ECA441; }
span { border-color: rgb(236,164,65); }
td.TdClassName
{
border-color: #ECA441;
}
.TagClassName
{
border-color: #ECA441;
}
</style>