Shades of Tulip Tree #ECAD44
Tints of Tulip Tree #ECAD44
RGB
CMYK
RGB Variations
Color information
#ECAD44 (or 0xECAD44) is known color: Tulip Tree. HEX triplet: EC, AD and 44. RGB value is (236,173,68). Sum of RGB (Red+Green+Blue) = 236+173+68=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 68 (26.95% from 255 or 14.26% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAD44 is #1352BB. Grayscale: #B4B4B4. Windows color (decimal): -1266364 or 4500972. OLE color: 4500972.
HSL color Cylindrical-coordinate representation of color #ECAD44: hue angle of 37.5º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ECAD44 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 68 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.07 |
| HSL | 37.5º | 0.82% | 0.6% | - |
| HSV(B) | 37.5º | 0.71% | 0.93% | - |
| XYZ | 50.58 | 48.14 | 12.09 | - |
| YUV | 179.87 | 64.87 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 68 | 0 | 0.27 | 0.71 | 0.07 | 37.5 | 0.82 | 0.6 |
| Hex | EC | AD | 44 | 0 | 1B | 47 | 7 | 26 | 52 | 3C |
| Octal | 354 | 255 | 104 | 0 | 33 | 107 | 7 | 46 | 122 | 74 |
| Binary | 11101100 | 10101101 | 1000100 | 0 | 11011 | 1000111 | 111 | 100110 | 1010010 | 111100 |
Color Harmonies of #ECAD44
Complementary color
Monochromatic Colors of #ECAD44
Black with #ECAD44
Text Example
Text Example
White with #ECAD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAD44; }
p { color: rgb(236,173,68); }
H1.HeaderClassName
{
color: #ECAD44;
}
.AnyTagClassName
{
color: #ECAD44;
}
</style>
background-color css
<style>
a { background-color: #ECAD44; }
a { background-color: rgb(236,173,68); }
div.DivClassName
{
background-color: #ECAD44;
}
.BgClassName
{
background-color: #ECAD44;
}
</style>
border-color css
<style>
span { border-color: #ECAD44; }
span { border-color: rgb(236,173,68); }
td.TdClassName
{
border-color: #ECAD44;
}
.TagClassName
{
border-color: #ECAD44;
}
</style>