Shades of Tulip Tree #ECAD3E
Tints of Tulip Tree #ECAD3E
RGB
CMYK
RGB Variations
Color information
#ECAD3E (or 0xECAD3E) is known color: Tulip Tree. HEX triplet: EC, AD and 3E. RGB value is (236,173,62). Sum of RGB (Red+Green+Blue) = 236+173+62=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 62 (24.61% from 255 or 13.16% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAD3E is #1352C1. Grayscale: #B3B3B3. Windows color (decimal): -1266370 or 4107756. OLE color: 4107756.
HSL color Cylindrical-coordinate representation of color #ECAD3E: hue angle of 38.28º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECAD3E is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 62 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.07 |
| HSL | 38.28º | 0.82% | 0.58% | - |
| HSV(B) | 38.28º | 0.74% | 0.93% | - |
| XYZ | 50.41 | 48.07 | 11.18 | - |
| YUV | 179.18 | 61.87 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 62 | 0 | 0.27 | 0.74 | 0.07 | 38.28 | 0.82 | 0.58 |
| Hex | EC | AD | 3E | 0 | 1B | 4A | 7 | 26 | 52 | 3A |
| Octal | 354 | 255 | 76 | 0 | 33 | 112 | 7 | 46 | 122 | 72 |
| Binary | 11101100 | 10101101 | 111110 | 0 | 11011 | 1001010 | 111 | 100110 | 1010010 | 111010 |
Color Harmonies of #ECAD3E
Complementary color
Monochromatic Colors of #ECAD3E
Black with #ECAD3E
Text Example
Text Example
White with #ECAD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAD3E; }
p { color: rgb(236,173,62); }
H1.HeaderClassName
{
color: #ECAD3E;
}
.AnyTagClassName
{
color: #ECAD3E;
}
</style>
background-color css
<style>
a { background-color: #ECAD3E; }
a { background-color: rgb(236,173,62); }
div.DivClassName
{
background-color: #ECAD3E;
}
.BgClassName
{
background-color: #ECAD3E;
}
</style>
border-color css
<style>
span { border-color: #ECAD3E; }
span { border-color: rgb(236,173,62); }
td.TdClassName
{
border-color: #ECAD3E;
}
.TagClassName
{
border-color: #ECAD3E;
}
</style>