Shades of Tulip Tree #ECB337
Tints of Tulip Tree #ECB337
RGB
CMYK
RGB Variations
Color information
#ECB337 (or 0xECB337) is known color: Tulip Tree. HEX triplet: EC, B3 and 37. RGB value is (236,179,55). Sum of RGB (Red+Green+Blue) = 236+179+55=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 55 (21.88% from 255 or 11.70% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB337 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB337 is #134CC8. Grayscale: #B6B6B6. Windows color (decimal): -1264841 or 3650540. OLE color: 3650540.
HSL color Cylindrical-coordinate representation of color #ECB337: hue angle of 41.1º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ECB337 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 55 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.07 |
| HSL | 41.1º | 0.83% | 0.57% | - |
| HSV(B) | 41.1º | 0.77% | 0.93% | - |
| XYZ | 51.4 | 50.35 | 10.62 | - |
| YUV | 181.91 | 56.38 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 55 | 0 | 0.24 | 0.77 | 0.07 | 41.1 | 0.83 | 0.57 |
| Hex | EC | B3 | 37 | 0 | 18 | 4D | 7 | 29 | 53 | 39 |
| Octal | 354 | 263 | 67 | 0 | 30 | 115 | 7 | 51 | 123 | 71 |
| Binary | 11101100 | 10110011 | 110111 | 0 | 11000 | 1001101 | 111 | 101001 | 1010011 | 111001 |
Color Harmonies of #ECB337
Complementary color
Monochromatic Colors of #ECB337
Black with #ECB337
Text Example
Text Example
White with #ECB337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB337; }
p { color: rgb(236,179,55); }
H1.HeaderClassName
{
color: #ECB337;
}
.AnyTagClassName
{
color: #ECB337;
}
</style>
background-color css
<style>
a { background-color: #ECB337; }
a { background-color: rgb(236,179,55); }
div.DivClassName
{
background-color: #ECB337;
}
.BgClassName
{
background-color: #ECB337;
}
</style>
border-color css
<style>
span { border-color: #ECB337; }
span { border-color: rgb(236,179,55); }
td.TdClassName
{
border-color: #ECB337;
}
.TagClassName
{
border-color: #ECB337;
}
</style>