Shades of Tulip Tree #ECB240
Tints of Tulip Tree #ECB240
RGB
CMYK
RGB Variations
Color information
#ECB240 (or 0xECB240) is known color: Tulip Tree. HEX triplet: EC, B2 and 40. RGB value is (236,178,64). Sum of RGB (Red+Green+Blue) = 236+178+64=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 64 (25.39% from 255 or 13.39% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB240 is #134DBF. Grayscale: #B6B6B6. Windows color (decimal): -1265088 or 4240108. OLE color: 4240108.
HSL color Cylindrical-coordinate representation of color #ECB240: hue angle of 39.77º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECB240 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 64 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.07 |
| HSL | 39.77º | 0.82% | 0.59% | - |
| HSV(B) | 39.77º | 0.73% | 0.93% | - |
| XYZ | 51.44 | 50.04 | 11.8 | - |
| YUV | 182.35 | 61.22 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 64 | 0 | 0.25 | 0.73 | 0.07 | 39.77 | 0.82 | 0.59 |
| Hex | EC | B2 | 40 | 0 | 19 | 49 | 7 | 28 | 52 | 3B |
| Octal | 354 | 262 | 100 | 0 | 31 | 111 | 7 | 50 | 122 | 73 |
| Binary | 11101100 | 10110010 | 1000000 | 0 | 11001 | 1001001 | 111 | 101000 | 1010010 | 111011 |
Color Harmonies of #ECB240
Complementary color
Monochromatic Colors of #ECB240
Black with #ECB240
Text Example
Text Example
White with #ECB240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB240; }
p { color: rgb(236,178,64); }
H1.HeaderClassName
{
color: #ECB240;
}
.AnyTagClassName
{
color: #ECB240;
}
</style>
background-color css
<style>
a { background-color: #ECB240; }
a { background-color: rgb(236,178,64); }
div.DivClassName
{
background-color: #ECB240;
}
.BgClassName
{
background-color: #ECB240;
}
</style>
border-color css
<style>
span { border-color: #ECB240; }
span { border-color: rgb(236,178,64); }
td.TdClassName
{
border-color: #ECB240;
}
.TagClassName
{
border-color: #ECB240;
}
</style>