Shades of Terra Cotta #E86E57
Tints of Terra Cotta #E86E57
RGB
CMYK
RGB Variations
Color information
#E86E57 (or 0xE86E57) is known color: Terra Cotta. HEX triplet: E8, 6E and 57. RGB value is (232,110,87). Sum of RGB (Red+Green+Blue) = 232+110+87=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E86E57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86E57 is #1791A8. Grayscale: #909090. Windows color (decimal): -1544617 or 5730024. OLE color: 5730024.
HSL color Cylindrical-coordinate representation of color #E86E57: hue angle of 9.52º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E86E57 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 87 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.09 |
| HSL | 9.52º | 0.76% | 0.63% | - |
| HSV(B) | 9.52º | 0.63% | 0.91% | - |
| XYZ | 40.57 | 29 | 12.48 | - |
| YUV | 143.86 | 95.92 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 87 | 0 | 0.53 | 0.62 | 0.09 | 9.52 | 0.76 | 0.63 |
| Hex | E8 | 6E | 57 | 0 | 35 | 3E | 9 | A | 4C | 3F |
| Octal | 350 | 156 | 127 | 0 | 65 | 76 | 11 | 12 | 114 | 77 |
| Binary | 11101000 | 1101110 | 1010111 | 0 | 110101 | 111110 | 1001 | 1010 | 1001100 | 111111 |
Color Harmonies of #E86E57
Complementary color
Monochromatic Colors of #E86E57
Black with #E86E57
Text Example
Text Example
White with #E86E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86E57; }
p { color: rgb(232,110,87); }
H1.HeaderClassName
{
color: #E86E57;
}
.AnyTagClassName
{
color: #E86E57;
}
</style>
background-color css
<style>
a { background-color: #E86E57; }
a { background-color: rgb(232,110,87); }
div.DivClassName
{
background-color: #E86E57;
}
.BgClassName
{
background-color: #E86E57;
}
</style>
border-color css
<style>
span { border-color: #E86E57; }
span { border-color: rgb(232,110,87); }
td.TdClassName
{
border-color: #E86E57;
}
.TagClassName
{
border-color: #E86E57;
}
</style>