Shades of Tulip Tree #ECB73B
Tints of Tulip Tree #ECB73B
RGB
CMYK
RGB Variations
Color information
#ECB73B (or 0xECB73B) is known color: Tulip Tree. HEX triplet: EC, B7 and 3B. RGB value is (236,183,59). Sum of RGB (Red+Green+Blue) = 236+183+59=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 59 (23.44% from 255 or 12.34% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB73B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB73B is #1348C4. Grayscale: #B9B9B9. Windows color (decimal): -1263813 or 3913708. OLE color: 3913708.
HSL color Cylindrical-coordinate representation of color #ECB73B: hue angle of 42.03º 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 #ECB73B is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 59 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.07 |
| HSL | 42.03º | 0.82% | 0.58% | - |
| HSV(B) | 42.03º | 0.75% | 0.93% | - |
| XYZ | 52.31 | 52.02 | 11.42 | - |
| YUV | 184.71 | 57.06 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 59 | 0 | 0.22 | 0.75 | 0.07 | 42.03 | 0.82 | 0.58 |
| Hex | EC | B7 | 3B | 0 | 16 | 4B | 7 | 2A | 52 | 3A |
| Octal | 354 | 267 | 73 | 0 | 26 | 113 | 7 | 52 | 122 | 72 |
| Binary | 11101100 | 10110111 | 111011 | 0 | 10110 | 1001011 | 111 | 101010 | 1010010 | 111010 |
Color Harmonies of #ECB73B
Complementary color
Monochromatic Colors of #ECB73B
Black with #ECB73B
Text Example
Text Example
White with #ECB73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB73B; }
p { color: rgb(236,183,59); }
H1.HeaderClassName
{
color: #ECB73B;
}
.AnyTagClassName
{
color: #ECB73B;
}
</style>
background-color css
<style>
a { background-color: #ECB73B; }
a { background-color: rgb(236,183,59); }
div.DivClassName
{
background-color: #ECB73B;
}
.BgClassName
{
background-color: #ECB73B;
}
</style>
border-color css
<style>
span { border-color: #ECB73B; }
span { border-color: rgb(236,183,59); }
td.TdClassName
{
border-color: #ECB73B;
}
.TagClassName
{
border-color: #ECB73B;
}
</style>