Shades of Tulip Tree #ECB038
Tints of Tulip Tree #ECB038
RGB
CMYK
RGB Variations
Color information
#ECB038 (or 0xECB038) is known color: Tulip Tree. HEX triplet: EC, B0 and 38. RGB value is (236,176,56). Sum of RGB (Red+Green+Blue) = 236+176+56=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 56 (22.27% from 255 or 11.97% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB038 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB038 is #134FC7. Grayscale: #B4B4B4. Windows color (decimal): -1265608 or 3715308. OLE color: 3715308.
HSL color Cylindrical-coordinate representation of color #ECB038: hue angle of 40º 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 #ECB038 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 56 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.07 |
| HSL | 40º | 0.83% | 0.57% | - |
| HSV(B) | 40º | 0.76% | 0.93% | - |
| XYZ | 50.83 | 49.17 | 10.55 | - |
| YUV | 180.26 | 57.88 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 56 | 0 | 0.25 | 0.76 | 0.07 | 40 | 0.83 | 0.57 |
| Hex | EC | B0 | 38 | 0 | 19 | 4C | 7 | 28 | 53 | 39 |
| Octal | 354 | 260 | 70 | 0 | 31 | 114 | 7 | 50 | 123 | 71 |
| Binary | 11101100 | 10110000 | 111000 | 0 | 11001 | 1001100 | 111 | 101000 | 1010011 | 111001 |
Color Harmonies of #ECB038
Complementary color
Monochromatic Colors of #ECB038
Black with #ECB038
Text Example
Text Example
White with #ECB038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB038; }
p { color: rgb(236,176,56); }
H1.HeaderClassName
{
color: #ECB038;
}
.AnyTagClassName
{
color: #ECB038;
}
</style>
background-color css
<style>
a { background-color: #ECB038; }
a { background-color: rgb(236,176,56); }
div.DivClassName
{
background-color: #ECB038;
}
.BgClassName
{
background-color: #ECB038;
}
</style>
border-color css
<style>
span { border-color: #ECB038; }
span { border-color: rgb(236,176,56); }
td.TdClassName
{
border-color: #ECB038;
}
.TagClassName
{
border-color: #ECB038;
}
</style>