Shades of Tulip Tree #ECB840
Tints of Tulip Tree #ECB840
RGB
CMYK
RGB Variations
Color information
#ECB840 (or 0xECB840) is known color: Tulip Tree. HEX triplet: EC, B8 and 40. RGB value is (236,184,64). Sum of RGB (Red+Green+Blue) = 236+184+64=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB840 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB840 is #1347BF. Grayscale: #BABABA. Windows color (decimal): -1263552 or 4241644. OLE color: 4241644.
HSL color Cylindrical-coordinate representation of color #ECB840: hue angle of 41.86º 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 #ECB840 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 64 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.07 |
| HSL | 41.86º | 0.82% | 0.59% | - |
| HSV(B) | 41.86º | 0.73% | 0.93% | - |
| XYZ | 52.66 | 52.48 | 12.21 | - |
| YUV | 185.87 | 59.23 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 64 | 0 | 0.22 | 0.73 | 0.07 | 41.86 | 0.82 | 0.59 |
| Hex | EC | B8 | 40 | 0 | 16 | 49 | 7 | 2A | 52 | 3B |
| Octal | 354 | 270 | 100 | 0 | 26 | 111 | 7 | 52 | 122 | 73 |
| Binary | 11101100 | 10111000 | 1000000 | 0 | 10110 | 1001001 | 111 | 101010 | 1010010 | 111011 |
Color Harmonies of #ECB840
Complementary color
Monochromatic Colors of #ECB840
Black with #ECB840
Text Example
Text Example
White with #ECB840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB840; }
p { color: rgb(236,184,64); }
H1.HeaderClassName
{
color: #ECB840;
}
.AnyTagClassName
{
color: #ECB840;
}
</style>
background-color css
<style>
a { background-color: #ECB840; }
a { background-color: rgb(236,184,64); }
div.DivClassName
{
background-color: #ECB840;
}
.BgClassName
{
background-color: #ECB840;
}
</style>
border-color css
<style>
span { border-color: #ECB840; }
span { border-color: rgb(236,184,64); }
td.TdClassName
{
border-color: #ECB840;
}
.TagClassName
{
border-color: #ECB840;
}
</style>