Shades of Tulip Tree #ECAE40
Tints of Tulip Tree #ECAE40
RGB
CMYK
RGB Variations
Color information
#ECAE40 (or 0xECAE40) is known color: Tulip Tree. HEX triplet: EC, AE and 40. RGB value is (236,174,64). Sum of RGB (Red+Green+Blue) = 236+174+64=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAE40 is #1351BF. Grayscale: #B4B4B4. Windows color (decimal): -1266112 or 4239084. OLE color: 4239084.
HSL color Cylindrical-coordinate representation of color #ECAE40: hue angle of 38.37º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECAE40 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 64 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.07 |
| HSL | 38.37º | 0.82% | 0.59% | - |
| HSV(B) | 38.37º | 0.73% | 0.93% | - |
| XYZ | 50.65 | 48.48 | 11.54 | - |
| YUV | 180 | 62.54 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 64 | 0 | 0.26 | 0.73 | 0.07 | 38.37 | 0.82 | 0.59 |
| Hex | EC | AE | 40 | 0 | 1A | 49 | 7 | 26 | 52 | 3B |
| Octal | 354 | 256 | 100 | 0 | 32 | 111 | 7 | 46 | 122 | 73 |
| Binary | 11101100 | 10101110 | 1000000 | 0 | 11010 | 1001001 | 111 | 100110 | 1010010 | 111011 |
Color Harmonies of #ECAE40
Complementary color
Monochromatic Colors of #ECAE40
Black with #ECAE40
Text Example
Text Example
White with #ECAE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAE40; }
p { color: rgb(236,174,64); }
H1.HeaderClassName
{
color: #ECAE40;
}
.AnyTagClassName
{
color: #ECAE40;
}
</style>
background-color css
<style>
a { background-color: #ECAE40; }
a { background-color: rgb(236,174,64); }
div.DivClassName
{
background-color: #ECAE40;
}
.BgClassName
{
background-color: #ECAE40;
}
</style>
border-color css
<style>
span { border-color: #ECAE40; }
span { border-color: rgb(236,174,64); }
td.TdClassName
{
border-color: #ECAE40;
}
.TagClassName
{
border-color: #ECAE40;
}
</style>