Shades of Tulip Tree #ECAC3B
Tints of Tulip Tree #ECAC3B
RGB
CMYK
RGB Variations
Color information
#ECAC3B (or 0xECAC3B) is known color: Tulip Tree. HEX triplet: EC, AC and 3B. RGB value is (236,172,59). Sum of RGB (Red+Green+Blue) = 236+172+59=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 59 (23.44% from 255 or 12.63% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAC3B is #1353C4. Grayscale: #B2B2B2. Windows color (decimal): -1266629 or 3910892. OLE color: 3910892.
HSL color Cylindrical-coordinate representation of color #ECAC3B: hue angle of 38.31º 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 #ECAC3B is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 59 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.07 |
| HSL | 38.31º | 0.82% | 0.58% | - |
| HSV(B) | 38.31º | 0.75% | 0.93% | - |
| XYZ | 50.13 | 47.65 | 10.69 | - |
| YUV | 178.25 | 60.7 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 59 | 0 | 0.27 | 0.75 | 0.07 | 38.31 | 0.82 | 0.58 |
| Hex | EC | AC | 3B | 0 | 1B | 4B | 7 | 26 | 52 | 3A |
| Octal | 354 | 254 | 73 | 0 | 33 | 113 | 7 | 46 | 122 | 72 |
| Binary | 11101100 | 10101100 | 111011 | 0 | 11011 | 1001011 | 111 | 100110 | 1010010 | 111010 |
Color Harmonies of #ECAC3B
Complementary color
Monochromatic Colors of #ECAC3B
Black with #ECAC3B
Text Example
Text Example
White with #ECAC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC3B; }
p { color: rgb(236,172,59); }
H1.HeaderClassName
{
color: #ECAC3B;
}
.AnyTagClassName
{
color: #ECAC3B;
}
</style>
background-color css
<style>
a { background-color: #ECAC3B; }
a { background-color: rgb(236,172,59); }
div.DivClassName
{
background-color: #ECAC3B;
}
.BgClassName
{
background-color: #ECAC3B;
}
</style>
border-color css
<style>
span { border-color: #ECAC3B; }
span { border-color: rgb(236,172,59); }
td.TdClassName
{
border-color: #ECAC3B;
}
.TagClassName
{
border-color: #ECAC3B;
}
</style>