Shades of Tulip Tree #ECAB40
Tints of Tulip Tree #ECAB40
RGB
CMYK
RGB Variations
Color information
#ECAB40 (or 0xECAB40) is known color: Tulip Tree. HEX triplet: EC, AB and 40. RGB value is (236,171,64). Sum of RGB (Red+Green+Blue) = 236+171+64=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 64 (25.39% from 255 or 13.59% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB40 is #1354BF. Grayscale: #B2B2B2. Windows color (decimal): -1266880 or 4238316. OLE color: 4238316.
HSL color Cylindrical-coordinate representation of color #ECAB40: hue angle of 37.33º 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 #ECAB40 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 64 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.07 |
| HSL | 37.33º | 0.82% | 0.59% | - |
| HSV(B) | 37.33º | 0.73% | 0.93% | - |
| XYZ | 50.08 | 47.33 | 11.35 | - |
| YUV | 178.24 | 63.53 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 64 | 0 | 0.28 | 0.73 | 0.07 | 37.33 | 0.82 | 0.59 |
| Hex | EC | AB | 40 | 0 | 1C | 49 | 7 | 25 | 52 | 3B |
| Octal | 354 | 253 | 100 | 0 | 34 | 111 | 7 | 45 | 122 | 73 |
| Binary | 11101100 | 10101011 | 1000000 | 0 | 11100 | 1001001 | 111 | 100101 | 1010010 | 111011 |
Color Harmonies of #ECAB40
Complementary color
Monochromatic Colors of #ECAB40
Black with #ECAB40
Text Example
Text Example
White with #ECAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB40; }
p { color: rgb(236,171,64); }
H1.HeaderClassName
{
color: #ECAB40;
}
.AnyTagClassName
{
color: #ECAB40;
}
</style>
background-color css
<style>
a { background-color: #ECAB40; }
a { background-color: rgb(236,171,64); }
div.DivClassName
{
background-color: #ECAB40;
}
.BgClassName
{
background-color: #ECAB40;
}
</style>
border-color css
<style>
span { border-color: #ECAB40; }
span { border-color: rgb(236,171,64); }
td.TdClassName
{
border-color: #ECAB40;
}
.TagClassName
{
border-color: #ECAB40;
}
</style>