Shades of Tacao #ECB076
Tints of Tacao #ECB076
RGB
CMYK
RGB Variations
Color information
#ECB076 (or 0xECB076) is known color: Tacao. HEX triplet: EC, B0 and 76. RGB value is (236,176,118). Sum of RGB (Red+Green+Blue) = 236+176+118=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 118 (46.48% from 255 or 22.26% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB076 is #134F89. Grayscale: #BBBBBB. Windows color (decimal): -1265546 or 7778540. OLE color: 7778540.
HSL color Cylindrical-coordinate representation of color #ECB076: hue angle of 29.49º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECB076 is Cyan = 0, Magento = 0.25, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 118 | - |
| CMYK | 0 | 0.25 | 0.5 | 0.07 |
| HSL | 29.49º | 0.76% | 0.69% | - |
| HSV(B) | 29.49º | 0.5% | 0.93% | - |
| XYZ | 53.39 | 50.19 | 24.01 | - |
| YUV | 187.33 | 88.88 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 118 | 0 | 0.25 | 0.5 | 0.07 | 29.49 | 0.76 | 0.69 |
| Hex | EC | B0 | 76 | 0 | 19 | 32 | 7 | 1D | 4C | 45 |
| Octal | 354 | 260 | 166 | 0 | 31 | 62 | 7 | 35 | 114 | 105 |
| Binary | 11101100 | 10110000 | 1110110 | 0 | 11001 | 110010 | 111 | 11101 | 1001100 | 1000101 |
Color Harmonies of #ECB076
Complementary color
Monochromatic Colors of #ECB076
Black with #ECB076
Text Example
Text Example
White with #ECB076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB076; }
p { color: rgb(236,176,118); }
H1.HeaderClassName
{
color: #ECB076;
}
.AnyTagClassName
{
color: #ECB076;
}
</style>
background-color css
<style>
a { background-color: #ECB076; }
a { background-color: rgb(236,176,118); }
div.DivClassName
{
background-color: #ECB076;
}
.BgClassName
{
background-color: #ECB076;
}
</style>
border-color css
<style>
span { border-color: #ECB076; }
span { border-color: rgb(236,176,118); }
td.TdClassName
{
border-color: #ECB076;
}
.TagClassName
{
border-color: #ECB076;
}
</style>