Shades of Tulip Tree #ECA63D
Tints of Tulip Tree #ECA63D
RGB
CMYK
RGB Variations
Color information
#ECA63D (or 0xECA63D) is known color: Tulip Tree. HEX triplet: EC, A6 and 3D. RGB value is (236,166,61). Sum of RGB (Red+Green+Blue) = 236+166+61=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA63D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA63D is #1359C2. Grayscale: #AFAFAF. Windows color (decimal): -1268163 or 4040428. OLE color: 4040428.
HSL color Cylindrical-coordinate representation of color #ECA63D: hue angle of 36º 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 #ECA63D is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 61 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.07 |
| HSL | 36º | 0.82% | 0.58% | - |
| HSV(B) | 36º | 0.74% | 0.93% | - |
| XYZ | 49.07 | 45.44 | 10.6 | - |
| YUV | 174.96 | 63.69 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 61 | 0 | 0.30 | 0.74 | 0.07 | 36 | 0.82 | 0.58 |
| Hex | EC | A6 | 3D | 0 | 1E | 4A | 7 | 24 | 52 | 3A |
| Octal | 354 | 246 | 75 | 0 | 36 | 112 | 7 | 44 | 122 | 72 |
| Binary | 11101100 | 10100110 | 111101 | 0 | 11110 | 1001010 | 111 | 100100 | 1010010 | 111010 |
Color Harmonies of #ECA63D
Complementary color
Monochromatic Colors of #ECA63D
Black with #ECA63D
Text Example
Text Example
White with #ECA63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA63D; }
p { color: rgb(236,166,61); }
H1.HeaderClassName
{
color: #ECA63D;
}
.AnyTagClassName
{
color: #ECA63D;
}
</style>
background-color css
<style>
a { background-color: #ECA63D; }
a { background-color: rgb(236,166,61); }
div.DivClassName
{
background-color: #ECA63D;
}
.BgClassName
{
background-color: #ECA63D;
}
</style>
border-color css
<style>
span { border-color: #ECA63D; }
span { border-color: rgb(236,166,61); }
td.TdClassName
{
border-color: #ECA63D;
}
.TagClassName
{
border-color: #ECA63D;
}
</style>