Shades of Tacao #ECB178
Tints of Tacao #ECB178
RGB
CMYK
RGB Variations
Color information
#ECB178 (or 0xECB178) is known color: Tacao. HEX triplet: EC, B1 and 78. RGB value is (236,177,120). Sum of RGB (Red+Green+Blue) = 236+177+120=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB178 is #134E87. Grayscale: #BCBCBC. Windows color (decimal): -1265288 or 7909868. OLE color: 7909868.
HSL color Cylindrical-coordinate representation of color #ECB178: hue angle of 29.48º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECB178 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 120 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.07 |
| HSL | 29.48º | 0.75% | 0.7% | - |
| HSV(B) | 29.48º | 0.49% | 0.93% | - |
| XYZ | 53.7 | 50.63 | 24.71 | - |
| YUV | 188.14 | 89.55 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 120 | 0 | 0.25 | 0.49 | 0.07 | 29.48 | 0.75 | 0.7 |
| Hex | EC | B1 | 78 | 0 | 19 | 31 | 7 | 1D | 4B | 46 |
| Octal | 354 | 261 | 170 | 0 | 31 | 61 | 7 | 35 | 113 | 106 |
| Binary | 11101100 | 10110001 | 1111000 | 0 | 11001 | 110001 | 111 | 11101 | 1001011 | 1000110 |
Color Harmonies of #ECB178
Complementary color
Monochromatic Colors of #ECB178
Black with #ECB178
Text Example
Text Example
White with #ECB178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB178; }
p { color: rgb(236,177,120); }
H1.HeaderClassName
{
color: #ECB178;
}
.AnyTagClassName
{
color: #ECB178;
}
</style>
background-color css
<style>
a { background-color: #ECB178; }
a { background-color: rgb(236,177,120); }
div.DivClassName
{
background-color: #ECB178;
}
.BgClassName
{
background-color: #ECB178;
}
</style>
border-color css
<style>
span { border-color: #ECB178; }
span { border-color: rgb(236,177,120); }
td.TdClassName
{
border-color: #ECB178;
}
.TagClassName
{
border-color: #ECB178;
}
</style>