Shades of Tulip Tree #ECBA3D
Tints of Tulip Tree #ECBA3D
RGB
CMYK
RGB Variations
Color information
#ECBA3D (or 0xECBA3D) is known color: Tulip Tree. HEX triplet: EC, BA and 3D. RGB value is (236,186,61). Sum of RGB (Red+Green+Blue) = 236+186+61=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 61 (24.22% from 255 or 12.63% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBA3D is #1345C2. Grayscale: #BBBBBB. Windows color (decimal): -1263043 or 4045548. OLE color: 4045548.
HSL color Cylindrical-coordinate representation of color #ECBA3D: hue angle of 42.86º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECBA3D is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 186 | 61 | - |
CMYK | 0 | 0.21 | 0.74 | 0.07 |
HSL | 42.86º | 0.82% | 0.58% | - |
HSV(B) | 42.86º | 0.74% | 0.93% | - |
XYZ | 52.99 | 53.29 | 11.91 | - |
YUV | 186.7 | 57.07 | 163.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 186 | 61 | 0 | 0.21 | 0.74 | 0.07 | 42.86 | 0.82 | 0.58 |
Hex | EC | BA | 3D | 0 | 15 | 4A | 7 | 2B | 52 | 3A |
Octal | 354 | 272 | 75 | 0 | 25 | 112 | 7 | 53 | 122 | 72 |
Binary | 11101100 | 10111010 | 111101 | 0 | 10101 | 1001010 | 111 | 101011 | 1010010 | 111010 |
Color Harmonies of #ECBA3D
Complementary color
Monochromatic Colors of #ECBA3D
Black with #ECBA3D
Text Example
Text Example
White with #ECBA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA3D; }
p { color: rgb(236,186,61); }
H1.HeaderClassName
{
color: #ECBA3D;
}
.AnyTagClassName
{
color: #ECBA3D;
}
</style>
background-color css
<style>
a { background-color: #ECBA3D; }
a { background-color: rgb(236,186,61); }
div.DivClassName
{
background-color: #ECBA3D;
}
.BgClassName
{
background-color: #ECBA3D;
}
</style>
border-color css
<style>
span { border-color: #ECBA3D; }
span { border-color: rgb(236,186,61); }
td.TdClassName
{
border-color: #ECBA3D;
}
.TagClassName
{
border-color: #ECBA3D;
}
</style>