Shades of Tulip Tree #ECA83D
Tints of Tulip Tree #ECA83D
RGB
CMYK
RGB Variations
Color information
#ECA83D (or 0xECA83D) is known color: Tulip Tree. HEX triplet: EC, A8 and 3D. RGB value is (236,168,61). Sum of RGB (Red+Green+Blue) = 236+168+61=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA83D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA83D is #1357C2. Grayscale: #B0B0B0. Windows color (decimal): -1267651 or 4040940. OLE color: 4040940.
HSL color Cylindrical-coordinate representation of color #ECA83D: hue angle of 36.69º 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 #ECA83D is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 61 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.07 |
| HSL | 36.69º | 0.82% | 0.58% | - |
| HSV(B) | 36.69º | 0.74% | 0.93% | - |
| XYZ | 49.44 | 46.18 | 10.72 | - |
| YUV | 176.13 | 63.03 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 61 | 0 | 0.29 | 0.74 | 0.07 | 36.69 | 0.82 | 0.58 |
| Hex | EC | A8 | 3D | 0 | 1D | 4A | 7 | 25 | 52 | 3A |
| Octal | 354 | 250 | 75 | 0 | 35 | 112 | 7 | 45 | 122 | 72 |
| Binary | 11101100 | 10101000 | 111101 | 0 | 11101 | 1001010 | 111 | 100101 | 1010010 | 111010 |
Color Harmonies of #ECA83D
Complementary color
Monochromatic Colors of #ECA83D
Black with #ECA83D
Text Example
Text Example
White with #ECA83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA83D; }
p { color: rgb(236,168,61); }
H1.HeaderClassName
{
color: #ECA83D;
}
.AnyTagClassName
{
color: #ECA83D;
}
</style>
background-color css
<style>
a { background-color: #ECA83D; }
a { background-color: rgb(236,168,61); }
div.DivClassName
{
background-color: #ECA83D;
}
.BgClassName
{
background-color: #ECA83D;
}
</style>
border-color css
<style>
span { border-color: #ECA83D; }
span { border-color: rgb(236,168,61); }
td.TdClassName
{
border-color: #ECA83D;
}
.TagClassName
{
border-color: #ECA83D;
}
</style>