Shades of Tulip Tree #ECAB3D
Tints of Tulip Tree #ECAB3D
RGB
CMYK
RGB Variations
Color information
#ECAB3D (or 0xECAB3D) is known color: Tulip Tree. HEX triplet: EC, AB and 3D. RGB value is (236,171,61). Sum of RGB (Red+Green+Blue) = 236+171+61=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 61 (24.22% from 255 or 13.03% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB3D is #1354C2. Grayscale: #B2B2B2. Windows color (decimal): -1266883 or 4041708. OLE color: 4041708.
HSL color Cylindrical-coordinate representation of color #ECAB3D: hue angle of 37.71º 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 #ECAB3D is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 61 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.07 |
| HSL | 37.71º | 0.82% | 0.58% | - |
| HSV(B) | 37.71º | 0.74% | 0.93% | - |
| XYZ | 50 | 47.3 | 10.91 | - |
| YUV | 177.9 | 62.03 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 61 | 0 | 0.28 | 0.74 | 0.07 | 37.71 | 0.82 | 0.58 |
| Hex | EC | AB | 3D | 0 | 1C | 4A | 7 | 26 | 52 | 3A |
| Octal | 354 | 253 | 75 | 0 | 34 | 112 | 7 | 46 | 122 | 72 |
| Binary | 11101100 | 10101011 | 111101 | 0 | 11100 | 1001010 | 111 | 100110 | 1010010 | 111010 |
Color Harmonies of #ECAB3D
Complementary color
Monochromatic Colors of #ECAB3D
Black with #ECAB3D
Text Example
Text Example
White with #ECAB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB3D; }
p { color: rgb(236,171,61); }
H1.HeaderClassName
{
color: #ECAB3D;
}
.AnyTagClassName
{
color: #ECAB3D;
}
</style>
background-color css
<style>
a { background-color: #ECAB3D; }
a { background-color: rgb(236,171,61); }
div.DivClassName
{
background-color: #ECAB3D;
}
.BgClassName
{
background-color: #ECAB3D;
}
</style>
border-color css
<style>
span { border-color: #ECAB3D; }
span { border-color: rgb(236,171,61); }
td.TdClassName
{
border-color: #ECAB3D;
}
.TagClassName
{
border-color: #ECAB3D;
}
</style>