Shades of Tulip Tree #ECAD3F
Tints of Tulip Tree #ECAD3F
RGB
CMYK
RGB Variations
Color information
#ECAD3F (or 0xECAD3F) is known color: Tulip Tree. HEX triplet: EC, AD and 3F. RGB value is (236,173,63). Sum of RGB (Red+Green+Blue) = 236+173+63=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 63 (25% from 255 or 13.35% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAD3F is #1352C0. Grayscale: #B3B3B3. Windows color (decimal): -1266369 or 4173292. OLE color: 4173292.
HSL color Cylindrical-coordinate representation of color #ECAD3F: hue angle of 38.15º 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 #ECAD3F is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 63 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.07 |
| HSL | 38.15º | 0.82% | 0.59% | - |
| HSV(B) | 38.15º | 0.73% | 0.93% | - |
| XYZ | 50.43 | 48.08 | 11.32 | - |
| YUV | 179.3 | 62.37 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 63 | 0 | 0.27 | 0.73 | 0.07 | 38.15 | 0.82 | 0.59 |
| Hex | EC | AD | 3F | 0 | 1B | 49 | 7 | 26 | 52 | 3B |
| Octal | 354 | 255 | 77 | 0 | 33 | 111 | 7 | 46 | 122 | 73 |
| Binary | 11101100 | 10101101 | 111111 | 0 | 11011 | 1001001 | 111 | 100110 | 1010010 | 111011 |
Color Harmonies of #ECAD3F
Complementary color
Monochromatic Colors of #ECAD3F
Black with #ECAD3F
Text Example
Text Example
White with #ECAD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAD3F; }
p { color: rgb(236,173,63); }
H1.HeaderClassName
{
color: #ECAD3F;
}
.AnyTagClassName
{
color: #ECAD3F;
}
</style>
background-color css
<style>
a { background-color: #ECAD3F; }
a { background-color: rgb(236,173,63); }
div.DivClassName
{
background-color: #ECAD3F;
}
.BgClassName
{
background-color: #ECAD3F;
}
</style>
border-color css
<style>
span { border-color: #ECAD3F; }
span { border-color: rgb(236,173,63); }
td.TdClassName
{
border-color: #ECAD3F;
}
.TagClassName
{
border-color: #ECAD3F;
}
</style>