Shades of Tulip Tree #ECAA31
Tints of Tulip Tree #ECAA31
RGB
CMYK
RGB Variations
Color information
#ECAA31 (or 0xECAA31) is known color: Tulip Tree. HEX triplet: EC, AA and 31. RGB value is (236,170,49). Sum of RGB (Red+Green+Blue) = 236+170+49=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 49 (19.53% from 255 or 10.77% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA31 is #1355CE. Grayscale: #B0B0B0. Windows color (decimal): -1267151 or 3255020. OLE color: 3255020.
HSL color Cylindrical-coordinate representation of color #ECAA31: hue angle of 38.82º 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 #ECAA31 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 49 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.07 |
| HSL | 38.82º | 0.83% | 0.56% | - |
| HSV(B) | 38.82º | 0.79% | 0.93% | - |
| XYZ | 49.52 | 46.8 | 9.33 | - |
| YUV | 175.94 | 56.37 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 49 | 0 | 0.28 | 0.79 | 0.07 | 38.82 | 0.83 | 0.56 |
| Hex | EC | AA | 31 | 0 | 1C | 4F | 7 | 27 | 53 | 38 |
| Octal | 354 | 252 | 61 | 0 | 34 | 117 | 7 | 47 | 123 | 70 |
| Binary | 11101100 | 10101010 | 110001 | 0 | 11100 | 1001111 | 111 | 100111 | 1010011 | 111000 |
Color Harmonies of #ECAA31
Complementary color
Monochromatic Colors of #ECAA31
Black with #ECAA31
Text Example
Text Example
White with #ECAA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA31; }
p { color: rgb(236,170,49); }
H1.HeaderClassName
{
color: #ECAA31;
}
.AnyTagClassName
{
color: #ECAA31;
}
</style>
background-color css
<style>
a { background-color: #ECAA31; }
a { background-color: rgb(236,170,49); }
div.DivClassName
{
background-color: #ECAA31;
}
.BgClassName
{
background-color: #ECAA31;
}
</style>
border-color css
<style>
span { border-color: #ECAA31; }
span { border-color: rgb(236,170,49); }
td.TdClassName
{
border-color: #ECAA31;
}
.TagClassName
{
border-color: #ECAA31;
}
</style>