Shades of Tacao #EBA975
Tints of Tacao #EBA975
RGB
CMYK
RGB Variations
Color information
#EBA975 (or 0xEBA975) is known color: Tacao. HEX triplet: EB, A9 and 75. RGB value is (235,169,117). Sum of RGB (Red+Green+Blue) = 235+169+117=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA975 is #14568A. Grayscale: #B7B7B7. Windows color (decimal): -1332875 or 7711211. OLE color: 7711211.
HSL color Cylindrical-coordinate representation of color #EBA975: hue angle of 26.44º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBA975 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 117 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.08 |
| HSL | 26.44º | 0.75% | 0.69% | - |
| HSV(B) | 26.44º | 0.5% | 0.92% | - |
| XYZ | 51.66 | 47.32 | 23.24 | - |
| YUV | 182.81 | 90.87 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 117 | 0 | 0.28 | 0.50 | 0.08 | 26.44 | 0.75 | 0.69 |
| Hex | EB | A9 | 75 | 0 | 1C | 32 | 8 | 1A | 4B | 45 |
| Octal | 353 | 251 | 165 | 0 | 34 | 62 | 10 | 32 | 113 | 105 |
| Binary | 11101011 | 10101001 | 1110101 | 0 | 11100 | 110010 | 1000 | 11010 | 1001011 | 1000101 |
Color Harmonies of #EBA975
Complementary color
Monochromatic Colors of #EBA975
Black with #EBA975
Text Example
Text Example
White with #EBA975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA975; }
p { color: rgb(235,169,117); }
H1.HeaderClassName
{
color: #EBA975;
}
.AnyTagClassName
{
color: #EBA975;
}
</style>
background-color css
<style>
a { background-color: #EBA975; }
a { background-color: rgb(235,169,117); }
div.DivClassName
{
background-color: #EBA975;
}
.BgClassName
{
background-color: #EBA975;
}
</style>
border-color css
<style>
span { border-color: #EBA975; }
span { border-color: rgb(235,169,117); }
td.TdClassName
{
border-color: #EBA975;
}
.TagClassName
{
border-color: #EBA975;
}
</style>