Shades of Tulip Tree #ECA540
Tints of Tulip Tree #ECA540
RGB
CMYK
RGB Variations
Color information
#ECA540 (or 0xECA540) is known color: Tulip Tree. HEX triplet: EC, A5 and 40. RGB value is (236,165,64). Sum of RGB (Red+Green+Blue) = 236+165+64=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA540 is #135ABF. Grayscale: #AFAFAF. Windows color (decimal): -1268416 or 4236780. OLE color: 4236780.
HSL color Cylindrical-coordinate representation of color #ECA540: hue angle of 35.23º 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 #ECA540 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 165 | 64 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.07 |
| HSL | 35.23º | 0.82% | 0.59% | - |
| HSV(B) | 35.23º | 0.73% | 0.93% | - |
| XYZ | 48.97 | 45.11 | 10.98 | - |
| YUV | 174.72 | 65.52 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 165 | 64 | 0 | 0.30 | 0.73 | 0.07 | 35.23 | 0.82 | 0.59 |
| Hex | EC | A5 | 40 | 0 | 1E | 49 | 7 | 23 | 52 | 3B |
| Octal | 354 | 245 | 100 | 0 | 36 | 111 | 7 | 43 | 122 | 73 |
| Binary | 11101100 | 10100101 | 1000000 | 0 | 11110 | 1001001 | 111 | 100011 | 1010010 | 111011 |
Color Harmonies of #ECA540
Complementary color
Monochromatic Colors of #ECA540
Black with #ECA540
Text Example
Text Example
White with #ECA540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA540; }
p { color: rgb(236,165,64); }
H1.HeaderClassName
{
color: #ECA540;
}
.AnyTagClassName
{
color: #ECA540;
}
</style>
background-color css
<style>
a { background-color: #ECA540; }
a { background-color: rgb(236,165,64); }
div.DivClassName
{
background-color: #ECA540;
}
.BgClassName
{
background-color: #ECA540;
}
</style>
border-color css
<style>
span { border-color: #ECA540; }
span { border-color: rgb(236,165,64); }
td.TdClassName
{
border-color: #ECA540;
}
.TagClassName
{
border-color: #ECA540;
}
</style>