Shades of Tulip Tree #ECB73D
Tints of Tulip Tree #ECB73D
RGB
CMYK
RGB Variations
Color information
#ECB73D (or 0xECB73D) is known color: Tulip Tree. HEX triplet: EC, B7 and 3D. RGB value is (236,183,61). Sum of RGB (Red+Green+Blue) = 236+183+61=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 61 (24.22% from 255 or 12.71% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB73D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB73D is #1348C2. Grayscale: #B9B9B9. Windows color (decimal): -1263811 or 4044780. OLE color: 4044780.
HSL color Cylindrical-coordinate representation of color #ECB73D: hue angle of 41.83º 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 #ECB73D is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 61 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.07 |
| HSL | 41.83º | 0.82% | 0.58% | - |
| HSV(B) | 41.83º | 0.74% | 0.93% | - |
| XYZ | 52.37 | 52.04 | 11.7 | - |
| YUV | 184.94 | 58.06 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 61 | 0 | 0.22 | 0.74 | 0.07 | 41.83 | 0.82 | 0.58 |
| Hex | EC | B7 | 3D | 0 | 16 | 4A | 7 | 2A | 52 | 3A |
| Octal | 354 | 267 | 75 | 0 | 26 | 112 | 7 | 52 | 122 | 72 |
| Binary | 11101100 | 10110111 | 111101 | 0 | 10110 | 1001010 | 111 | 101010 | 1010010 | 111010 |
Color Harmonies of #ECB73D
Complementary color
Monochromatic Colors of #ECB73D
Black with #ECB73D
Text Example
Text Example
White with #ECB73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB73D; }
p { color: rgb(236,183,61); }
H1.HeaderClassName
{
color: #ECB73D;
}
.AnyTagClassName
{
color: #ECB73D;
}
</style>
background-color css
<style>
a { background-color: #ECB73D; }
a { background-color: rgb(236,183,61); }
div.DivClassName
{
background-color: #ECB73D;
}
.BgClassName
{
background-color: #ECB73D;
}
</style>
border-color css
<style>
span { border-color: #ECB73D; }
span { border-color: rgb(236,183,61); }
td.TdClassName
{
border-color: #ECB73D;
}
.TagClassName
{
border-color: #ECB73D;
}
</style>