Shades of Tulip Tree #ECB033
Tints of Tulip Tree #ECB033
RGB
CMYK
RGB Variations
Color information
#ECB033 (or 0xECB033) is known color: Tulip Tree. HEX triplet: EC, B0 and 33. RGB value is (236,176,51). Sum of RGB (Red+Green+Blue) = 236+176+51=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 51 (20.31% from 255 or 11.02% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB033 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB033 is #134FCC. Grayscale: #B4B4B4. Windows color (decimal): -1265613 or 3387628. OLE color: 3387628.
HSL color Cylindrical-coordinate representation of color #ECB033: hue angle of 40.54º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECB033 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 51 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.07 |
| HSL | 40.54º | 0.83% | 0.56% | - |
| HSV(B) | 40.54º | 0.78% | 0.93% | - |
| XYZ | 50.71 | 49.12 | 9.94 | - |
| YUV | 179.69 | 55.38 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 51 | 0 | 0.25 | 0.78 | 0.07 | 40.54 | 0.83 | 0.56 |
| Hex | EC | B0 | 33 | 0 | 19 | 4E | 7 | 29 | 53 | 38 |
| Octal | 354 | 260 | 63 | 0 | 31 | 116 | 7 | 51 | 123 | 70 |
| Binary | 11101100 | 10110000 | 110011 | 0 | 11001 | 1001110 | 111 | 101001 | 1010011 | 111000 |
Color Harmonies of #ECB033
Complementary color
Monochromatic Colors of #ECB033
Black with #ECB033
Text Example
Text Example
White with #ECB033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB033; }
p { color: rgb(236,176,51); }
H1.HeaderClassName
{
color: #ECB033;
}
.AnyTagClassName
{
color: #ECB033;
}
</style>
background-color css
<style>
a { background-color: #ECB033; }
a { background-color: rgb(236,176,51); }
div.DivClassName
{
background-color: #ECB033;
}
.BgClassName
{
background-color: #ECB033;
}
</style>
border-color css
<style>
span { border-color: #ECB033; }
span { border-color: rgb(236,176,51); }
td.TdClassName
{
border-color: #ECB033;
}
.TagClassName
{
border-color: #ECB033;
}
</style>