Shades of Tulip Tree #ECA63C
Tints of Tulip Tree #ECA63C
RGB
CMYK
RGB Variations
Color information
#ECA63C (or 0xECA63C) is known color: Tulip Tree. HEX triplet: EC, A6 and 3C. RGB value is (236,166,60). Sum of RGB (Red+Green+Blue) = 236+166+60=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 60 (23.83% from 255 or 12.99% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA63C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA63C is #1359C3. Grayscale: #AFAFAF. Windows color (decimal): -1268164 or 3974892. OLE color: 3974892.
HSL color Cylindrical-coordinate representation of color #ECA63C: hue angle of 36.14º 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 #ECA63C is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 60 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.07 |
| HSL | 36.14º | 0.82% | 0.58% | - |
| HSV(B) | 36.14º | 0.75% | 0.93% | - |
| XYZ | 49.04 | 45.43 | 10.46 | - |
| YUV | 174.85 | 63.19 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 60 | 0 | 0.30 | 0.75 | 0.07 | 36.14 | 0.82 | 0.58 |
| Hex | EC | A6 | 3C | 0 | 1E | 4B | 7 | 24 | 52 | 3A |
| Octal | 354 | 246 | 74 | 0 | 36 | 113 | 7 | 44 | 122 | 72 |
| Binary | 11101100 | 10100110 | 111100 | 0 | 11110 | 1001011 | 111 | 100100 | 1010010 | 111010 |
Color Harmonies of #ECA63C
Complementary color
Monochromatic Colors of #ECA63C
Black with #ECA63C
Text Example
Text Example
White with #ECA63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA63C; }
p { color: rgb(236,166,60); }
H1.HeaderClassName
{
color: #ECA63C;
}
.AnyTagClassName
{
color: #ECA63C;
}
</style>
background-color css
<style>
a { background-color: #ECA63C; }
a { background-color: rgb(236,166,60); }
div.DivClassName
{
background-color: #ECA63C;
}
.BgClassName
{
background-color: #ECA63C;
}
</style>
border-color css
<style>
span { border-color: #ECA63C; }
span { border-color: rgb(236,166,60); }
td.TdClassName
{
border-color: #ECA63C;
}
.TagClassName
{
border-color: #ECA63C;
}
</style>