Shades of Tacao #EBA476
Tints of Tacao #EBA476
RGB
CMYK
RGB Variations
Color information
#EBA476 (or 0xEBA476) is known color: Tacao. HEX triplet: EB, A4 and 76. RGB value is (235,164,118). Sum of RGB (Red+Green+Blue) = 235+164+118=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA476 is #145B89. Grayscale: #B4B4B4. Windows color (decimal): -1334154 or 7775467. OLE color: 7775467.
HSL color Cylindrical-coordinate representation of color #EBA476: hue angle of 23.59º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBA476 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 118 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.08 |
| HSL | 23.59º | 0.75% | 0.69% | - |
| HSV(B) | 23.59º | 0.5% | 0.92% | - |
| XYZ | 50.81 | 45.52 | 23.25 | - |
| YUV | 179.99 | 93.02 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 118 | 0 | 0.30 | 0.50 | 0.08 | 23.59 | 0.75 | 0.69 |
| Hex | EB | A4 | 76 | 0 | 1E | 32 | 8 | 18 | 4B | 45 |
| Octal | 353 | 244 | 166 | 0 | 36 | 62 | 10 | 30 | 113 | 105 |
| Binary | 11101011 | 10100100 | 1110110 | 0 | 11110 | 110010 | 1000 | 11000 | 1001011 | 1000101 |
Color Harmonies of #EBA476
Complementary color
Monochromatic Colors of #EBA476
Black with #EBA476
Text Example
Text Example
White with #EBA476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA476; }
p { color: rgb(235,164,118); }
H1.HeaderClassName
{
color: #EBA476;
}
.AnyTagClassName
{
color: #EBA476;
}
</style>
background-color css
<style>
a { background-color: #EBA476; }
a { background-color: rgb(235,164,118); }
div.DivClassName
{
background-color: #EBA476;
}
.BgClassName
{
background-color: #EBA476;
}
</style>
border-color css
<style>
span { border-color: #EBA476; }
span { border-color: rgb(235,164,118); }
td.TdClassName
{
border-color: #EBA476;
}
.TagClassName
{
border-color: #EBA476;
}
</style>