Shades of Tulip Tree #ECB43D
Tints of Tulip Tree #ECB43D
RGB
CMYK
RGB Variations
Color information
#ECB43D (or 0xECB43D) is known color: Tulip Tree. HEX triplet: EC, B4 and 3D. RGB value is (236,180,61). Sum of RGB (Red+Green+Blue) = 236+180+61=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 61 (24.22% from 255 or 12.79% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB43D is #134BC2. Grayscale: #B7B7B7. Windows color (decimal): -1264579 or 4044012. OLE color: 4044012.
HSL color Cylindrical-coordinate representation of color #ECB43D: hue angle of 40.8º 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 #ECB43D is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 61 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.07 |
| HSL | 40.8º | 0.82% | 0.58% | - |
| HSV(B) | 40.8º | 0.74% | 0.93% | - |
| XYZ | 51.76 | 50.81 | 11.49 | - |
| YUV | 183.18 | 59.05 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 61 | 0 | 0.24 | 0.74 | 0.07 | 40.8 | 0.82 | 0.58 |
| Hex | EC | B4 | 3D | 0 | 18 | 4A | 7 | 29 | 52 | 3A |
| Octal | 354 | 264 | 75 | 0 | 30 | 112 | 7 | 51 | 122 | 72 |
| Binary | 11101100 | 10110100 | 111101 | 0 | 11000 | 1001010 | 111 | 101001 | 1010010 | 111010 |
Color Harmonies of #ECB43D
Complementary color
Monochromatic Colors of #ECB43D
Black with #ECB43D
Text Example
Text Example
White with #ECB43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB43D; }
p { color: rgb(236,180,61); }
H1.HeaderClassName
{
color: #ECB43D;
}
.AnyTagClassName
{
color: #ECB43D;
}
</style>
background-color css
<style>
a { background-color: #ECB43D; }
a { background-color: rgb(236,180,61); }
div.DivClassName
{
background-color: #ECB43D;
}
.BgClassName
{
background-color: #ECB43D;
}
</style>
border-color css
<style>
span { border-color: #ECB43D; }
span { border-color: rgb(236,180,61); }
td.TdClassName
{
border-color: #ECB43D;
}
.TagClassName
{
border-color: #ECB43D;
}
</style>