Shades of Tulip Tree #ECB141
Tints of Tulip Tree #ECB141
RGB
CMYK
RGB Variations
Color information
#ECB141 (or 0xECB141) is known color: Tulip Tree. HEX triplet: EC, B1 and 41. RGB value is (236,177,65). Sum of RGB (Red+Green+Blue) = 236+177+65=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 65 (25.78% from 255 or 13.60% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB141 is #134EBE. Grayscale: #B6B6B6. Windows color (decimal): -1265343 or 4305388. OLE color: 4305388.
HSL color Cylindrical-coordinate representation of color #ECB141: hue angle of 39.3º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECB141 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 65 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.07 |
| HSL | 39.3º | 0.82% | 0.59% | - |
| HSV(B) | 39.3º | 0.72% | 0.93% | - |
| XYZ | 51.27 | 49.66 | 11.88 | - |
| YUV | 181.87 | 62.05 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 65 | 0 | 0.25 | 0.72 | 0.07 | 39.3 | 0.82 | 0.59 |
| Hex | EC | B1 | 41 | 0 | 19 | 48 | 7 | 27 | 52 | 3B |
| Octal | 354 | 261 | 101 | 0 | 31 | 110 | 7 | 47 | 122 | 73 |
| Binary | 11101100 | 10110001 | 1000001 | 0 | 11001 | 1001000 | 111 | 100111 | 1010010 | 111011 |
Color Harmonies of #ECB141
Complementary color
Monochromatic Colors of #ECB141
Black with #ECB141
Text Example
Text Example
White with #ECB141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB141; }
p { color: rgb(236,177,65); }
H1.HeaderClassName
{
color: #ECB141;
}
.AnyTagClassName
{
color: #ECB141;
}
</style>
background-color css
<style>
a { background-color: #ECB141; }
a { background-color: rgb(236,177,65); }
div.DivClassName
{
background-color: #ECB141;
}
.BgClassName
{
background-color: #ECB141;
}
</style>
border-color css
<style>
span { border-color: #ECB141; }
span { border-color: rgb(236,177,65); }
td.TdClassName
{
border-color: #ECB141;
}
.TagClassName
{
border-color: #ECB141;
}
</style>