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