Shades of Tulip Tree #ECAE3E
Tints of Tulip Tree #ECAE3E
RGB
CMYK
RGB Variations
Color information
#ECAE3E (or 0xECAE3E) is known color: Tulip Tree. HEX triplet: EC, AE and 3E. RGB value is (236,174,62). Sum of RGB (Red+Green+Blue) = 236+174+62=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 62 (24.61% from 255 or 13.14% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAE3E is #1351C1. Grayscale: #B4B4B4. Windows color (decimal): -1266114 or 4108012. OLE color: 4108012.
HSL color Cylindrical-coordinate representation of color #ECAE3E: hue angle of 38.62º 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 #ECAE3E is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 62 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.07 |
| HSL | 38.62º | 0.82% | 0.58% | - |
| HSV(B) | 38.62º | 0.74% | 0.93% | - |
| XYZ | 50.6 | 48.45 | 11.24 | - |
| YUV | 179.77 | 61.54 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 62 | 0 | 0.26 | 0.74 | 0.07 | 38.62 | 0.82 | 0.58 |
| Hex | EC | AE | 3E | 0 | 1A | 4A | 7 | 27 | 52 | 3A |
| Octal | 354 | 256 | 76 | 0 | 32 | 112 | 7 | 47 | 122 | 72 |
| Binary | 11101100 | 10101110 | 111110 | 0 | 11010 | 1001010 | 111 | 100111 | 1010010 | 111010 |
Color Harmonies of #ECAE3E
Complementary color
Monochromatic Colors of #ECAE3E
Black with #ECAE3E
Text Example
Text Example
White with #ECAE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAE3E; }
p { color: rgb(236,174,62); }
H1.HeaderClassName
{
color: #ECAE3E;
}
.AnyTagClassName
{
color: #ECAE3E;
}
</style>
background-color css
<style>
a { background-color: #ECAE3E; }
a { background-color: rgb(236,174,62); }
div.DivClassName
{
background-color: #ECAE3E;
}
.BgClassName
{
background-color: #ECAE3E;
}
</style>
border-color css
<style>
span { border-color: #ECAE3E; }
span { border-color: rgb(236,174,62); }
td.TdClassName
{
border-color: #ECAE3E;
}
.TagClassName
{
border-color: #ECAE3E;
}
</style>