Shades of Tacao #E7A66F
Tints of Tacao #E7A66F
RGB
CMYK
RGB Variations
Color information
#E7A66F (or 0xE7A66F) is known color: Tacao. HEX triplet: E7, A6 and 6F. RGB value is (231,166,111). Sum of RGB (Red+Green+Blue) = 231+166+111=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A66F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A66F is #185990. Grayscale: #B3B3B3. Windows color (decimal): -1595793 or 7317223. OLE color: 7317223.
HSL color Cylindrical-coordinate representation of color #E7A66F: hue angle of 27.5º 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 #E7A66F is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 111 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.09 |
| HSL | 27.5º | 0.71% | 0.67% | - |
| HSV(B) | 27.5º | 0.52% | 0.91% | - |
| XYZ | 49.46 | 45.41 | 21.2 | - |
| YUV | 179.17 | 89.53 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 111 | 0 | 0.28 | 0.52 | 0.09 | 27.5 | 0.71 | 0.67 |
| Hex | E7 | A6 | 6F | 0 | 1C | 34 | 9 | 1C | 47 | 43 |
| Octal | 347 | 246 | 157 | 0 | 34 | 64 | 11 | 34 | 107 | 103 |
| Binary | 11100111 | 10100110 | 1101111 | 0 | 11100 | 110100 | 1001 | 11100 | 1000111 | 1000011 |
Color Harmonies of #E7A66F
Complementary color
Monochromatic Colors of #E7A66F
Black with #E7A66F
Text Example
Text Example
White with #E7A66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A66F; }
p { color: rgb(231,166,111); }
H1.HeaderClassName
{
color: #E7A66F;
}
.AnyTagClassName
{
color: #E7A66F;
}
</style>
background-color css
<style>
a { background-color: #E7A66F; }
a { background-color: rgb(231,166,111); }
div.DivClassName
{
background-color: #E7A66F;
}
.BgClassName
{
background-color: #E7A66F;
}
</style>
border-color css
<style>
span { border-color: #E7A66F; }
span { border-color: rgb(231,166,111); }
td.TdClassName
{
border-color: #E7A66F;
}
.TagClassName
{
border-color: #E7A66F;
}
</style>