Shades of Tacao #EBA773
Tints of Tacao #EBA773
RGB
CMYK
RGB Variations
Color information
#EBA773 (or 0xEBA773) is known color: Tacao. HEX triplet: EB, A7 and 73. RGB value is (235,167,115). Sum of RGB (Red+Green+Blue) = 235+167+115=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA773 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA773 is #14588C. Grayscale: #B5B5B5. Windows color (decimal): -1333389 or 7579627. OLE color: 7579627.
HSL color Cylindrical-coordinate representation of color #EBA773: hue angle of 26º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBA773 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 115 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.08 |
| HSL | 26º | 0.75% | 0.69% | - |
| HSV(B) | 26º | 0.51% | 0.92% | - |
| XYZ | 51.17 | 46.54 | 22.51 | - |
| YUV | 181.4 | 90.53 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 115 | 0 | 0.29 | 0.51 | 0.08 | 26 | 0.75 | 0.69 |
| Hex | EB | A7 | 73 | 0 | 1D | 33 | 8 | 1A | 4B | 45 |
| Octal | 353 | 247 | 163 | 0 | 35 | 63 | 10 | 32 | 113 | 105 |
| Binary | 11101011 | 10100111 | 1110011 | 0 | 11101 | 110011 | 1000 | 11010 | 1001011 | 1000101 |
Color Harmonies of #EBA773
Complementary color
Monochromatic Colors of #EBA773
Black with #EBA773
Text Example
Text Example
White with #EBA773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA773; }
p { color: rgb(235,167,115); }
H1.HeaderClassName
{
color: #EBA773;
}
.AnyTagClassName
{
color: #EBA773;
}
</style>
background-color css
<style>
a { background-color: #EBA773; }
a { background-color: rgb(235,167,115); }
div.DivClassName
{
background-color: #EBA773;
}
.BgClassName
{
background-color: #EBA773;
}
</style>
border-color css
<style>
span { border-color: #EBA773; }
span { border-color: rgb(235,167,115); }
td.TdClassName
{
border-color: #EBA773;
}
.TagClassName
{
border-color: #EBA773;
}
</style>