Shades of Tacao #EBA871
Tints of Tacao #EBA871
RGB
CMYK
RGB Variations
Color information
#EBA871 (or 0xEBA871) is known color: Tacao. HEX triplet: EB, A8 and 71. RGB value is (235,168,113). Sum of RGB (Red+Green+Blue) = 235+168+113=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA871 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA871 is #14578E. Grayscale: #B6B6B6. Windows color (decimal): -1333135 or 7448811. OLE color: 7448811.
HSL color Cylindrical-coordinate representation of color #EBA871: hue angle of 27.05º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EBA871 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 113 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.08 |
| HSL | 27.05º | 0.75% | 0.68% | - |
| HSV(B) | 27.05º | 0.52% | 0.92% | - |
| XYZ | 51.24 | 46.86 | 21.97 | - |
| YUV | 181.76 | 89.2 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 113 | 0 | 0.29 | 0.52 | 0.08 | 27.05 | 0.75 | 0.68 |
| Hex | EB | A8 | 71 | 0 | 1D | 34 | 8 | 1B | 4B | 44 |
| Octal | 353 | 250 | 161 | 0 | 35 | 64 | 10 | 33 | 113 | 104 |
| Binary | 11101011 | 10101000 | 1110001 | 0 | 11101 | 110100 | 1000 | 11011 | 1001011 | 1000100 |
Color Harmonies of #EBA871
Complementary color
Monochromatic Colors of #EBA871
Black with #EBA871
Text Example
Text Example
White with #EBA871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA871; }
p { color: rgb(235,168,113); }
H1.HeaderClassName
{
color: #EBA871;
}
.AnyTagClassName
{
color: #EBA871;
}
</style>
background-color css
<style>
a { background-color: #EBA871; }
a { background-color: rgb(235,168,113); }
div.DivClassName
{
background-color: #EBA871;
}
.BgClassName
{
background-color: #EBA871;
}
</style>
border-color css
<style>
span { border-color: #EBA871; }
span { border-color: rgb(235,168,113); }
td.TdClassName
{
border-color: #EBA871;
}
.TagClassName
{
border-color: #EBA871;
}
</style>