Shades of Tulip Tree #ECA73C
Tints of Tulip Tree #ECA73C
RGB
CMYK
RGB Variations
Color information
#ECA73C (or 0xECA73C) is known color: Tulip Tree. HEX triplet: EC, A7 and 3C. RGB value is (236,167,60). Sum of RGB (Red+Green+Blue) = 236+167+60=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA73C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA73C is #1358C3. Grayscale: #AFAFAF. Windows color (decimal): -1267908 or 3975148. OLE color: 3975148.
HSL color Cylindrical-coordinate representation of color #ECA73C: hue angle of 36.48º 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 #ECA73C is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 167 | 60 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.07 |
| HSL | 36.48º | 0.82% | 0.58% | - |
| HSV(B) | 36.48º | 0.75% | 0.93% | - |
| XYZ | 49.23 | 45.8 | 10.52 | - |
| YUV | 175.43 | 62.86 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 167 | 60 | 0 | 0.29 | 0.75 | 0.07 | 36.48 | 0.82 | 0.58 |
| Hex | EC | A7 | 3C | 0 | 1D | 4B | 7 | 24 | 52 | 3A |
| Octal | 354 | 247 | 74 | 0 | 35 | 113 | 7 | 44 | 122 | 72 |
| Binary | 11101100 | 10100111 | 111100 | 0 | 11101 | 1001011 | 111 | 100100 | 1010010 | 111010 |
Color Harmonies of #ECA73C
Complementary color
Monochromatic Colors of #ECA73C
Black with #ECA73C
Text Example
Text Example
White with #ECA73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA73C; }
p { color: rgb(236,167,60); }
H1.HeaderClassName
{
color: #ECA73C;
}
.AnyTagClassName
{
color: #ECA73C;
}
</style>
background-color css
<style>
a { background-color: #ECA73C; }
a { background-color: rgb(236,167,60); }
div.DivClassName
{
background-color: #ECA73C;
}
.BgClassName
{
background-color: #ECA73C;
}
</style>
border-color css
<style>
span { border-color: #ECA73C; }
span { border-color: rgb(236,167,60); }
td.TdClassName
{
border-color: #ECA73C;
}
.TagClassName
{
border-color: #ECA73C;
}
</style>