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