Shades of Tulip Tree #ECAA3A
Tints of Tulip Tree #ECAA3A
RGB
CMYK
RGB Variations
Color information
#ECAA3A (or 0xECAA3A) is known color: Tulip Tree. HEX triplet: EC, AA and 3A. RGB value is (236,170,58). Sum of RGB (Red+Green+Blue) = 236+170+58=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 58 (23.05% from 255 or 12.5% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA3A is #1355C5. Grayscale: #B1B1B1. Windows color (decimal): -1267142 or 3844844. OLE color: 3844844.
HSL color Cylindrical-coordinate representation of color #ECAA3A: hue angle of 37.75º 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 #ECAA3A is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 58 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.07 |
| HSL | 37.75º | 0.82% | 0.58% | - |
| HSV(B) | 37.75º | 0.75% | 0.93% | - |
| XYZ | 49.73 | 46.89 | 10.43 | - |
| YUV | 176.97 | 60.87 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 58 | 0 | 0.28 | 0.75 | 0.07 | 37.75 | 0.82 | 0.58 |
| Hex | EC | AA | 3A | 0 | 1C | 4B | 7 | 26 | 52 | 3A |
| Octal | 354 | 252 | 72 | 0 | 34 | 113 | 7 | 46 | 122 | 72 |
| Binary | 11101100 | 10101010 | 111010 | 0 | 11100 | 1001011 | 111 | 100110 | 1010010 | 111010 |
Color Harmonies of #ECAA3A
Complementary color
Monochromatic Colors of #ECAA3A
Black with #ECAA3A
Text Example
Text Example
White with #ECAA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA3A; }
p { color: rgb(236,170,58); }
H1.HeaderClassName
{
color: #ECAA3A;
}
.AnyTagClassName
{
color: #ECAA3A;
}
</style>
background-color css
<style>
a { background-color: #ECAA3A; }
a { background-color: rgb(236,170,58); }
div.DivClassName
{
background-color: #ECAA3A;
}
.BgClassName
{
background-color: #ECAA3A;
}
</style>
border-color css
<style>
span { border-color: #ECAA3A; }
span { border-color: rgb(236,170,58); }
td.TdClassName
{
border-color: #ECAA3A;
}
.TagClassName
{
border-color: #ECAA3A;
}
</style>