Shades of Tulip Tree #ECAA3D
Tints of Tulip Tree #ECAA3D
RGB
CMYK
RGB Variations
Color information
#ECAA3D (or 0xECAA3D) is known color: Tulip Tree. HEX triplet: EC, AA and 3D. RGB value is (236,170,61). Sum of RGB (Red+Green+Blue) = 236+170+61=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 61 (24.22% from 255 or 13.06% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA3D is #1355C2. Grayscale: #B1B1B1. Windows color (decimal): -1267139 or 4041452. OLE color: 4041452.
HSL color Cylindrical-coordinate representation of color #ECAA3D: hue angle of 37.37º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECAA3D is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 61 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.07 |
| HSL | 37.37º | 0.82% | 0.58% | - |
| HSV(B) | 37.37º | 0.74% | 0.93% | - |
| XYZ | 49.81 | 46.92 | 10.85 | - |
| YUV | 177.31 | 62.37 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 61 | 0 | 0.28 | 0.74 | 0.07 | 37.37 | 0.82 | 0.58 |
| Hex | EC | AA | 3D | 0 | 1C | 4A | 7 | 25 | 52 | 3A |
| Octal | 354 | 252 | 75 | 0 | 34 | 112 | 7 | 45 | 122 | 72 |
| Binary | 11101100 | 10101010 | 111101 | 0 | 11100 | 1001010 | 111 | 100101 | 1010010 | 111010 |
Color Harmonies of #ECAA3D
Complementary color
Monochromatic Colors of #ECAA3D
Black with #ECAA3D
Text Example
Text Example
White with #ECAA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA3D; }
p { color: rgb(236,170,61); }
H1.HeaderClassName
{
color: #ECAA3D;
}
.AnyTagClassName
{
color: #ECAA3D;
}
</style>
background-color css
<style>
a { background-color: #ECAA3D; }
a { background-color: rgb(236,170,61); }
div.DivClassName
{
background-color: #ECAA3D;
}
.BgClassName
{
background-color: #ECAA3D;
}
</style>
border-color css
<style>
span { border-color: #ECAA3D; }
span { border-color: rgb(236,170,61); }
td.TdClassName
{
border-color: #ECAA3D;
}
.TagClassName
{
border-color: #ECAA3D;
}
</style>