Shades of Tacao #EBA270
Tints of Tacao #EBA270
RGB
CMYK
RGB Variations
Color information
#EBA270 (or 0xEBA270) is known color: Tacao. HEX triplet: EB, A2 and 70. RGB value is (235,162,112). Sum of RGB (Red+Green+Blue) = 235+162+112=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA270 is #145D8F. Grayscale: #B2B2B2. Windows color (decimal): -1334672 or 7381739. OLE color: 7381739.
HSL color Cylindrical-coordinate representation of color #EBA270: hue angle of 24.39º 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 #EBA270 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 112 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.08 |
| HSL | 24.39º | 0.75% | 0.68% | - |
| HSV(B) | 24.39º | 0.52% | 0.92% | - |
| XYZ | 50.11 | 44.67 | 21.31 | - |
| YUV | 178.13 | 90.68 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 112 | 0 | 0.31 | 0.52 | 0.08 | 24.39 | 0.75 | 0.68 |
| Hex | EB | A2 | 70 | 0 | 1F | 34 | 8 | 18 | 4B | 44 |
| Octal | 353 | 242 | 160 | 0 | 37 | 64 | 10 | 30 | 113 | 104 |
| Binary | 11101011 | 10100010 | 1110000 | 0 | 11111 | 110100 | 1000 | 11000 | 1001011 | 1000100 |
Color Harmonies of #EBA270
Complementary color
Monochromatic Colors of #EBA270
Black with #EBA270
Text Example
Text Example
White with #EBA270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA270; }
p { color: rgb(235,162,112); }
H1.HeaderClassName
{
color: #EBA270;
}
.AnyTagClassName
{
color: #EBA270;
}
</style>
background-color css
<style>
a { background-color: #EBA270; }
a { background-color: rgb(235,162,112); }
div.DivClassName
{
background-color: #EBA270;
}
.BgClassName
{
background-color: #EBA270;
}
</style>
border-color css
<style>
span { border-color: #EBA270; }
span { border-color: rgb(235,162,112); }
td.TdClassName
{
border-color: #EBA270;
}
.TagClassName
{
border-color: #EBA270;
}
</style>