Shades of Tulip Tree #ECB63F
Tints of Tulip Tree #ECB63F
RGB
CMYK
RGB Variations
Color information
#ECB63F (or 0xECB63F) is known color: Tulip Tree. HEX triplet: EC, B6 and 3F. RGB value is (236,182,63). Sum of RGB (Red+Green+Blue) = 236+182+63=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 63 (25% from 255 or 13.10% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB63F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB63F is #1349C0. Grayscale: #B9B9B9. Windows color (decimal): -1264065 or 4175596. OLE color: 4175596.
HSL color Cylindrical-coordinate representation of color #ECB63F: hue angle of 41.27º 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 #ECB63F is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 63 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.07 |
| HSL | 41.27º | 0.82% | 0.59% | - |
| HSV(B) | 41.27º | 0.73% | 0.93% | - |
| XYZ | 52.22 | 51.65 | 11.92 | - |
| YUV | 184.58 | 59.39 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 63 | 0 | 0.23 | 0.73 | 0.07 | 41.27 | 0.82 | 0.59 |
| Hex | EC | B6 | 3F | 0 | 17 | 49 | 7 | 29 | 52 | 3B |
| Octal | 354 | 266 | 77 | 0 | 27 | 111 | 7 | 51 | 122 | 73 |
| Binary | 11101100 | 10110110 | 111111 | 0 | 10111 | 1001001 | 111 | 101001 | 1010010 | 111011 |
Color Harmonies of #ECB63F
Complementary color
Monochromatic Colors of #ECB63F
Black with #ECB63F
Text Example
Text Example
White with #ECB63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB63F; }
p { color: rgb(236,182,63); }
H1.HeaderClassName
{
color: #ECB63F;
}
.AnyTagClassName
{
color: #ECB63F;
}
</style>
background-color css
<style>
a { background-color: #ECB63F; }
a { background-color: rgb(236,182,63); }
div.DivClassName
{
background-color: #ECB63F;
}
.BgClassName
{
background-color: #ECB63F;
}
</style>
border-color css
<style>
span { border-color: #ECB63F; }
span { border-color: rgb(236,182,63); }
td.TdClassName
{
border-color: #ECB63F;
}
.TagClassName
{
border-color: #ECB63F;
}
</style>