Shades of Tulip Tree #ECB33D
Tints of Tulip Tree #ECB33D
RGB
CMYK
RGB Variations
Color information
#ECB33D (or 0xECB33D) is known color: Tulip Tree. HEX triplet: EC, B3 and 3D. RGB value is (236,179,61). Sum of RGB (Red+Green+Blue) = 236+179+61=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 61 (24.22% from 255 or 12.82% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB33D is #134CC2. Grayscale: #B7B7B7. Windows color (decimal): -1264835 or 4043756. OLE color: 4043756.
HSL color Cylindrical-coordinate representation of color #ECB33D: hue angle of 40.46º 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 #ECB33D is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 61 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.07 |
| HSL | 40.46º | 0.82% | 0.58% | - |
| HSV(B) | 40.46º | 0.74% | 0.93% | - |
| XYZ | 51.55 | 50.41 | 11.43 | - |
| YUV | 182.59 | 59.38 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 61 | 0 | 0.24 | 0.74 | 0.07 | 40.46 | 0.82 | 0.58 |
| Hex | EC | B3 | 3D | 0 | 18 | 4A | 7 | 28 | 52 | 3A |
| Octal | 354 | 263 | 75 | 0 | 30 | 112 | 7 | 50 | 122 | 72 |
| Binary | 11101100 | 10110011 | 111101 | 0 | 11000 | 1001010 | 111 | 101000 | 1010010 | 111010 |
Color Harmonies of #ECB33D
Complementary color
Monochromatic Colors of #ECB33D
Black with #ECB33D
Text Example
Text Example
White with #ECB33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB33D; }
p { color: rgb(236,179,61); }
H1.HeaderClassName
{
color: #ECB33D;
}
.AnyTagClassName
{
color: #ECB33D;
}
</style>
background-color css
<style>
a { background-color: #ECB33D; }
a { background-color: rgb(236,179,61); }
div.DivClassName
{
background-color: #ECB33D;
}
.BgClassName
{
background-color: #ECB33D;
}
</style>
border-color css
<style>
span { border-color: #ECB33D; }
span { border-color: rgb(236,179,61); }
td.TdClassName
{
border-color: #ECB33D;
}
.TagClassName
{
border-color: #ECB33D;
}
</style>