Shades of Tulip Tree #ECA93A
Tints of Tulip Tree #ECA93A
RGB
CMYK
RGB Variations
Color information
#ECA93A (or 0xECA93A) is known color: Tulip Tree. HEX triplet: EC, A9 and 3A. RGB value is (236,169,58). Sum of RGB (Red+Green+Blue) = 236+169+58=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA93A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA93A is #1356C5. Grayscale: #B0B0B0. Windows color (decimal): -1267398 or 3844588. OLE color: 3844588.
HSL color Cylindrical-coordinate representation of color #ECA93A: hue angle of 37.42º 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 #ECA93A is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 169 | 58 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.07 |
| HSL | 37.42º | 0.82% | 0.58% | - |
| HSV(B) | 37.42º | 0.75% | 0.93% | - |
| XYZ | 49.54 | 46.51 | 10.37 | - |
| YUV | 176.38 | 61.2 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 169 | 58 | 0 | 0.28 | 0.75 | 0.07 | 37.42 | 0.82 | 0.58 |
| Hex | EC | A9 | 3A | 0 | 1C | 4B | 7 | 25 | 52 | 3A |
| Octal | 354 | 251 | 72 | 0 | 34 | 113 | 7 | 45 | 122 | 72 |
| Binary | 11101100 | 10101001 | 111010 | 0 | 11100 | 1001011 | 111 | 100101 | 1010010 | 111010 |
Color Harmonies of #ECA93A
Complementary color
Monochromatic Colors of #ECA93A
Black with #ECA93A
Text Example
Text Example
White with #ECA93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA93A; }
p { color: rgb(236,169,58); }
H1.HeaderClassName
{
color: #ECA93A;
}
.AnyTagClassName
{
color: #ECA93A;
}
</style>
background-color css
<style>
a { background-color: #ECA93A; }
a { background-color: rgb(236,169,58); }
div.DivClassName
{
background-color: #ECA93A;
}
.BgClassName
{
background-color: #ECA93A;
}
</style>
border-color css
<style>
span { border-color: #ECA93A; }
span { border-color: rgb(236,169,58); }
td.TdClassName
{
border-color: #ECA93A;
}
.TagClassName
{
border-color: #ECA93A;
}
</style>