Shades of Tulip Tree #ECB63C
Tints of Tulip Tree #ECB63C
RGB
CMYK
RGB Variations
Color information
#ECB63C (or 0xECB63C) is known color: Tulip Tree. HEX triplet: EC, B6 and 3C. RGB value is (236,182,60). Sum of RGB (Red+Green+Blue) = 236+182+60=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 60 (23.83% from 255 or 12.55% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB63C is #1349C3. Grayscale: #B8B8B8. Windows color (decimal): -1264068 or 3978988. OLE color: 3978988.
HSL color Cylindrical-coordinate representation of color #ECB63C: hue angle of 41.59º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECB63C is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 60 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.07 |
| HSL | 41.59º | 0.82% | 0.58% | - |
| HSV(B) | 41.59º | 0.75% | 0.93% | - |
| XYZ | 52.14 | 51.62 | 11.49 | - |
| YUV | 184.24 | 57.89 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 60 | 0 | 0.23 | 0.75 | 0.07 | 41.59 | 0.82 | 0.58 |
| Hex | EC | B6 | 3C | 0 | 17 | 4B | 7 | 2A | 52 | 3A |
| Octal | 354 | 266 | 74 | 0 | 27 | 113 | 7 | 52 | 122 | 72 |
| Binary | 11101100 | 10110110 | 111100 | 0 | 10111 | 1001011 | 111 | 101010 | 1010010 | 111010 |
Color Harmonies of #ECB63C
Complementary color
Monochromatic Colors of #ECB63C
Black with #ECB63C
Text Example
Text Example
White with #ECB63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB63C; }
p { color: rgb(236,182,60); }
H1.HeaderClassName
{
color: #ECB63C;
}
.AnyTagClassName
{
color: #ECB63C;
}
</style>
background-color css
<style>
a { background-color: #ECB63C; }
a { background-color: rgb(236,182,60); }
div.DivClassName
{
background-color: #ECB63C;
}
.BgClassName
{
background-color: #ECB63C;
}
</style>
border-color css
<style>
span { border-color: #ECB63C; }
span { border-color: rgb(236,182,60); }
td.TdClassName
{
border-color: #ECB63C;
}
.TagClassName
{
border-color: #ECB63C;
}
</style>