Shades of Tulip Tree #ECB63E
Tints of Tulip Tree #ECB63E
RGB
CMYK
RGB Variations
Color information
#ECB63E (or 0xECB63E) is known color: Tulip Tree. HEX triplet: EC, B6 and 3E. RGB value is (236,182,62). Sum of RGB (Red+Green+Blue) = 236+182+62=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 62 (24.61% from 255 or 12.92% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB63E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB63E is #1349C1. Grayscale: #B9B9B9. Windows color (decimal): -1264066 or 4110060. OLE color: 4110060.
HSL color Cylindrical-coordinate representation of color #ECB63E: hue angle of 41.38º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECB63E is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 62 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.07 |
| HSL | 41.38º | 0.82% | 0.58% | - |
| HSV(B) | 41.38º | 0.74% | 0.93% | - |
| XYZ | 52.19 | 51.64 | 11.77 | - |
| YUV | 184.47 | 58.89 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 62 | 0 | 0.23 | 0.74 | 0.07 | 41.38 | 0.82 | 0.58 |
| Hex | EC | B6 | 3E | 0 | 17 | 4A | 7 | 29 | 52 | 3A |
| Octal | 354 | 266 | 76 | 0 | 27 | 112 | 7 | 51 | 122 | 72 |
| Binary | 11101100 | 10110110 | 111110 | 0 | 10111 | 1001010 | 111 | 101001 | 1010010 | 111010 |
Color Harmonies of #ECB63E
Complementary color
Monochromatic Colors of #ECB63E
Black with #ECB63E
Text Example
Text Example
White with #ECB63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB63E; }
p { color: rgb(236,182,62); }
H1.HeaderClassName
{
color: #ECB63E;
}
.AnyTagClassName
{
color: #ECB63E;
}
</style>
background-color css
<style>
a { background-color: #ECB63E; }
a { background-color: rgb(236,182,62); }
div.DivClassName
{
background-color: #ECB63E;
}
.BgClassName
{
background-color: #ECB63E;
}
</style>
border-color css
<style>
span { border-color: #ECB63E; }
span { border-color: rgb(236,182,62); }
td.TdClassName
{
border-color: #ECB63E;
}
.TagClassName
{
border-color: #ECB63E;
}
</style>