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