Shades of Tacao #EBA870
Tints of Tacao #EBA870
RGB
CMYK
RGB Variations
Color information
#EBA870 (or 0xEBA870) is known color: Tacao. HEX triplet: EB, A8 and 70. RGB value is (235,168,112). Sum of RGB (Red+Green+Blue) = 235+168+112=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA870 is #14578F. Grayscale: #B5B5B5. Windows color (decimal): -1333136 or 7383275. OLE color: 7383275.
HSL color Cylindrical-coordinate representation of color #EBA870: hue angle of 27.32º 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 #EBA870 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 112 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.08 |
| HSL | 27.32º | 0.75% | 0.68% | - |
| HSV(B) | 27.32º | 0.52% | 0.92% | - |
| XYZ | 51.19 | 46.84 | 21.67 | - |
| YUV | 181.65 | 88.7 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 112 | 0 | 0.29 | 0.52 | 0.08 | 27.32 | 0.75 | 0.68 |
| Hex | EB | A8 | 70 | 0 | 1D | 34 | 8 | 1B | 4B | 44 |
| Octal | 353 | 250 | 160 | 0 | 35 | 64 | 10 | 33 | 113 | 104 |
| Binary | 11101011 | 10101000 | 1110000 | 0 | 11101 | 110100 | 1000 | 11011 | 1001011 | 1000100 |
Color Harmonies of #EBA870
Complementary color
Monochromatic Colors of #EBA870
Black with #EBA870
Text Example
Text Example
White with #EBA870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA870; }
p { color: rgb(235,168,112); }
H1.HeaderClassName
{
color: #EBA870;
}
.AnyTagClassName
{
color: #EBA870;
}
</style>
background-color css
<style>
a { background-color: #EBA870; }
a { background-color: rgb(235,168,112); }
div.DivClassName
{
background-color: #EBA870;
}
.BgClassName
{
background-color: #EBA870;
}
</style>
border-color css
<style>
span { border-color: #EBA870; }
span { border-color: rgb(235,168,112); }
td.TdClassName
{
border-color: #EBA870;
}
.TagClassName
{
border-color: #EBA870;
}
</style>