Shades of Tulip Tree #ECA93C
Tints of Tulip Tree #ECA93C
RGB
CMYK
RGB Variations
Color information
#ECA93C (or 0xECA93C) is known color: Tulip Tree. HEX triplet: EC, A9 and 3C. RGB value is (236,169,60). Sum of RGB (Red+Green+Blue) = 236+169+60=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA93C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA93C is #1356C3. Grayscale: #B1B1B1. Windows color (decimal): -1267396 or 3975660. OLE color: 3975660.
HSL color Cylindrical-coordinate representation of color #ECA93C: hue angle of 37.16º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECA93C is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 169 | 60 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.07 |
| HSL | 37.16º | 0.82% | 0.58% | - |
| HSV(B) | 37.16º | 0.75% | 0.93% | - |
| XYZ | 49.6 | 46.54 | 10.64 | - |
| YUV | 176.61 | 62.2 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 169 | 60 | 0 | 0.28 | 0.75 | 0.07 | 37.16 | 0.82 | 0.58 |
| Hex | EC | A9 | 3C | 0 | 1C | 4B | 7 | 25 | 52 | 3A |
| Octal | 354 | 251 | 74 | 0 | 34 | 113 | 7 | 45 | 122 | 72 |
| Binary | 11101100 | 10101001 | 111100 | 0 | 11100 | 1001011 | 111 | 100101 | 1010010 | 111010 |
Color Harmonies of #ECA93C
Complementary color
Monochromatic Colors of #ECA93C
Black with #ECA93C
Text Example
Text Example
White with #ECA93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA93C; }
p { color: rgb(236,169,60); }
H1.HeaderClassName
{
color: #ECA93C;
}
.AnyTagClassName
{
color: #ECA93C;
}
</style>
background-color css
<style>
a { background-color: #ECA93C; }
a { background-color: rgb(236,169,60); }
div.DivClassName
{
background-color: #ECA93C;
}
.BgClassName
{
background-color: #ECA93C;
}
</style>
border-color css
<style>
span { border-color: #ECA93C; }
span { border-color: rgb(236,169,60); }
td.TdClassName
{
border-color: #ECA93C;
}
.TagClassName
{
border-color: #ECA93C;
}
</style>