Shades of Terra Cotta #E86C56
Tints of Terra Cotta #E86C56
RGB
CMYK
RGB Variations
Color information
#E86C56 (or 0xE86C56) is known color: Terra Cotta. HEX triplet: E8, 6C and 56. RGB value is (232,108,86). Sum of RGB (Red+Green+Blue) = 232+108+86=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86C56 is #1793A9. Grayscale: #8E8E8E. Windows color (decimal): -1545130 or 5663976. OLE color: 5663976.
HSL color Cylindrical-coordinate representation of color #E86C56: hue angle of 9.04º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E86C56 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 86 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.09 |
| HSL | 9.04º | 0.76% | 0.62% | - |
| HSV(B) | 9.04º | 0.63% | 0.91% | - |
| XYZ | 40.32 | 28.55 | 12.19 | - |
| YUV | 142.57 | 96.08 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 86 | 0 | 0.53 | 0.63 | 0.09 | 9.04 | 0.76 | 0.62 |
| Hex | E8 | 6C | 56 | 0 | 35 | 3F | 9 | 9 | 4C | 3E |
| Octal | 350 | 154 | 126 | 0 | 65 | 77 | 11 | 11 | 114 | 76 |
| Binary | 11101000 | 1101100 | 1010110 | 0 | 110101 | 111111 | 1001 | 1001 | 1001100 | 111110 |
Color Harmonies of #E86C56
Complementary color
Monochromatic Colors of #E86C56
Black with #E86C56
Text Example
Text Example
White with #E86C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86C56; }
p { color: rgb(232,108,86); }
H1.HeaderClassName
{
color: #E86C56;
}
.AnyTagClassName
{
color: #E86C56;
}
</style>
background-color css
<style>
a { background-color: #E86C56; }
a { background-color: rgb(232,108,86); }
div.DivClassName
{
background-color: #E86C56;
}
.BgClassName
{
background-color: #E86C56;
}
</style>
border-color css
<style>
span { border-color: #E86C56; }
span { border-color: rgb(232,108,86); }
td.TdClassName
{
border-color: #E86C56;
}
.TagClassName
{
border-color: #E86C56;
}
</style>