Shades of Tulip Tree #ECB138
Tints of Tulip Tree #ECB138
RGB
CMYK
RGB Variations
Color information
#ECB138 (or 0xECB138) is known color: Tulip Tree. HEX triplet: EC, B1 and 38. RGB value is (236,177,56). Sum of RGB (Red+Green+Blue) = 236+177+56=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 56 (22.27% from 255 or 11.94% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB138 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB138 is #134EC7. Grayscale: #B5B5B5. Windows color (decimal): -1265352 or 3715564. OLE color: 3715564.
HSL color Cylindrical-coordinate representation of color #ECB138: hue angle of 40.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ECB138 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 56 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.07 |
| HSL | 40.33º | 0.83% | 0.57% | - |
| HSV(B) | 40.33º | 0.76% | 0.93% | - |
| XYZ | 51.03 | 49.56 | 10.62 | - |
| YUV | 180.85 | 57.55 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 56 | 0 | 0.25 | 0.76 | 0.07 | 40.33 | 0.83 | 0.57 |
| Hex | EC | B1 | 38 | 0 | 19 | 4C | 7 | 28 | 53 | 39 |
| Octal | 354 | 261 | 70 | 0 | 31 | 114 | 7 | 50 | 123 | 71 |
| Binary | 11101100 | 10110001 | 111000 | 0 | 11001 | 1001100 | 111 | 101000 | 1010011 | 111001 |
Color Harmonies of #ECB138
Complementary color
Monochromatic Colors of #ECB138
Black with #ECB138
Text Example
Text Example
White with #ECB138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB138; }
p { color: rgb(236,177,56); }
H1.HeaderClassName
{
color: #ECB138;
}
.AnyTagClassName
{
color: #ECB138;
}
</style>
background-color css
<style>
a { background-color: #ECB138; }
a { background-color: rgb(236,177,56); }
div.DivClassName
{
background-color: #ECB138;
}
.BgClassName
{
background-color: #ECB138;
}
</style>
border-color css
<style>
span { border-color: #ECB138; }
span { border-color: rgb(236,177,56); }
td.TdClassName
{
border-color: #ECB138;
}
.TagClassName
{
border-color: #ECB138;
}
</style>