Shades of Terra Cotta #E86D68
Tints of Terra Cotta #E86D68
RGB
CMYK
RGB Variations
Color information
#E86D68 (or 0xE86D68) is known color: Terra Cotta. HEX triplet: E8, 6D and 68. RGB value is (232,109,104). Sum of RGB (Red+Green+Blue) = 232+109+104=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E86D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86D68 is #179297. Grayscale: #919191. Windows color (decimal): -1544856 or 6843880. OLE color: 6843880.
HSL color Cylindrical-coordinate representation of color #E86D68: hue angle of 2.34º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E86D68 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 109 | 104 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.09 |
| HSL | 2.34º | 0.74% | 0.66% | - |
| HSV(B) | 2.34º | 0.55% | 0.91% | - |
| XYZ | 41.25 | 29.09 | 16.54 | - |
| YUV | 145.21 | 104.75 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 109 | 104 | 0 | 0.53 | 0.55 | 0.09 | 2.34 | 0.74 | 0.66 |
| Hex | E8 | 6D | 68 | 0 | 35 | 37 | 9 | 2 | 4A | 42 |
| Octal | 350 | 155 | 150 | 0 | 65 | 67 | 11 | 2 | 112 | 102 |
| Binary | 11101000 | 1101101 | 1101000 | 0 | 110101 | 110111 | 1001 | 10 | 1001010 | 1000010 |
Color Harmonies of #E86D68
Complementary color
Monochromatic Colors of #E86D68
Black with #E86D68
Text Example
Text Example
White with #E86D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86D68; }
p { color: rgb(232,109,104); }
H1.HeaderClassName
{
color: #E86D68;
}
.AnyTagClassName
{
color: #E86D68;
}
</style>
background-color css
<style>
a { background-color: #E86D68; }
a { background-color: rgb(232,109,104); }
div.DivClassName
{
background-color: #E86D68;
}
.BgClassName
{
background-color: #E86D68;
}
</style>
border-color css
<style>
span { border-color: #E86D68; }
span { border-color: rgb(232,109,104); }
td.TdClassName
{
border-color: #E86D68;
}
.TagClassName
{
border-color: #E86D68;
}
</style>