Shades of Tulip Tree #ECB43B
Tints of Tulip Tree #ECB43B
RGB
CMYK
RGB Variations
Color information
#ECB43B (or 0xECB43B) is known color: Tulip Tree. HEX triplet: EC, B4 and 3B. RGB value is (236,180,59). Sum of RGB (Red+Green+Blue) = 236+180+59=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB43B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB43B is #134BC4. Grayscale: #B7B7B7. Windows color (decimal): -1264581 or 3912940. OLE color: 3912940.
HSL color Cylindrical-coordinate representation of color #ECB43B: hue angle of 41.02º 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 #ECB43B is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 59 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.07 |
| HSL | 41.02º | 0.82% | 0.58% | - |
| HSV(B) | 41.02º | 0.75% | 0.93% | - |
| XYZ | 51.7 | 50.79 | 11.22 | - |
| YUV | 182.95 | 58.05 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 59 | 0 | 0.24 | 0.75 | 0.07 | 41.02 | 0.82 | 0.58 |
| Hex | EC | B4 | 3B | 0 | 18 | 4B | 7 | 29 | 52 | 3A |
| Octal | 354 | 264 | 73 | 0 | 30 | 113 | 7 | 51 | 122 | 72 |
| Binary | 11101100 | 10110100 | 111011 | 0 | 11000 | 1001011 | 111 | 101001 | 1010010 | 111010 |
Color Harmonies of #ECB43B
Complementary color
Monochromatic Colors of #ECB43B
Black with #ECB43B
Text Example
Text Example
White with #ECB43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB43B; }
p { color: rgb(236,180,59); }
H1.HeaderClassName
{
color: #ECB43B;
}
.AnyTagClassName
{
color: #ECB43B;
}
</style>
background-color css
<style>
a { background-color: #ECB43B; }
a { background-color: rgb(236,180,59); }
div.DivClassName
{
background-color: #ECB43B;
}
.BgClassName
{
background-color: #ECB43B;
}
</style>
border-color css
<style>
span { border-color: #ECB43B; }
span { border-color: rgb(236,180,59); }
td.TdClassName
{
border-color: #ECB43B;
}
.TagClassName
{
border-color: #ECB43B;
}
</style>