Shades of Tulip Tree #ECB03F
Tints of Tulip Tree #ECB03F
RGB
CMYK
RGB Variations
Color information
#ECB03F (or 0xECB03F) is known color: Tulip Tree. HEX triplet: EC, B0 and 3F. RGB value is (236,176,63). Sum of RGB (Red+Green+Blue) = 236+176+63=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 63 (25% from 255 or 13.26% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB03F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB03F is #134FC0. Grayscale: #B5B5B5. Windows color (decimal): -1265601 or 4174060. OLE color: 4174060.
HSL color Cylindrical-coordinate representation of color #ECB03F: hue angle of 39.19º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECB03F is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 63 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.07 |
| HSL | 39.19º | 0.82% | 0.59% | - |
| HSV(B) | 39.19º | 0.73% | 0.93% | - |
| XYZ | 51.01 | 49.24 | 11.52 | - |
| YUV | 181.06 | 61.38 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 63 | 0 | 0.25 | 0.73 | 0.07 | 39.19 | 0.82 | 0.59 |
| Hex | EC | B0 | 3F | 0 | 19 | 49 | 7 | 27 | 52 | 3B |
| Octal | 354 | 260 | 77 | 0 | 31 | 111 | 7 | 47 | 122 | 73 |
| Binary | 11101100 | 10110000 | 111111 | 0 | 11001 | 1001001 | 111 | 100111 | 1010010 | 111011 |
Color Harmonies of #ECB03F
Complementary color
Monochromatic Colors of #ECB03F
Black with #ECB03F
Text Example
Text Example
White with #ECB03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB03F; }
p { color: rgb(236,176,63); }
H1.HeaderClassName
{
color: #ECB03F;
}
.AnyTagClassName
{
color: #ECB03F;
}
</style>
background-color css
<style>
a { background-color: #ECB03F; }
a { background-color: rgb(236,176,63); }
div.DivClassName
{
background-color: #ECB03F;
}
.BgClassName
{
background-color: #ECB03F;
}
</style>
border-color css
<style>
span { border-color: #ECB03F; }
span { border-color: rgb(236,176,63); }
td.TdClassName
{
border-color: #ECB03F;
}
.TagClassName
{
border-color: #ECB03F;
}
</style>