Shades of Tulip Tree #ECAB32
Tints of Tulip Tree #ECAB32
RGB
CMYK
RGB Variations
Color information
#ECAB32 (or 0xECAB32) is known color: Tulip Tree. HEX triplet: EC, AB and 32. RGB value is (236,171,50). Sum of RGB (Red+Green+Blue) = 236+171+50=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 50 (19.92% from 255 or 10.94% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB32 is #1354CD. Grayscale: #B1B1B1. Windows color (decimal): -1266894 or 3320812. OLE color: 3320812.
HSL color Cylindrical-coordinate representation of color #ECAB32: hue angle of 39.03º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECAB32 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 50 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.07 |
| HSL | 39.03º | 0.83% | 0.56% | - |
| HSV(B) | 39.03º | 0.79% | 0.93% | - |
| XYZ | 49.73 | 47.19 | 9.5 | - |
| YUV | 176.64 | 56.53 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 50 | 0 | 0.28 | 0.79 | 0.07 | 39.03 | 0.83 | 0.56 |
| Hex | EC | AB | 32 | 0 | 1C | 4F | 7 | 27 | 53 | 38 |
| Octal | 354 | 253 | 62 | 0 | 34 | 117 | 7 | 47 | 123 | 70 |
| Binary | 11101100 | 10101011 | 110010 | 0 | 11100 | 1001111 | 111 | 100111 | 1010011 | 111000 |
Color Harmonies of #ECAB32
Complementary color
Monochromatic Colors of #ECAB32
Black with #ECAB32
Text Example
Text Example
White with #ECAB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB32; }
p { color: rgb(236,171,50); }
H1.HeaderClassName
{
color: #ECAB32;
}
.AnyTagClassName
{
color: #ECAB32;
}
</style>
background-color css
<style>
a { background-color: #ECAB32; }
a { background-color: rgb(236,171,50); }
div.DivClassName
{
background-color: #ECAB32;
}
.BgClassName
{
background-color: #ECAB32;
}
</style>
border-color css
<style>
span { border-color: #ECAB32; }
span { border-color: rgb(236,171,50); }
td.TdClassName
{
border-color: #ECAB32;
}
.TagClassName
{
border-color: #ECAB32;
}
</style>