Shades of Tulip Tree #ECA83B
Tints of Tulip Tree #ECA83B
RGB
CMYK
RGB Variations
Color information
#ECA83B (or 0xECA83B) is known color: Tulip Tree. HEX triplet: EC, A8 and 3B. RGB value is (236,168,59). Sum of RGB (Red+Green+Blue) = 236+168+59=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 59 (23.44% from 255 or 12.74% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA83B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA83B is #1357C4. Grayscale: #B0B0B0. Windows color (decimal): -1267653 or 3909868. OLE color: 3909868.
HSL color Cylindrical-coordinate representation of color #ECA83B: hue angle of 36.95º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECA83B is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 59 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.07 |
| HSL | 36.95º | 0.82% | 0.58% | - |
| HSV(B) | 36.95º | 0.75% | 0.93% | - |
| XYZ | 49.38 | 46.15 | 10.44 | - |
| YUV | 175.91 | 62.03 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 59 | 0 | 0.29 | 0.75 | 0.07 | 36.95 | 0.82 | 0.58 |
| Hex | EC | A8 | 3B | 0 | 1D | 4B | 7 | 25 | 52 | 3A |
| Octal | 354 | 250 | 73 | 0 | 35 | 113 | 7 | 45 | 122 | 72 |
| Binary | 11101100 | 10101000 | 111011 | 0 | 11101 | 1001011 | 111 | 100101 | 1010010 | 111010 |
Color Harmonies of #ECA83B
Complementary color
Monochromatic Colors of #ECA83B
Black with #ECA83B
Text Example
Text Example
White with #ECA83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA83B; }
p { color: rgb(236,168,59); }
H1.HeaderClassName
{
color: #ECA83B;
}
.AnyTagClassName
{
color: #ECA83B;
}
</style>
background-color css
<style>
a { background-color: #ECA83B; }
a { background-color: rgb(236,168,59); }
div.DivClassName
{
background-color: #ECA83B;
}
.BgClassName
{
background-color: #ECA83B;
}
</style>
border-color css
<style>
span { border-color: #ECA83B; }
span { border-color: rgb(236,168,59); }
td.TdClassName
{
border-color: #ECA83B;
}
.TagClassName
{
border-color: #ECA83B;
}
</style>