Shades of Tacao #EBA66F
Tints of Tacao #EBA66F
RGB
CMYK
RGB Variations
Color information
#EBA66F (or 0xEBA66F) is known color: Tacao. HEX triplet: EB, A6 and 6F. RGB value is (235,166,111). Sum of RGB (Red+Green+Blue) = 235+166+111=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA66F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA66F is #145990. Grayscale: #B4B4B4. Windows color (decimal): -1333649 or 7317227. OLE color: 7317227.
HSL color Cylindrical-coordinate representation of color #EBA66F: hue angle of 26.61º 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 #EBA66F is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 111 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.08 |
| HSL | 26.61º | 0.76% | 0.68% | - |
| HSV(B) | 26.61º | 0.53% | 0.92% | - |
| XYZ | 50.77 | 46.08 | 21.26 | - |
| YUV | 180.36 | 88.86 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 111 | 0 | 0.29 | 0.53 | 0.08 | 26.61 | 0.76 | 0.68 |
| Hex | EB | A6 | 6F | 0 | 1D | 35 | 8 | 1B | 4C | 44 |
| Octal | 353 | 246 | 157 | 0 | 35 | 65 | 10 | 33 | 114 | 104 |
| Binary | 11101011 | 10100110 | 1101111 | 0 | 11101 | 110101 | 1000 | 11011 | 1001100 | 1000100 |
Color Harmonies of #EBA66F
Complementary color
Monochromatic Colors of #EBA66F
Black with #EBA66F
Text Example
Text Example
White with #EBA66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA66F; }
p { color: rgb(235,166,111); }
H1.HeaderClassName
{
color: #EBA66F;
}
.AnyTagClassName
{
color: #EBA66F;
}
</style>
background-color css
<style>
a { background-color: #EBA66F; }
a { background-color: rgb(235,166,111); }
div.DivClassName
{
background-color: #EBA66F;
}
.BgClassName
{
background-color: #EBA66F;
}
</style>
border-color css
<style>
span { border-color: #EBA66F; }
span { border-color: rgb(235,166,111); }
td.TdClassName
{
border-color: #EBA66F;
}
.TagClassName
{
border-color: #EBA66F;
}
</style>