Shades of Tulip Tree #ECB33E
Tints of Tulip Tree #ECB33E
RGB
CMYK
RGB Variations
Color information
#ECB33E (or 0xECB33E) is known color: Tulip Tree. HEX triplet: EC, B3 and 3E. RGB value is (236,179,62). Sum of RGB (Red+Green+Blue) = 236+179+62=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 62 (24.61% from 255 or 13.00% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB33E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB33E is #134CC1. Grayscale: #B7B7B7. Windows color (decimal): -1264834 or 4109292. OLE color: 4109292.
HSL color Cylindrical-coordinate representation of color #ECB33E: hue angle of 40.34º 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 #ECB33E is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 62 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.07 |
| HSL | 40.34º | 0.82% | 0.58% | - |
| HSV(B) | 40.34º | 0.74% | 0.93% | - |
| XYZ | 51.58 | 50.42 | 11.57 | - |
| YUV | 182.71 | 59.88 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 62 | 0 | 0.24 | 0.74 | 0.07 | 40.34 | 0.82 | 0.58 |
| Hex | EC | B3 | 3E | 0 | 18 | 4A | 7 | 28 | 52 | 3A |
| Octal | 354 | 263 | 76 | 0 | 30 | 112 | 7 | 50 | 122 | 72 |
| Binary | 11101100 | 10110011 | 111110 | 0 | 11000 | 1001010 | 111 | 101000 | 1010010 | 111010 |
Color Harmonies of #ECB33E
Complementary color
Monochromatic Colors of #ECB33E
Black with #ECB33E
Text Example
Text Example
White with #ECB33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB33E; }
p { color: rgb(236,179,62); }
H1.HeaderClassName
{
color: #ECB33E;
}
.AnyTagClassName
{
color: #ECB33E;
}
</style>
background-color css
<style>
a { background-color: #ECB33E; }
a { background-color: rgb(236,179,62); }
div.DivClassName
{
background-color: #ECB33E;
}
.BgClassName
{
background-color: #ECB33E;
}
</style>
border-color css
<style>
span { border-color: #ECB33E; }
span { border-color: rgb(236,179,62); }
td.TdClassName
{
border-color: #ECB33E;
}
.TagClassName
{
border-color: #ECB33E;
}
</style>