Shades of Tulip Tree #ECAC40
Tints of Tulip Tree #ECAC40
RGB
CMYK
RGB Variations
Color information
#ECAC40 (or 0xECAC40) is known color: Tulip Tree. HEX triplet: EC, AC and 40. RGB value is (236,172,64). Sum of RGB (Red+Green+Blue) = 236+172+64=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAC40 is #1353BF. Grayscale: #B3B3B3. Windows color (decimal): -1266624 or 4238572. OLE color: 4238572.
HSL color Cylindrical-coordinate representation of color #ECAC40: hue angle of 37.67º 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 #ECAC40 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 64 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.07 |
| HSL | 37.67º | 0.82% | 0.59% | - |
| HSV(B) | 37.67º | 0.73% | 0.93% | - |
| XYZ | 50.27 | 47.71 | 11.41 | - |
| YUV | 178.82 | 63.2 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 64 | 0 | 0.27 | 0.73 | 0.07 | 37.67 | 0.82 | 0.59 |
| Hex | EC | AC | 40 | 0 | 1B | 49 | 7 | 26 | 52 | 3B |
| Octal | 354 | 254 | 100 | 0 | 33 | 111 | 7 | 46 | 122 | 73 |
| Binary | 11101100 | 10101100 | 1000000 | 0 | 11011 | 1001001 | 111 | 100110 | 1010010 | 111011 |
Color Harmonies of #ECAC40
Complementary color
Monochromatic Colors of #ECAC40
Black with #ECAC40
Text Example
Text Example
White with #ECAC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC40; }
p { color: rgb(236,172,64); }
H1.HeaderClassName
{
color: #ECAC40;
}
.AnyTagClassName
{
color: #ECAC40;
}
</style>
background-color css
<style>
a { background-color: #ECAC40; }
a { background-color: rgb(236,172,64); }
div.DivClassName
{
background-color: #ECAC40;
}
.BgClassName
{
background-color: #ECAC40;
}
</style>
border-color css
<style>
span { border-color: #ECAC40; }
span { border-color: rgb(236,172,64); }
td.TdClassName
{
border-color: #ECAC40;
}
.TagClassName
{
border-color: #ECAC40;
}
</style>