Shades of Tulip Tree #ECAE41
Tints of Tulip Tree #ECAE41
RGB
CMYK
RGB Variations
Color information
#ECAE41 (or 0xECAE41) is known color: Tulip Tree. HEX triplet: EC, AE and 41. RGB value is (236,174,65). Sum of RGB (Red+Green+Blue) = 236+174+65=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 65 (25.78% from 255 or 13.68% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAE41 is #1351BE. Grayscale: #B4B4B4. Windows color (decimal): -1266111 or 4304620. OLE color: 4304620.
HSL color Cylindrical-coordinate representation of color #ECAE41: hue angle of 38.25º 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 #ECAE41 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 65 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.07 |
| HSL | 38.25º | 0.82% | 0.59% | - |
| HSV(B) | 38.25º | 0.72% | 0.93% | - |
| XYZ | 50.68 | 48.49 | 11.69 | - |
| YUV | 180.11 | 63.04 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 65 | 0 | 0.26 | 0.72 | 0.07 | 38.25 | 0.82 | 0.59 |
| Hex | EC | AE | 41 | 0 | 1A | 48 | 7 | 26 | 52 | 3B |
| Octal | 354 | 256 | 101 | 0 | 32 | 110 | 7 | 46 | 122 | 73 |
| Binary | 11101100 | 10101110 | 1000001 | 0 | 11010 | 1001000 | 111 | 100110 | 1010010 | 111011 |
Color Harmonies of #ECAE41
Complementary color
Monochromatic Colors of #ECAE41
Black with #ECAE41
Text Example
Text Example
White with #ECAE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAE41; }
p { color: rgb(236,174,65); }
H1.HeaderClassName
{
color: #ECAE41;
}
.AnyTagClassName
{
color: #ECAE41;
}
</style>
background-color css
<style>
a { background-color: #ECAE41; }
a { background-color: rgb(236,174,65); }
div.DivClassName
{
background-color: #ECAE41;
}
.BgClassName
{
background-color: #ECAE41;
}
</style>
border-color css
<style>
span { border-color: #ECAE41; }
span { border-color: rgb(236,174,65); }
td.TdClassName
{
border-color: #ECAE41;
}
.TagClassName
{
border-color: #ECAE41;
}
</style>