Shades of Terra Cotta #E86963
Tints of Terra Cotta #E86963
RGB
CMYK
RGB Variations
Color information
#E86963 (or 0xE86963) is known color: Terra Cotta. HEX triplet: E8, 69 and 63. RGB value is (232,105,99). Sum of RGB (Red+Green+Blue) = 232+105+99=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E86963 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86963 is #17969C. Grayscale: #8E8E8E. Windows color (decimal): -1545885 or 6515176. OLE color: 6515176.
HSL color Cylindrical-coordinate representation of color #E86963: hue angle of 2.71º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E86963 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 105 | 99 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.09 |
| HSL | 2.71º | 0.74% | 0.65% | - |
| HSV(B) | 2.71º | 0.57% | 0.91% | - |
| XYZ | 40.58 | 28.16 | 15.1 | - |
| YUV | 142.29 | 103.58 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 105 | 99 | 0 | 0.55 | 0.57 | 0.09 | 2.71 | 0.74 | 0.65 |
| Hex | E8 | 69 | 63 | 0 | 37 | 39 | 9 | 3 | 4A | 41 |
| Octal | 350 | 151 | 143 | 0 | 67 | 71 | 11 | 3 | 112 | 101 |
| Binary | 11101000 | 1101001 | 1100011 | 0 | 110111 | 111001 | 1001 | 11 | 1001010 | 1000001 |
Color Harmonies of #E86963
Complementary color
Monochromatic Colors of #E86963
Black with #E86963
Text Example
Text Example
White with #E86963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86963; }
p { color: rgb(232,105,99); }
H1.HeaderClassName
{
color: #E86963;
}
.AnyTagClassName
{
color: #E86963;
}
</style>
background-color css
<style>
a { background-color: #E86963; }
a { background-color: rgb(232,105,99); }
div.DivClassName
{
background-color: #E86963;
}
.BgClassName
{
background-color: #E86963;
}
</style>
border-color css
<style>
span { border-color: #E86963; }
span { border-color: rgb(232,105,99); }
td.TdClassName
{
border-color: #E86963;
}
.TagClassName
{
border-color: #E86963;
}
</style>