Shades of Tulip Tree #ECA841
Tints of Tulip Tree #ECA841
RGB
CMYK
RGB Variations
Color information
#ECA841 (or 0xECA841) is known color: Tulip Tree. HEX triplet: EC, A8 and 41. RGB value is (236,168,65). Sum of RGB (Red+Green+Blue) = 236+168+65=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 65 (25.78% from 255 or 13.86% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA841 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA841 is #1357BE. Grayscale: #B1B1B1. Windows color (decimal): -1267647 or 4303084. OLE color: 4303084.
HSL color Cylindrical-coordinate representation of color #ECA841: hue angle of 36.14º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECA841 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 65 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.07 |
| HSL | 36.14º | 0.82% | 0.59% | - |
| HSV(B) | 36.14º | 0.72% | 0.93% | - |
| XYZ | 49.55 | 46.22 | 11.31 | - |
| YUV | 176.59 | 65.03 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 65 | 0 | 0.29 | 0.72 | 0.07 | 36.14 | 0.82 | 0.59 |
| Hex | EC | A8 | 41 | 0 | 1D | 48 | 7 | 24 | 52 | 3B |
| Octal | 354 | 250 | 101 | 0 | 35 | 110 | 7 | 44 | 122 | 73 |
| Binary | 11101100 | 10101000 | 1000001 | 0 | 11101 | 1001000 | 111 | 100100 | 1010010 | 111011 |
Color Harmonies of #ECA841
Complementary color
Monochromatic Colors of #ECA841
Black with #ECA841
Text Example
Text Example
White with #ECA841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA841; }
p { color: rgb(236,168,65); }
H1.HeaderClassName
{
color: #ECA841;
}
.AnyTagClassName
{
color: #ECA841;
}
</style>
background-color css
<style>
a { background-color: #ECA841; }
a { background-color: rgb(236,168,65); }
div.DivClassName
{
background-color: #ECA841;
}
.BgClassName
{
background-color: #ECA841;
}
</style>
border-color css
<style>
span { border-color: #ECA841; }
span { border-color: rgb(236,168,65); }
td.TdClassName
{
border-color: #ECA841;
}
.TagClassName
{
border-color: #ECA841;
}
</style>