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