Shades of Tulip Tree #ECA63A
Tints of Tulip Tree #ECA63A
RGB
CMYK
RGB Variations
Color information
#ECA63A (or 0xECA63A) is known color: Tulip Tree. HEX triplet: EC, A6 and 3A. RGB value is (236,166,58). Sum of RGB (Red+Green+Blue) = 236+166+58=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 58 (23.05% from 255 or 12.61% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA63A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA63A is #1359C5. Grayscale: #AFAFAF. Windows color (decimal): -1268166 or 3843820. OLE color: 3843820.
HSL color Cylindrical-coordinate representation of color #ECA63A: hue angle of 36.4º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECA63A is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 58 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.07 |
| HSL | 36.4º | 0.82% | 0.58% | - |
| HSV(B) | 36.4º | 0.75% | 0.93% | - |
| XYZ | 48.99 | 45.41 | 10.19 | - |
| YUV | 174.62 | 62.19 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 58 | 0 | 0.30 | 0.75 | 0.07 | 36.4 | 0.82 | 0.58 |
| Hex | EC | A6 | 3A | 0 | 1E | 4B | 7 | 24 | 52 | 3A |
| Octal | 354 | 246 | 72 | 0 | 36 | 113 | 7 | 44 | 122 | 72 |
| Binary | 11101100 | 10100110 | 111010 | 0 | 11110 | 1001011 | 111 | 100100 | 1010010 | 111010 |
Color Harmonies of #ECA63A
Complementary color
Monochromatic Colors of #ECA63A
Black with #ECA63A
Text Example
Text Example
White with #ECA63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA63A; }
p { color: rgb(236,166,58); }
H1.HeaderClassName
{
color: #ECA63A;
}
.AnyTagClassName
{
color: #ECA63A;
}
</style>
background-color css
<style>
a { background-color: #ECA63A; }
a { background-color: rgb(236,166,58); }
div.DivClassName
{
background-color: #ECA63A;
}
.BgClassName
{
background-color: #ECA63A;
}
</style>
border-color css
<style>
span { border-color: #ECA63A; }
span { border-color: rgb(236,166,58); }
td.TdClassName
{
border-color: #ECA63A;
}
.TagClassName
{
border-color: #ECA63A;
}
</style>