Shades of Tacao #EBA87C
Tints of Tacao #EBA87C
RGB
CMYK
RGB Variations
Color information
#EBA87C (or 0xEBA87C) is known color: Tacao. HEX triplet: EB, A8 and 7C. RGB value is (235,168,124). Sum of RGB (Red+Green+Blue) = 235+168+124=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA87C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA87C is #145783. Grayscale: #B7B7B7. Windows color (decimal): -1333124 or 8169707. OLE color: 8169707.
HSL color Cylindrical-coordinate representation of color #EBA87C: hue angle of 23.78º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EBA87C is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 124 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.08 |
| HSL | 23.78º | 0.74% | 0.7% | - |
| HSV(B) | 23.78º | 0.47% | 0.92% | - |
| XYZ | 51.9 | 47.12 | 25.43 | - |
| YUV | 183.02 | 94.7 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 124 | 0 | 0.29 | 0.47 | 0.08 | 23.78 | 0.74 | 0.7 |
| Hex | EB | A8 | 7C | 0 | 1D | 2F | 8 | 18 | 4A | 46 |
| Octal | 353 | 250 | 174 | 0 | 35 | 57 | 10 | 30 | 112 | 106 |
| Binary | 11101011 | 10101000 | 1111100 | 0 | 11101 | 101111 | 1000 | 11000 | 1001010 | 1000110 |
Color Harmonies of #EBA87C
Complementary color
Monochromatic Colors of #EBA87C
Black with #EBA87C
Text Example
Text Example
White with #EBA87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA87C; }
p { color: rgb(235,168,124); }
H1.HeaderClassName
{
color: #EBA87C;
}
.AnyTagClassName
{
color: #EBA87C;
}
</style>
background-color css
<style>
a { background-color: #EBA87C; }
a { background-color: rgb(235,168,124); }
div.DivClassName
{
background-color: #EBA87C;
}
.BgClassName
{
background-color: #EBA87C;
}
</style>
border-color css
<style>
span { border-color: #EBA87C; }
span { border-color: rgb(235,168,124); }
td.TdClassName
{
border-color: #EBA87C;
}
.TagClassName
{
border-color: #EBA87C;
}
</style>