Shades of Tacao #E8A370
Tints of Tacao #E8A370
RGB
CMYK
RGB Variations
Color information
#E8A370 (or 0xE8A370) is known color: Tacao. HEX triplet: E8, A3 and 70. RGB value is (232,163,112). Sum of RGB (Red+Green+Blue) = 232+163+112=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A370 is #175C8F. Grayscale: #B2B2B2. Windows color (decimal): -1531024 or 7381992. OLE color: 7381992.
HSL color Cylindrical-coordinate representation of color #E8A370: hue angle of 25.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E8A370 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 163 | 112 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.09 |
| HSL | 25.5º | 0.72% | 0.67% | - |
| HSV(B) | 25.5º | 0.52% | 0.91% | - |
| XYZ | 49.3 | 44.52 | 21.32 | - |
| YUV | 177.82 | 90.86 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 163 | 112 | 0 | 0.30 | 0.52 | 0.09 | 25.5 | 0.72 | 0.67 |
| Hex | E8 | A3 | 70 | 0 | 1E | 34 | 9 | 1A | 48 | 43 |
| Octal | 350 | 243 | 160 | 0 | 36 | 64 | 11 | 32 | 110 | 103 |
| Binary | 11101000 | 10100011 | 1110000 | 0 | 11110 | 110100 | 1001 | 11010 | 1001000 | 1000011 |
Color Harmonies of #E8A370
Complementary color
Monochromatic Colors of #E8A370
Black with #E8A370
Text Example
Text Example
White with #E8A370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A370; }
p { color: rgb(232,163,112); }
H1.HeaderClassName
{
color: #E8A370;
}
.AnyTagClassName
{
color: #E8A370;
}
</style>
background-color css
<style>
a { background-color: #E8A370; }
a { background-color: rgb(232,163,112); }
div.DivClassName
{
background-color: #E8A370;
}
.BgClassName
{
background-color: #E8A370;
}
</style>
border-color css
<style>
span { border-color: #E8A370; }
span { border-color: rgb(232,163,112); }
td.TdClassName
{
border-color: #E8A370;
}
.TagClassName
{
border-color: #E8A370;
}
</style>