Shades of Tulip Tree #ECB53D
Tints of Tulip Tree #ECB53D
RGB
CMYK
RGB Variations
Color information
#ECB53D (or 0xECB53D) is known color: Tulip Tree. HEX triplet: EC, B5 and 3D. RGB value is (236,181,61). Sum of RGB (Red+Green+Blue) = 236+181+61=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 61 (24.22% from 255 or 12.76% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB53D is #134AC2. Grayscale: #B8B8B8. Windows color (decimal): -1264323 or 4044268. OLE color: 4044268.
HSL color Cylindrical-coordinate representation of color #ECB53D: hue angle of 41.14º 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 #ECB53D is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 61 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.07 |
| HSL | 41.14º | 0.82% | 0.58% | - |
| HSV(B) | 41.14º | 0.74% | 0.93% | - |
| XYZ | 51.96 | 51.22 | 11.56 | - |
| YUV | 183.77 | 58.72 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 61 | 0 | 0.23 | 0.74 | 0.07 | 41.14 | 0.82 | 0.58 |
| Hex | EC | B5 | 3D | 0 | 17 | 4A | 7 | 29 | 52 | 3A |
| Octal | 354 | 265 | 75 | 0 | 27 | 112 | 7 | 51 | 122 | 72 |
| Binary | 11101100 | 10110101 | 111101 | 0 | 10111 | 1001010 | 111 | 101001 | 1010010 | 111010 |
Color Harmonies of #ECB53D
Complementary color
Monochromatic Colors of #ECB53D
Black with #ECB53D
Text Example
Text Example
White with #ECB53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB53D; }
p { color: rgb(236,181,61); }
H1.HeaderClassName
{
color: #ECB53D;
}
.AnyTagClassName
{
color: #ECB53D;
}
</style>
background-color css
<style>
a { background-color: #ECB53D; }
a { background-color: rgb(236,181,61); }
div.DivClassName
{
background-color: #ECB53D;
}
.BgClassName
{
background-color: #ECB53D;
}
</style>
border-color css
<style>
span { border-color: #ECB53D; }
span { border-color: rgb(236,181,61); }
td.TdClassName
{
border-color: #ECB53D;
}
.TagClassName
{
border-color: #ECB53D;
}
</style>