Shades of Tulip Tree #ECAA34
Tints of Tulip Tree #ECAA34
RGB
CMYK
RGB Variations
Color information
#ECAA34 (or 0xECAA34) is known color: Tulip Tree. HEX triplet: EC, AA and 34. RGB value is (236,170,52). Sum of RGB (Red+Green+Blue) = 236+170+52=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 52 (20.70% from 255 or 11.35% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA34 is #1355CB. Grayscale: #B0B0B0. Windows color (decimal): -1267148 or 3451628. OLE color: 3451628.
HSL color Cylindrical-coordinate representation of color #ECAA34: hue angle of 38.48º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECAA34 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 52 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.07 |
| HSL | 38.48º | 0.83% | 0.56% | - |
| HSV(B) | 38.48º | 0.78% | 0.93% | - |
| XYZ | 49.59 | 46.83 | 9.67 | - |
| YUV | 176.28 | 57.87 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 52 | 0 | 0.28 | 0.78 | 0.07 | 38.48 | 0.83 | 0.56 |
| Hex | EC | AA | 34 | 0 | 1C | 4E | 7 | 26 | 53 | 38 |
| Octal | 354 | 252 | 64 | 0 | 34 | 116 | 7 | 46 | 123 | 70 |
| Binary | 11101100 | 10101010 | 110100 | 0 | 11100 | 1001110 | 111 | 100110 | 1010011 | 111000 |
Color Harmonies of #ECAA34
Complementary color
Monochromatic Colors of #ECAA34
Black with #ECAA34
Text Example
Text Example
White with #ECAA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA34; }
p { color: rgb(236,170,52); }
H1.HeaderClassName
{
color: #ECAA34;
}
.AnyTagClassName
{
color: #ECAA34;
}
</style>
background-color css
<style>
a { background-color: #ECAA34; }
a { background-color: rgb(236,170,52); }
div.DivClassName
{
background-color: #ECAA34;
}
.BgClassName
{
background-color: #ECAA34;
}
</style>
border-color css
<style>
span { border-color: #ECAA34; }
span { border-color: rgb(236,170,52); }
td.TdClassName
{
border-color: #ECAA34;
}
.TagClassName
{
border-color: #ECAA34;
}
</style>