Shades of Tulip Tree #ECB43E
Tints of Tulip Tree #ECB43E
RGB
CMYK
RGB Variations
Color information
#ECB43E (or 0xECB43E) is known color: Tulip Tree. HEX triplet: EC, B4 and 3E. RGB value is (236,180,62). Sum of RGB (Red+Green+Blue) = 236+180+62=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 62 (24.61% from 255 or 12.97% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB43E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB43E is #134BC1. Grayscale: #B7B7B7. Windows color (decimal): -1264578 or 4109548. OLE color: 4109548.
HSL color Cylindrical-coordinate representation of color #ECB43E: hue angle of 40.69º 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 #ECB43E is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 62 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.07 |
| HSL | 40.69º | 0.82% | 0.58% | - |
| HSV(B) | 40.69º | 0.74% | 0.93% | - |
| XYZ | 51.78 | 50.82 | 11.64 | - |
| YUV | 183.29 | 59.55 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 62 | 0 | 0.24 | 0.74 | 0.07 | 40.69 | 0.82 | 0.58 |
| Hex | EC | B4 | 3E | 0 | 18 | 4A | 7 | 29 | 52 | 3A |
| Octal | 354 | 264 | 76 | 0 | 30 | 112 | 7 | 51 | 122 | 72 |
| Binary | 11101100 | 10110100 | 111110 | 0 | 11000 | 1001010 | 111 | 101001 | 1010010 | 111010 |
Color Harmonies of #ECB43E
Complementary color
Monochromatic Colors of #ECB43E
Black with #ECB43E
Text Example
Text Example
White with #ECB43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB43E; }
p { color: rgb(236,180,62); }
H1.HeaderClassName
{
color: #ECB43E;
}
.AnyTagClassName
{
color: #ECB43E;
}
</style>
background-color css
<style>
a { background-color: #ECB43E; }
a { background-color: rgb(236,180,62); }
div.DivClassName
{
background-color: #ECB43E;
}
.BgClassName
{
background-color: #ECB43E;
}
</style>
border-color css
<style>
span { border-color: #ECB43E; }
span { border-color: rgb(236,180,62); }
td.TdClassName
{
border-color: #ECB43E;
}
.TagClassName
{
border-color: #ECB43E;
}
</style>