Shades of Tulip Tree #ECAA42
Tints of Tulip Tree #ECAA42
RGB
CMYK
RGB Variations
Color information
#ECAA42 (or 0xECAA42) is known color: Tulip Tree. HEX triplet: EC, AA and 42. RGB value is (236,170,66). Sum of RGB (Red+Green+Blue) = 236+170+66=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA42 is #1355BD. Grayscale: #B2B2B2. Windows color (decimal): -1267134 or 4369132. OLE color: 4369132.
HSL color Cylindrical-coordinate representation of color #ECAA42: hue angle of 36.71º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECAA42 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 66 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.07 |
| HSL | 36.71º | 0.82% | 0.59% | - |
| HSV(B) | 36.71º | 0.72% | 0.93% | - |
| XYZ | 49.95 | 46.98 | 11.59 | - |
| YUV | 177.88 | 64.87 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 66 | 0 | 0.28 | 0.72 | 0.07 | 36.71 | 0.82 | 0.59 |
| Hex | EC | AA | 42 | 0 | 1C | 48 | 7 | 25 | 52 | 3B |
| Octal | 354 | 252 | 102 | 0 | 34 | 110 | 7 | 45 | 122 | 73 |
| Binary | 11101100 | 10101010 | 1000010 | 0 | 11100 | 1001000 | 111 | 100101 | 1010010 | 111011 |
Color Harmonies of #ECAA42
Complementary color
Monochromatic Colors of #ECAA42
Black with #ECAA42
Text Example
Text Example
White with #ECAA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA42; }
p { color: rgb(236,170,66); }
H1.HeaderClassName
{
color: #ECAA42;
}
.AnyTagClassName
{
color: #ECAA42;
}
</style>
background-color css
<style>
a { background-color: #ECAA42; }
a { background-color: rgb(236,170,66); }
div.DivClassName
{
background-color: #ECAA42;
}
.BgClassName
{
background-color: #ECAA42;
}
</style>
border-color css
<style>
span { border-color: #ECAA42; }
span { border-color: rgb(236,170,66); }
td.TdClassName
{
border-color: #ECAA42;
}
.TagClassName
{
border-color: #ECAA42;
}
</style>