Shades of Tacao #EBA271
Tints of Tacao #EBA271
RGB
CMYK
RGB Variations
Color information
#EBA271 (or 0xEBA271) is known color: Tacao. HEX triplet: EB, A2 and 71. RGB value is (235,162,113). Sum of RGB (Red+Green+Blue) = 235+162+113=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA271 is #145D8E. Grayscale: #B2B2B2. Windows color (decimal): -1334671 or 7447275. OLE color: 7447275.
HSL color Cylindrical-coordinate representation of color #EBA271: hue angle of 24.1º 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 #EBA271 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 113 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.08 |
| HSL | 24.1º | 0.75% | 0.68% | - |
| HSV(B) | 24.1º | 0.52% | 0.92% | - |
| XYZ | 50.16 | 44.7 | 21.61 | - |
| YUV | 178.24 | 91.18 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 113 | 0 | 0.31 | 0.52 | 0.08 | 24.1 | 0.75 | 0.68 |
| Hex | EB | A2 | 71 | 0 | 1F | 34 | 8 | 18 | 4B | 44 |
| Octal | 353 | 242 | 161 | 0 | 37 | 64 | 10 | 30 | 113 | 104 |
| Binary | 11101011 | 10100010 | 1110001 | 0 | 11111 | 110100 | 1000 | 11000 | 1001011 | 1000100 |
Color Harmonies of #EBA271
Complementary color
Monochromatic Colors of #EBA271
Black with #EBA271
Text Example
Text Example
White with #EBA271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA271; }
p { color: rgb(235,162,113); }
H1.HeaderClassName
{
color: #EBA271;
}
.AnyTagClassName
{
color: #EBA271;
}
</style>
background-color css
<style>
a { background-color: #EBA271; }
a { background-color: rgb(235,162,113); }
div.DivClassName
{
background-color: #EBA271;
}
.BgClassName
{
background-color: #EBA271;
}
</style>
border-color css
<style>
span { border-color: #EBA271; }
span { border-color: rgb(235,162,113); }
td.TdClassName
{
border-color: #EBA271;
}
.TagClassName
{
border-color: #EBA271;
}
</style>