Shades of Tulip Tree #ECB940
Tints of Tulip Tree #ECB940
RGB
CMYK
RGB Variations
Color information
#ECB940 (or 0xECB940) is known color: Tulip Tree. HEX triplet: EC, B9 and 40. RGB value is (236,185,64). Sum of RGB (Red+Green+Blue) = 236+185+64=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB940 is #1346BF. Grayscale: #BABABA. Windows color (decimal): -1263296 or 4241900. OLE color: 4241900.
HSL color Cylindrical-coordinate representation of color #ECB940: hue angle of 42.21º 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 #ECB940 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 64 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.07 |
| HSL | 42.21º | 0.82% | 0.59% | - |
| HSV(B) | 42.21º | 0.73% | 0.93% | - |
| XYZ | 52.87 | 52.9 | 12.28 | - |
| YUV | 186.46 | 58.9 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 64 | 0 | 0.22 | 0.73 | 0.07 | 42.21 | 0.82 | 0.59 |
| Hex | EC | B9 | 40 | 0 | 16 | 49 | 7 | 2A | 52 | 3B |
| Octal | 354 | 271 | 100 | 0 | 26 | 111 | 7 | 52 | 122 | 73 |
| Binary | 11101100 | 10111001 | 1000000 | 0 | 10110 | 1001001 | 111 | 101010 | 1010010 | 111011 |
Color Harmonies of #ECB940
Complementary color
Monochromatic Colors of #ECB940
Black with #ECB940
Text Example
Text Example
White with #ECB940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB940; }
p { color: rgb(236,185,64); }
H1.HeaderClassName
{
color: #ECB940;
}
.AnyTagClassName
{
color: #ECB940;
}
</style>
background-color css
<style>
a { background-color: #ECB940; }
a { background-color: rgb(236,185,64); }
div.DivClassName
{
background-color: #ECB940;
}
.BgClassName
{
background-color: #ECB940;
}
</style>
border-color css
<style>
span { border-color: #ECB940; }
span { border-color: rgb(236,185,64); }
td.TdClassName
{
border-color: #ECB940;
}
.TagClassName
{
border-color: #ECB940;
}
</style>