Shades of Tulip Tree #ECAC3F
Tints of Tulip Tree #ECAC3F
RGB
CMYK
RGB Variations
Color information
#ECAC3F (or 0xECAC3F) is known color: Tulip Tree. HEX triplet: EC, AC and 3F. RGB value is (236,172,63). Sum of RGB (Red+Green+Blue) = 236+172+63=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 63 (25% from 255 or 13.38% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAC3F is #1353C0. Grayscale: #B3B3B3. Windows color (decimal): -1266625 or 4173036. OLE color: 4173036.
HSL color Cylindrical-coordinate representation of color #ECAC3F: hue angle of 37.8º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECAC3F is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 63 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.07 |
| HSL | 37.8º | 0.82% | 0.59% | - |
| HSV(B) | 37.8º | 0.73% | 0.93% | - |
| XYZ | 50.24 | 47.7 | 11.26 | - |
| YUV | 178.71 | 62.7 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 63 | 0 | 0.27 | 0.73 | 0.07 | 37.8 | 0.82 | 0.59 |
| Hex | EC | AC | 3F | 0 | 1B | 49 | 7 | 26 | 52 | 3B |
| Octal | 354 | 254 | 77 | 0 | 33 | 111 | 7 | 46 | 122 | 73 |
| Binary | 11101100 | 10101100 | 111111 | 0 | 11011 | 1001001 | 111 | 100110 | 1010010 | 111011 |
Color Harmonies of #ECAC3F
Complementary color
Monochromatic Colors of #ECAC3F
Black with #ECAC3F
Text Example
Text Example
White with #ECAC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC3F; }
p { color: rgb(236,172,63); }
H1.HeaderClassName
{
color: #ECAC3F;
}
.AnyTagClassName
{
color: #ECAC3F;
}
</style>
background-color css
<style>
a { background-color: #ECAC3F; }
a { background-color: rgb(236,172,63); }
div.DivClassName
{
background-color: #ECAC3F;
}
.BgClassName
{
background-color: #ECAC3F;
}
</style>
border-color css
<style>
span { border-color: #ECAC3F; }
span { border-color: rgb(236,172,63); }
td.TdClassName
{
border-color: #ECAC3F;
}
.TagClassName
{
border-color: #ECAC3F;
}
</style>