Shades of Tulip Tree #ECB044
Tints of Tulip Tree #ECB044
RGB
CMYK
RGB Variations
Color information
#ECB044 (or 0xECB044) is known color: Tulip Tree. HEX triplet: EC, B0 and 44. RGB value is (236,176,68). Sum of RGB (Red+Green+Blue) = 236+176+68=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 68 (26.95% from 255 or 14.17% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB044 is #134FBB. Grayscale: #B6B6B6. Windows color (decimal): -1265596 or 4501740. OLE color: 4501740.
HSL color Cylindrical-coordinate representation of color #ECB044: hue angle of 38.57º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ECB044 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 68 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.07 |
| HSL | 38.57º | 0.82% | 0.6% | - |
| HSV(B) | 38.57º | 0.71% | 0.93% | - |
| XYZ | 51.16 | 49.3 | 12.29 | - |
| YUV | 181.63 | 63.88 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 68 | 0 | 0.25 | 0.71 | 0.07 | 38.57 | 0.82 | 0.6 |
| Hex | EC | B0 | 44 | 0 | 19 | 47 | 7 | 27 | 52 | 3C |
| Octal | 354 | 260 | 104 | 0 | 31 | 107 | 7 | 47 | 122 | 74 |
| Binary | 11101100 | 10110000 | 1000100 | 0 | 11001 | 1000111 | 111 | 100111 | 1010010 | 111100 |
Color Harmonies of #ECB044
Complementary color
Monochromatic Colors of #ECB044
Black with #ECB044
Text Example
Text Example
White with #ECB044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB044; }
p { color: rgb(236,176,68); }
H1.HeaderClassName
{
color: #ECB044;
}
.AnyTagClassName
{
color: #ECB044;
}
</style>
background-color css
<style>
a { background-color: #ECB044; }
a { background-color: rgb(236,176,68); }
div.DivClassName
{
background-color: #ECB044;
}
.BgClassName
{
background-color: #ECB044;
}
</style>
border-color css
<style>
span { border-color: #ECB044; }
span { border-color: rgb(236,176,68); }
td.TdClassName
{
border-color: #ECB044;
}
.TagClassName
{
border-color: #ECB044;
}
</style>