Shades of Tulip Tree #ECAA36
Tints of Tulip Tree #ECAA36
RGB
CMYK
RGB Variations
Color information
#ECAA36 (or 0xECAA36) is known color: Tulip Tree. HEX triplet: EC, AA and 36. RGB value is (236,170,54). Sum of RGB (Red+Green+Blue) = 236+170+54=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 54 (21.48% from 255 or 11.74% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA36 is #1355C9. Grayscale: #B1B1B1. Windows color (decimal): -1267146 or 3582700. OLE color: 3582700.
HSL color Cylindrical-coordinate representation of color #ECAA36: hue angle of 38.24º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ECAA36 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 54 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.07 |
| HSL | 38.24º | 0.83% | 0.57% | - |
| HSV(B) | 38.24º | 0.77% | 0.93% | - |
| XYZ | 49.63 | 46.85 | 9.92 | - |
| YUV | 176.51 | 58.87 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 54 | 0 | 0.28 | 0.77 | 0.07 | 38.24 | 0.83 | 0.57 |
| Hex | EC | AA | 36 | 0 | 1C | 4D | 7 | 26 | 53 | 39 |
| Octal | 354 | 252 | 66 | 0 | 34 | 115 | 7 | 46 | 123 | 71 |
| Binary | 11101100 | 10101010 | 110110 | 0 | 11100 | 1001101 | 111 | 100110 | 1010011 | 111001 |
Color Harmonies of #ECAA36
Complementary color
Monochromatic Colors of #ECAA36
Black with #ECAA36
Text Example
Text Example
White with #ECAA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA36; }
p { color: rgb(236,170,54); }
H1.HeaderClassName
{
color: #ECAA36;
}
.AnyTagClassName
{
color: #ECAA36;
}
</style>
background-color css
<style>
a { background-color: #ECAA36; }
a { background-color: rgb(236,170,54); }
div.DivClassName
{
background-color: #ECAA36;
}
.BgClassName
{
background-color: #ECAA36;
}
</style>
border-color css
<style>
span { border-color: #ECAA36; }
span { border-color: rgb(236,170,54); }
td.TdClassName
{
border-color: #ECAA36;
}
.TagClassName
{
border-color: #ECAA36;
}
</style>