Shades of Tacao #EBA676
Tints of Tacao #EBA676
RGB
CMYK
RGB Variations
Color information
#EBA676 (or 0xEBA676) is known color: Tacao. HEX triplet: EB, A6 and 76. RGB value is (235,166,118). Sum of RGB (Red+Green+Blue) = 235+166+118=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA676 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA676 is #145989. Grayscale: #B5B5B5. Windows color (decimal): -1333642 or 7775979. OLE color: 7775979.
HSL color Cylindrical-coordinate representation of color #EBA676: hue angle of 24.62º 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 #EBA676 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 118 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.08 |
| HSL | 24.62º | 0.75% | 0.69% | - |
| HSV(B) | 24.62º | 0.5% | 0.92% | - |
| XYZ | 51.17 | 46.24 | 23.37 | - |
| YUV | 181.16 | 92.36 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 118 | 0 | 0.29 | 0.50 | 0.08 | 24.62 | 0.75 | 0.69 |
| Hex | EB | A6 | 76 | 0 | 1D | 32 | 8 | 19 | 4B | 45 |
| Octal | 353 | 246 | 166 | 0 | 35 | 62 | 10 | 31 | 113 | 105 |
| Binary | 11101011 | 10100110 | 1110110 | 0 | 11101 | 110010 | 1000 | 11001 | 1001011 | 1000101 |
Color Harmonies of #EBA676
Complementary color
Monochromatic Colors of #EBA676
Black with #EBA676
Text Example
Text Example
White with #EBA676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA676; }
p { color: rgb(235,166,118); }
H1.HeaderClassName
{
color: #EBA676;
}
.AnyTagClassName
{
color: #EBA676;
}
</style>
background-color css
<style>
a { background-color: #EBA676; }
a { background-color: rgb(235,166,118); }
div.DivClassName
{
background-color: #EBA676;
}
.BgClassName
{
background-color: #EBA676;
}
</style>
border-color css
<style>
span { border-color: #EBA676; }
span { border-color: rgb(235,166,118); }
td.TdClassName
{
border-color: #EBA676;
}
.TagClassName
{
border-color: #EBA676;
}
</style>