Shades of Tulip Tree #ECB741
Tints of Tulip Tree #ECB741
RGB
CMYK
RGB Variations
Color information
#ECB741 (or 0xECB741) is known color: Tulip Tree. HEX triplet: EC, B7 and 41. RGB value is (236,183,65). Sum of RGB (Red+Green+Blue) = 236+183+65=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB741 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB741 is #1348BE. Grayscale: #B9B9B9. Windows color (decimal): -1263807 or 4306924. OLE color: 4306924.
HSL color Cylindrical-coordinate representation of color #ECB741: hue angle of 41.4º 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 #ECB741 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 65 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.07 |
| HSL | 41.4º | 0.82% | 0.59% | - |
| HSV(B) | 41.4º | 0.72% | 0.93% | - |
| XYZ | 52.48 | 52.08 | 12.29 | - |
| YUV | 185.4 | 60.06 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 65 | 0 | 0.22 | 0.72 | 0.07 | 41.4 | 0.82 | 0.59 |
| Hex | EC | B7 | 41 | 0 | 16 | 48 | 7 | 29 | 52 | 3B |
| Octal | 354 | 267 | 101 | 0 | 26 | 110 | 7 | 51 | 122 | 73 |
| Binary | 11101100 | 10110111 | 1000001 | 0 | 10110 | 1001000 | 111 | 101001 | 1010010 | 111011 |
Color Harmonies of #ECB741
Complementary color
Monochromatic Colors of #ECB741
Black with #ECB741
Text Example
Text Example
White with #ECB741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB741; }
p { color: rgb(236,183,65); }
H1.HeaderClassName
{
color: #ECB741;
}
.AnyTagClassName
{
color: #ECB741;
}
</style>
background-color css
<style>
a { background-color: #ECB741; }
a { background-color: rgb(236,183,65); }
div.DivClassName
{
background-color: #ECB741;
}
.BgClassName
{
background-color: #ECB741;
}
</style>
border-color css
<style>
span { border-color: #ECB741; }
span { border-color: rgb(236,183,65); }
td.TdClassName
{
border-color: #ECB741;
}
.TagClassName
{
border-color: #ECB741;
}
</style>