Shades of Tulip Tree #ECB53A
Tints of Tulip Tree #ECB53A
RGB
CMYK
RGB Variations
Color information
#ECB53A (or 0xECB53A) is known color: Tulip Tree. HEX triplet: EC, B5 and 3A. RGB value is (236,181,58). Sum of RGB (Red+Green+Blue) = 236+181+58=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 58 (23.05% from 255 or 12.21% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB53A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB53A is #134AC5. Grayscale: #B7B7B7. Windows color (decimal): -1264326 or 3847660. OLE color: 3847660.
HSL color Cylindrical-coordinate representation of color #ECB53A: hue angle of 41.46º 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 #ECB53A is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 58 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.07 |
| HSL | 41.46º | 0.82% | 0.58% | - |
| HSV(B) | 41.46º | 0.75% | 0.93% | - |
| XYZ | 51.88 | 51.19 | 11.15 | - |
| YUV | 183.42 | 57.22 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 58 | 0 | 0.23 | 0.75 | 0.07 | 41.46 | 0.82 | 0.58 |
| Hex | EC | B5 | 3A | 0 | 17 | 4B | 7 | 29 | 52 | 3A |
| Octal | 354 | 265 | 72 | 0 | 27 | 113 | 7 | 51 | 122 | 72 |
| Binary | 11101100 | 10110101 | 111010 | 0 | 10111 | 1001011 | 111 | 101001 | 1010010 | 111010 |
Color Harmonies of #ECB53A
Complementary color
Monochromatic Colors of #ECB53A
Black with #ECB53A
Text Example
Text Example
White with #ECB53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB53A; }
p { color: rgb(236,181,58); }
H1.HeaderClassName
{
color: #ECB53A;
}
.AnyTagClassName
{
color: #ECB53A;
}
</style>
background-color css
<style>
a { background-color: #ECB53A; }
a { background-color: rgb(236,181,58); }
div.DivClassName
{
background-color: #ECB53A;
}
.BgClassName
{
background-color: #ECB53A;
}
</style>
border-color css
<style>
span { border-color: #ECB53A; }
span { border-color: rgb(236,181,58); }
td.TdClassName
{
border-color: #ECB53A;
}
.TagClassName
{
border-color: #ECB53A;
}
</style>