Shades of Tacao #EBA971
Tints of Tacao #EBA971
RGB
CMYK
RGB Variations
Color information
#EBA971 (or 0xEBA971) is known color: Tacao. HEX triplet: EB, A9 and 71. RGB value is (235,169,113). Sum of RGB (Red+Green+Blue) = 235+169+113=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA971 is #14568E. Grayscale: #B6B6B6. Windows color (decimal): -1332879 or 7449067. OLE color: 7449067.
HSL color Cylindrical-coordinate representation of color #EBA971: hue angle of 27.54º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EBA971 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 113 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.08 |
| HSL | 27.54º | 0.75% | 0.68% | - |
| HSV(B) | 27.54º | 0.52% | 0.92% | - |
| XYZ | 51.43 | 47.23 | 22.03 | - |
| YUV | 182.35 | 88.87 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 113 | 0 | 0.28 | 0.52 | 0.08 | 27.54 | 0.75 | 0.68 |
| Hex | EB | A9 | 71 | 0 | 1C | 34 | 8 | 1C | 4B | 44 |
| Octal | 353 | 251 | 161 | 0 | 34 | 64 | 10 | 34 | 113 | 104 |
| Binary | 11101011 | 10101001 | 1110001 | 0 | 11100 | 110100 | 1000 | 11100 | 1001011 | 1000100 |
Color Harmonies of #EBA971
Complementary color
Monochromatic Colors of #EBA971
Black with #EBA971
Text Example
Text Example
White with #EBA971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA971; }
p { color: rgb(235,169,113); }
H1.HeaderClassName
{
color: #EBA971;
}
.AnyTagClassName
{
color: #EBA971;
}
</style>
background-color css
<style>
a { background-color: #EBA971; }
a { background-color: rgb(235,169,113); }
div.DivClassName
{
background-color: #EBA971;
}
.BgClassName
{
background-color: #EBA971;
}
</style>
border-color css
<style>
span { border-color: #EBA971; }
span { border-color: rgb(235,169,113); }
td.TdClassName
{
border-color: #EBA971;
}
.TagClassName
{
border-color: #EBA971;
}
</style>