Shades of Tulip Tree #ECBA3F
Tints of Tulip Tree #ECBA3F
RGB
CMYK
RGB Variations
Color information
#ECBA3F (or 0xECBA3F) is known color: Tulip Tree. HEX triplet: EC, BA and 3F. RGB value is (236,186,63). Sum of RGB (Red+Green+Blue) = 236+186+63=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 63 (25% from 255 or 12.99% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBA3F is #1345C0. Grayscale: #BBBBBB. Windows color (decimal): -1263041 or 4176620. OLE color: 4176620.
HSL color Cylindrical-coordinate representation of color #ECBA3F: hue angle of 42.66º 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 #ECBA3F is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 63 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.07 |
| HSL | 42.66º | 0.82% | 0.59% | - |
| HSV(B) | 42.66º | 0.73% | 0.93% | - |
| XYZ | 53.05 | 53.31 | 12.2 | - |
| YUV | 186.93 | 58.07 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 63 | 0 | 0.21 | 0.73 | 0.07 | 42.66 | 0.82 | 0.59 |
| Hex | EC | BA | 3F | 0 | 15 | 49 | 7 | 2B | 52 | 3B |
| Octal | 354 | 272 | 77 | 0 | 25 | 111 | 7 | 53 | 122 | 73 |
| Binary | 11101100 | 10111010 | 111111 | 0 | 10101 | 1001001 | 111 | 101011 | 1010010 | 111011 |
Color Harmonies of #ECBA3F
Complementary color
Monochromatic Colors of #ECBA3F
Black with #ECBA3F
Text Example
Text Example
White with #ECBA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA3F; }
p { color: rgb(236,186,63); }
H1.HeaderClassName
{
color: #ECBA3F;
}
.AnyTagClassName
{
color: #ECBA3F;
}
</style>
background-color css
<style>
a { background-color: #ECBA3F; }
a { background-color: rgb(236,186,63); }
div.DivClassName
{
background-color: #ECBA3F;
}
.BgClassName
{
background-color: #ECBA3F;
}
</style>
border-color css
<style>
span { border-color: #ECBA3F; }
span { border-color: rgb(236,186,63); }
td.TdClassName
{
border-color: #ECBA3F;
}
.TagClassName
{
border-color: #ECBA3F;
}
</style>