Shades of Tulip Tree #ECB33B
Tints of Tulip Tree #ECB33B
RGB
CMYK
RGB Variations
Color information
#ECB33B (or 0xECB33B) is known color: Tulip Tree. HEX triplet: EC, B3 and 3B. RGB value is (236,179,59). Sum of RGB (Red+Green+Blue) = 236+179+59=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 59 (23.44% from 255 or 12.45% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB33B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB33B is #134CC4. Grayscale: #B6B6B6. Windows color (decimal): -1264837 or 3912684. OLE color: 3912684.
HSL color Cylindrical-coordinate representation of color #ECB33B: hue angle of 40.68º 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 #ECB33B is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 59 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.07 |
| HSL | 40.68º | 0.82% | 0.58% | - |
| HSV(B) | 40.68º | 0.75% | 0.93% | - |
| XYZ | 51.5 | 50.39 | 11.15 | - |
| YUV | 182.36 | 58.38 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 59 | 0 | 0.24 | 0.75 | 0.07 | 40.68 | 0.82 | 0.58 |
| Hex | EC | B3 | 3B | 0 | 18 | 4B | 7 | 29 | 52 | 3A |
| Octal | 354 | 263 | 73 | 0 | 30 | 113 | 7 | 51 | 122 | 72 |
| Binary | 11101100 | 10110011 | 111011 | 0 | 11000 | 1001011 | 111 | 101001 | 1010010 | 111010 |
Color Harmonies of #ECB33B
Complementary color
Monochromatic Colors of #ECB33B
Black with #ECB33B
Text Example
Text Example
White with #ECB33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB33B; }
p { color: rgb(236,179,59); }
H1.HeaderClassName
{
color: #ECB33B;
}
.AnyTagClassName
{
color: #ECB33B;
}
</style>
background-color css
<style>
a { background-color: #ECB33B; }
a { background-color: rgb(236,179,59); }
div.DivClassName
{
background-color: #ECB33B;
}
.BgClassName
{
background-color: #ECB33B;
}
</style>
border-color css
<style>
span { border-color: #ECB33B; }
span { border-color: rgb(236,179,59); }
td.TdClassName
{
border-color: #ECB33B;
}
.TagClassName
{
border-color: #ECB33B;
}
</style>