Shades of Tulip Tree #ECB43C
Tints of Tulip Tree #ECB43C
RGB
CMYK
RGB Variations
Color information
#ECB43C (or 0xECB43C) is known color: Tulip Tree. HEX triplet: EC, B4 and 3C. RGB value is (236,180,60). Sum of RGB (Red+Green+Blue) = 236+180+60=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 60 (23.83% from 255 or 12.61% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB43C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB43C is #134BC3. Grayscale: #B7B7B7. Windows color (decimal): -1264580 or 3978476. OLE color: 3978476.
HSL color Cylindrical-coordinate representation of color #ECB43C: hue angle of 40.91º 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 #ECB43C is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 60 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.07 |
| HSL | 40.91º | 0.82% | 0.58% | - |
| HSV(B) | 40.91º | 0.75% | 0.93% | - |
| XYZ | 51.73 | 50.8 | 11.35 | - |
| YUV | 183.06 | 58.55 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 60 | 0 | 0.24 | 0.75 | 0.07 | 40.91 | 0.82 | 0.58 |
| Hex | EC | B4 | 3C | 0 | 18 | 4B | 7 | 29 | 52 | 3A |
| Octal | 354 | 264 | 74 | 0 | 30 | 113 | 7 | 51 | 122 | 72 |
| Binary | 11101100 | 10110100 | 111100 | 0 | 11000 | 1001011 | 111 | 101001 | 1010010 | 111010 |
Color Harmonies of #ECB43C
Complementary color
Monochromatic Colors of #ECB43C
Black with #ECB43C
Text Example
Text Example
White with #ECB43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB43C; }
p { color: rgb(236,180,60); }
H1.HeaderClassName
{
color: #ECB43C;
}
.AnyTagClassName
{
color: #ECB43C;
}
</style>
background-color css
<style>
a { background-color: #ECB43C; }
a { background-color: rgb(236,180,60); }
div.DivClassName
{
background-color: #ECB43C;
}
.BgClassName
{
background-color: #ECB43C;
}
</style>
border-color css
<style>
span { border-color: #ECB43C; }
span { border-color: rgb(236,180,60); }
td.TdClassName
{
border-color: #ECB43C;
}
.TagClassName
{
border-color: #ECB43C;
}
</style>