Shades of Tacao #E7A670
Tints of Tacao #E7A670
RGB
CMYK
RGB Variations
Color information
#E7A670 (or 0xE7A670) is known color: Tacao. HEX triplet: E7, A6 and 70. RGB value is (231,166,112). Sum of RGB (Red+Green+Blue) = 231+166+112=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A670 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A670 is #18598F. Grayscale: #B3B3B3. Windows color (decimal): -1595792 or 7382759. OLE color: 7382759.
HSL color Cylindrical-coordinate representation of color #E7A670: hue angle of 27.23º degrees, saturation: 0.71, 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 #E7A670 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 112 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.09 |
| HSL | 27.23º | 0.71% | 0.67% | - |
| HSV(B) | 27.23º | 0.52% | 0.91% | - |
| XYZ | 49.52 | 45.43 | 21.49 | - |
| YUV | 179.28 | 90.03 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 112 | 0 | 0.28 | 0.52 | 0.09 | 27.23 | 0.71 | 0.67 |
| Hex | E7 | A6 | 70 | 0 | 1C | 34 | 9 | 1B | 47 | 43 |
| Octal | 347 | 246 | 160 | 0 | 34 | 64 | 11 | 33 | 107 | 103 |
| Binary | 11100111 | 10100110 | 1110000 | 0 | 11100 | 110100 | 1001 | 11011 | 1000111 | 1000011 |
Color Harmonies of #E7A670
Complementary color
Monochromatic Colors of #E7A670
Black with #E7A670
Text Example
Text Example
White with #E7A670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A670; }
p { color: rgb(231,166,112); }
H1.HeaderClassName
{
color: #E7A670;
}
.AnyTagClassName
{
color: #E7A670;
}
</style>
background-color css
<style>
a { background-color: #E7A670; }
a { background-color: rgb(231,166,112); }
div.DivClassName
{
background-color: #E7A670;
}
.BgClassName
{
background-color: #E7A670;
}
</style>
border-color css
<style>
span { border-color: #E7A670; }
span { border-color: rgb(231,166,112); }
td.TdClassName
{
border-color: #E7A670;
}
.TagClassName
{
border-color: #E7A670;
}
</style>