Shades of Tulip Tree #ECB345
Tints of Tulip Tree #ECB345
RGB
CMYK
RGB Variations
Color information
#ECB345 (or 0xECB345) is known color: Tulip Tree. HEX triplet: EC, B3 and 45. RGB value is (236,179,69). Sum of RGB (Red+Green+Blue) = 236+179+69=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB345 is #134CBA. Grayscale: #B8B8B8. Windows color (decimal): -1264827 or 4568044. OLE color: 4568044.
HSL color Cylindrical-coordinate representation of color #ECB345: hue angle of 39.52º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ECB345 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 69 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.07 |
| HSL | 39.52º | 0.81% | 0.6% | - |
| HSV(B) | 39.52º | 0.71% | 0.93% | - |
| XYZ | 51.79 | 50.5 | 12.65 | - |
| YUV | 183.5 | 63.38 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 69 | 0 | 0.24 | 0.71 | 0.07 | 39.52 | 0.81 | 0.6 |
| Hex | EC | B3 | 45 | 0 | 18 | 47 | 7 | 28 | 51 | 3C |
| Octal | 354 | 263 | 105 | 0 | 30 | 107 | 7 | 50 | 121 | 74 |
| Binary | 11101100 | 10110011 | 1000101 | 0 | 11000 | 1000111 | 111 | 101000 | 1010001 | 111100 |
Color Harmonies of #ECB345
Complementary color
Monochromatic Colors of #ECB345
Black with #ECB345
Text Example
Text Example
White with #ECB345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB345; }
p { color: rgb(236,179,69); }
H1.HeaderClassName
{
color: #ECB345;
}
.AnyTagClassName
{
color: #ECB345;
}
</style>
background-color css
<style>
a { background-color: #ECB345; }
a { background-color: rgb(236,179,69); }
div.DivClassName
{
background-color: #ECB345;
}
.BgClassName
{
background-color: #ECB345;
}
</style>
border-color css
<style>
span { border-color: #ECB345; }
span { border-color: rgb(236,179,69); }
td.TdClassName
{
border-color: #ECB345;
}
.TagClassName
{
border-color: #ECB345;
}
</style>