Shades of Tacao #EBAB73
Tints of Tacao #EBAB73
RGB
CMYK
RGB Variations
Color information
#EBAB73 (or 0xEBAB73) is known color: Tacao. HEX triplet: EB, AB and 73. RGB value is (235,171,115). Sum of RGB (Red+Green+Blue) = 235+171+115=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAB73 is #14548C. Grayscale: #B8B8B8. Windows color (decimal): -1332365 or 7580651. OLE color: 7580651.
HSL color Cylindrical-coordinate representation of color #EBAB73: hue angle of 28º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBAB73 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 171 | 115 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.08 |
| HSL | 28º | 0.75% | 0.69% | - |
| HSV(B) | 28º | 0.51% | 0.92% | - |
| XYZ | 51.92 | 48.03 | 22.75 | - |
| YUV | 183.75 | 89.2 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 171 | 115 | 0 | 0.27 | 0.51 | 0.08 | 28 | 0.75 | 0.69 |
| Hex | EB | AB | 73 | 0 | 1B | 33 | 8 | 1C | 4B | 45 |
| Octal | 353 | 253 | 163 | 0 | 33 | 63 | 10 | 34 | 113 | 105 |
| Binary | 11101011 | 10101011 | 1110011 | 0 | 11011 | 110011 | 1000 | 11100 | 1001011 | 1000101 |
Color Harmonies of #EBAB73
Complementary color
Monochromatic Colors of #EBAB73
Black with #EBAB73
Text Example
Text Example
White with #EBAB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAB73; }
p { color: rgb(235,171,115); }
H1.HeaderClassName
{
color: #EBAB73;
}
.AnyTagClassName
{
color: #EBAB73;
}
</style>
background-color css
<style>
a { background-color: #EBAB73; }
a { background-color: rgb(235,171,115); }
div.DivClassName
{
background-color: #EBAB73;
}
.BgClassName
{
background-color: #EBAB73;
}
</style>
border-color css
<style>
span { border-color: #EBAB73; }
span { border-color: rgb(235,171,115); }
td.TdClassName
{
border-color: #EBAB73;
}
.TagClassName
{
border-color: #EBAB73;
}
</style>