Shades of Tacao #E8A86F
Tints of Tacao #E8A86F
RGB
CMYK
RGB Variations
Color information
#E8A86F (or 0xE8A86F) is known color: Tacao. HEX triplet: E8, A8 and 6F. RGB value is (232,168,111). Sum of RGB (Red+Green+Blue) = 232+168+111=511 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.40% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A86F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A86F is #175790. Grayscale: #B4B4B4. Windows color (decimal): -1529745 or 7317736. OLE color: 7317736.
HSL color Cylindrical-coordinate representation of color #E8A86F: hue angle of 28.26º 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 #E8A86F is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 168 | 111 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.09 |
| HSL | 28.26º | 0.72% | 0.67% | - |
| HSV(B) | 28.26º | 0.52% | 0.91% | - |
| XYZ | 50.15 | 46.31 | 21.33 | - |
| YUV | 180.64 | 88.7 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 168 | 111 | 0 | 0.28 | 0.52 | 0.09 | 28.26 | 0.72 | 0.67 |
| Hex | E8 | A8 | 6F | 0 | 1C | 34 | 9 | 1C | 48 | 43 |
| Octal | 350 | 250 | 157 | 0 | 34 | 64 | 11 | 34 | 110 | 103 |
| Binary | 11101000 | 10101000 | 1101111 | 0 | 11100 | 110100 | 1001 | 11100 | 1001000 | 1000011 |
Color Harmonies of #E8A86F
Complementary color
Monochromatic Colors of #E8A86F
Black with #E8A86F
Text Example
Text Example
White with #E8A86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A86F; }
p { color: rgb(232,168,111); }
H1.HeaderClassName
{
color: #E8A86F;
}
.AnyTagClassName
{
color: #E8A86F;
}
</style>
background-color css
<style>
a { background-color: #E8A86F; }
a { background-color: rgb(232,168,111); }
div.DivClassName
{
background-color: #E8A86F;
}
.BgClassName
{
background-color: #E8A86F;
}
</style>
border-color css
<style>
span { border-color: #E8A86F; }
span { border-color: rgb(232,168,111); }
td.TdClassName
{
border-color: #E8A86F;
}
.TagClassName
{
border-color: #E8A86F;
}
</style>