Shades of Tulip Tree #ECAD41
Tints of Tulip Tree #ECAD41
RGB
CMYK
RGB Variations
Color information
#ECAD41 (or 0xECAD41) is known color: Tulip Tree. HEX triplet: EC, AD and 41. RGB value is (236,173,65). Sum of RGB (Red+Green+Blue) = 236+173+65=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 65 (25.78% from 255 or 13.71% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAD41 is #1352BE. Grayscale: #B4B4B4. Windows color (decimal): -1266367 or 4304364. OLE color: 4304364.
HSL color Cylindrical-coordinate representation of color #ECAD41: hue angle of 37.89º 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 #ECAD41 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 65 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.07 |
| HSL | 37.89º | 0.82% | 0.59% | - |
| HSV(B) | 37.89º | 0.72% | 0.93% | - |
| XYZ | 50.49 | 48.1 | 11.62 | - |
| YUV | 179.53 | 63.37 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 65 | 0 | 0.27 | 0.72 | 0.07 | 37.89 | 0.82 | 0.59 |
| Hex | EC | AD | 41 | 0 | 1B | 48 | 7 | 26 | 52 | 3B |
| Octal | 354 | 255 | 101 | 0 | 33 | 110 | 7 | 46 | 122 | 73 |
| Binary | 11101100 | 10101101 | 1000001 | 0 | 11011 | 1001000 | 111 | 100110 | 1010010 | 111011 |
Color Harmonies of #ECAD41
Complementary color
Monochromatic Colors of #ECAD41
Black with #ECAD41
Text Example
Text Example
White with #ECAD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAD41; }
p { color: rgb(236,173,65); }
H1.HeaderClassName
{
color: #ECAD41;
}
.AnyTagClassName
{
color: #ECAD41;
}
</style>
background-color css
<style>
a { background-color: #ECAD41; }
a { background-color: rgb(236,173,65); }
div.DivClassName
{
background-color: #ECAD41;
}
.BgClassName
{
background-color: #ECAD41;
}
</style>
border-color css
<style>
span { border-color: #ECAD41; }
span { border-color: rgb(236,173,65); }
td.TdClassName
{
border-color: #ECAD41;
}
.TagClassName
{
border-color: #ECAD41;
}
</style>