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