Shades of Tacao #EBA572
Tints of Tacao #EBA572
RGB
CMYK
RGB Variations
Color information
#EBA572 (or 0xEBA572) is known color: Tacao. HEX triplet: EB, A5 and 72. RGB value is (235,165,114). Sum of RGB (Red+Green+Blue) = 235+165+114=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA572 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA572 is #145A8D. Grayscale: #B4B4B4. Windows color (decimal): -1333902 or 7513579. OLE color: 7513579.
HSL color Cylindrical-coordinate representation of color #EBA572: hue angle of 25.29º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBA572 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 114 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.08 |
| HSL | 25.29º | 0.75% | 0.68% | - |
| HSV(B) | 25.29º | 0.51% | 0.92% | - |
| XYZ | 50.75 | 45.79 | 22.08 | - |
| YUV | 180.12 | 90.69 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 114 | 0 | 0.30 | 0.51 | 0.08 | 25.29 | 0.75 | 0.68 |
| Hex | EB | A5 | 72 | 0 | 1E | 33 | 8 | 19 | 4B | 44 |
| Octal | 353 | 245 | 162 | 0 | 36 | 63 | 10 | 31 | 113 | 104 |
| Binary | 11101011 | 10100101 | 1110010 | 0 | 11110 | 110011 | 1000 | 11001 | 1001011 | 1000100 |
Color Harmonies of #EBA572
Complementary color
Monochromatic Colors of #EBA572
Black with #EBA572
Text Example
Text Example
White with #EBA572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA572; }
p { color: rgb(235,165,114); }
H1.HeaderClassName
{
color: #EBA572;
}
.AnyTagClassName
{
color: #EBA572;
}
</style>
background-color css
<style>
a { background-color: #EBA572; }
a { background-color: rgb(235,165,114); }
div.DivClassName
{
background-color: #EBA572;
}
.BgClassName
{
background-color: #EBA572;
}
</style>
border-color css
<style>
span { border-color: #EBA572; }
span { border-color: rgb(235,165,114); }
td.TdClassName
{
border-color: #EBA572;
}
.TagClassName
{
border-color: #EBA572;
}
</style>