Shades of Tulip Tree #ECAB31
Tints of Tulip Tree #ECAB31
RGB
CMYK
RGB Variations
Color information
#ECAB31 (or 0xECAB31) is known color: Tulip Tree. HEX triplet: EC, AB and 31. RGB value is (236,171,49). Sum of RGB (Red+Green+Blue) = 236+171+49=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 49 (19.53% from 255 or 10.75% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB31 is #1354CE. Grayscale: #B1B1B1. Windows color (decimal): -1266895 or 3255276. OLE color: 3255276.
HSL color Cylindrical-coordinate representation of color #ECAB31: hue angle of 39.14º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECAB31 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 49 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.07 |
| HSL | 39.14º | 0.83% | 0.56% | - |
| HSV(B) | 39.14º | 0.79% | 0.93% | - |
| XYZ | 49.71 | 47.18 | 9.39 | - |
| YUV | 176.53 | 56.03 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 49 | 0 | 0.28 | 0.79 | 0.07 | 39.14 | 0.83 | 0.56 |
| Hex | EC | AB | 31 | 0 | 1C | 4F | 7 | 27 | 53 | 38 |
| Octal | 354 | 253 | 61 | 0 | 34 | 117 | 7 | 47 | 123 | 70 |
| Binary | 11101100 | 10101011 | 110001 | 0 | 11100 | 1001111 | 111 | 100111 | 1010011 | 111000 |
Color Harmonies of #ECAB31
Complementary color
Monochromatic Colors of #ECAB31
Black with #ECAB31
Text Example
Text Example
White with #ECAB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB31; }
p { color: rgb(236,171,49); }
H1.HeaderClassName
{
color: #ECAB31;
}
.AnyTagClassName
{
color: #ECAB31;
}
</style>
background-color css
<style>
a { background-color: #ECAB31; }
a { background-color: rgb(236,171,49); }
div.DivClassName
{
background-color: #ECAB31;
}
.BgClassName
{
background-color: #ECAB31;
}
</style>
border-color css
<style>
span { border-color: #ECAB31; }
span { border-color: rgb(236,171,49); }
td.TdClassName
{
border-color: #ECAB31;
}
.TagClassName
{
border-color: #ECAB31;
}
</style>