Shades of Tulip Tree #ECAB3A
Tints of Tulip Tree #ECAB3A
RGB
CMYK
RGB Variations
Color information
#ECAB3A (or 0xECAB3A) is known color: Tulip Tree. HEX triplet: EC, AB and 3A. RGB value is (236,171,58). Sum of RGB (Red+Green+Blue) = 236+171+58=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 58 (23.05% from 255 or 12.47% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB3A is #1354C5. Grayscale: #B2B2B2. Windows color (decimal): -1266886 or 3845100. OLE color: 3845100.
HSL color Cylindrical-coordinate representation of color #ECAB3A: hue angle of 38.09º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECAB3A is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 58 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.07 |
| HSL | 38.09º | 0.82% | 0.58% | - |
| HSV(B) | 38.09º | 0.75% | 0.93% | - |
| XYZ | 49.92 | 47.26 | 10.49 | - |
| YUV | 177.55 | 60.53 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 58 | 0 | 0.28 | 0.75 | 0.07 | 38.09 | 0.82 | 0.58 |
| Hex | EC | AB | 3A | 0 | 1C | 4B | 7 | 26 | 52 | 3A |
| Octal | 354 | 253 | 72 | 0 | 34 | 113 | 7 | 46 | 122 | 72 |
| Binary | 11101100 | 10101011 | 111010 | 0 | 11100 | 1001011 | 111 | 100110 | 1010010 | 111010 |
Color Harmonies of #ECAB3A
Complementary color
Monochromatic Colors of #ECAB3A
Black with #ECAB3A
Text Example
Text Example
White with #ECAB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB3A; }
p { color: rgb(236,171,58); }
H1.HeaderClassName
{
color: #ECAB3A;
}
.AnyTagClassName
{
color: #ECAB3A;
}
</style>
background-color css
<style>
a { background-color: #ECAB3A; }
a { background-color: rgb(236,171,58); }
div.DivClassName
{
background-color: #ECAB3A;
}
.BgClassName
{
background-color: #ECAB3A;
}
</style>
border-color css
<style>
span { border-color: #ECAB3A; }
span { border-color: rgb(236,171,58); }
td.TdClassName
{
border-color: #ECAB3A;
}
.TagClassName
{
border-color: #ECAB3A;
}
</style>