Shades of Tacao #ECB177
Tints of Tacao #ECB177
RGB
CMYK
RGB Variations
Color information
#ECB177 (or 0xECB177) is known color: Tacao. HEX triplet: EC, B1 and 77. RGB value is (236,177,119). Sum of RGB (Red+Green+Blue) = 236+177+119=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 119 (46.88% from 255 or 22.37% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB177 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB177 is #134E88. Grayscale: #BCBCBC. Windows color (decimal): -1265289 or 7844332. OLE color: 7844332.
HSL color Cylindrical-coordinate representation of color #ECB177: hue angle of 29.74º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECB177 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 119 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.07 |
| HSL | 29.74º | 0.75% | 0.7% | - |
| HSV(B) | 29.74º | 0.5% | 0.93% | - |
| XYZ | 53.64 | 50.61 | 24.39 | - |
| YUV | 188.03 | 89.05 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 119 | 0 | 0.25 | 0.50 | 0.07 | 29.74 | 0.75 | 0.7 |
| Hex | EC | B1 | 77 | 0 | 19 | 32 | 7 | 1E | 4B | 46 |
| Octal | 354 | 261 | 167 | 0 | 31 | 62 | 7 | 36 | 113 | 106 |
| Binary | 11101100 | 10110001 | 1110111 | 0 | 11001 | 110010 | 111 | 11110 | 1001011 | 1000110 |
Color Harmonies of #ECB177
Complementary color
Monochromatic Colors of #ECB177
Black with #ECB177
Text Example
Text Example
White with #ECB177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB177; }
p { color: rgb(236,177,119); }
H1.HeaderClassName
{
color: #ECB177;
}
.AnyTagClassName
{
color: #ECB177;
}
</style>
background-color css
<style>
a { background-color: #ECB177; }
a { background-color: rgb(236,177,119); }
div.DivClassName
{
background-color: #ECB177;
}
.BgClassName
{
background-color: #ECB177;
}
</style>
border-color css
<style>
span { border-color: #ECB177; }
span { border-color: rgb(236,177,119); }
td.TdClassName
{
border-color: #ECB177;
}
.TagClassName
{
border-color: #ECB177;
}
</style>