Shades of Tulip Tree #ECAB3B
Tints of Tulip Tree #ECAB3B
RGB
CMYK
RGB Variations
Color information
#ECAB3B (or 0xECAB3B) is known color: Tulip Tree. HEX triplet: EC, AB and 3B. RGB value is (236,171,59). Sum of RGB (Red+Green+Blue) = 236+171+59=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 59 (23.44% from 255 or 12.66% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB3B is #1354C4. Grayscale: #B2B2B2. Windows color (decimal): -1266885 or 3910636. OLE color: 3910636.
HSL color Cylindrical-coordinate representation of color #ECAB3B: hue angle of 37.97º 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 #ECAB3B is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 59 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.07 |
| HSL | 37.97º | 0.82% | 0.58% | - |
| HSV(B) | 37.97º | 0.75% | 0.93% | - |
| XYZ | 49.94 | 47.27 | 10.63 | - |
| YUV | 177.67 | 61.03 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 59 | 0 | 0.28 | 0.75 | 0.07 | 37.97 | 0.82 | 0.58 |
| Hex | EC | AB | 3B | 0 | 1C | 4B | 7 | 26 | 52 | 3A |
| Octal | 354 | 253 | 73 | 0 | 34 | 113 | 7 | 46 | 122 | 72 |
| Binary | 11101100 | 10101011 | 111011 | 0 | 11100 | 1001011 | 111 | 100110 | 1010010 | 111010 |
Color Harmonies of #ECAB3B
Complementary color
Monochromatic Colors of #ECAB3B
Black with #ECAB3B
Text Example
Text Example
White with #ECAB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB3B; }
p { color: rgb(236,171,59); }
H1.HeaderClassName
{
color: #ECAB3B;
}
.AnyTagClassName
{
color: #ECAB3B;
}
</style>
background-color css
<style>
a { background-color: #ECAB3B; }
a { background-color: rgb(236,171,59); }
div.DivClassName
{
background-color: #ECAB3B;
}
.BgClassName
{
background-color: #ECAB3B;
}
</style>
border-color css
<style>
span { border-color: #ECAB3B; }
span { border-color: rgb(236,171,59); }
td.TdClassName
{
border-color: #ECAB3B;
}
.TagClassName
{
border-color: #ECAB3B;
}
</style>