Shades of Tacao #EBA86F
Tints of Tacao #EBA86F
RGB
CMYK
RGB Variations
Color information
#EBA86F (or 0xEBA86F) is known color: Tacao. HEX triplet: EB, A8 and 6F. RGB value is (235,168,111). Sum of RGB (Red+Green+Blue) = 235+168+111=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA86F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA86F is #145790. Grayscale: #B5B5B5. Windows color (decimal): -1333137 or 7317739. OLE color: 7317739.
HSL color Cylindrical-coordinate representation of color #EBA86F: hue angle of 27.58º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EBA86F is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 111 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.08 |
| HSL | 27.58º | 0.76% | 0.68% | - |
| HSV(B) | 27.58º | 0.53% | 0.92% | - |
| XYZ | 51.13 | 46.82 | 21.38 | - |
| YUV | 181.54 | 88.2 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 111 | 0 | 0.29 | 0.53 | 0.08 | 27.58 | 0.76 | 0.68 |
| Hex | EB | A8 | 6F | 0 | 1D | 35 | 8 | 1C | 4C | 44 |
| Octal | 353 | 250 | 157 | 0 | 35 | 65 | 10 | 34 | 114 | 104 |
| Binary | 11101011 | 10101000 | 1101111 | 0 | 11101 | 110101 | 1000 | 11100 | 1001100 | 1000100 |
Color Harmonies of #EBA86F
Complementary color
Monochromatic Colors of #EBA86F
Black with #EBA86F
Text Example
Text Example
White with #EBA86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA86F; }
p { color: rgb(235,168,111); }
H1.HeaderClassName
{
color: #EBA86F;
}
.AnyTagClassName
{
color: #EBA86F;
}
</style>
background-color css
<style>
a { background-color: #EBA86F; }
a { background-color: rgb(235,168,111); }
div.DivClassName
{
background-color: #EBA86F;
}
.BgClassName
{
background-color: #EBA86F;
}
</style>
border-color css
<style>
span { border-color: #EBA86F; }
span { border-color: rgb(235,168,111); }
td.TdClassName
{
border-color: #EBA86F;
}
.TagClassName
{
border-color: #EBA86F;
}
</style>