Shades of Terra Cotta #E86966
Tints of Terra Cotta #E86966
RGB
CMYK
RGB Variations
Color information
#E86966 (or 0xE86966) is known color: Terra Cotta. HEX triplet: E8, 69 and 66. RGB value is (232,105,102). Sum of RGB (Red+Green+Blue) = 232+105+102=439 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.85% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 232 - color contains mainly: red. Hex color #E86966 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86966 is #179699. Grayscale: #8E8E8E. Windows color (decimal): -1545882 or 6711784. OLE color: 6711784.
HSL color Cylindrical-coordinate representation of color #E86966: hue angle of 1.38º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86966 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 105 | 102 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.09 |
| HSL | 1.38º | 0.74% | 0.65% | - |
| HSV(B) | 1.38º | 0.56% | 0.91% | - |
| XYZ | 40.73 | 28.22 | 15.87 | - |
| YUV | 142.63 | 105.08 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 105 | 102 | 0 | 0.55 | 0.56 | 0.09 | 1.38 | 0.74 | 0.65 |
| Hex | E8 | 69 | 66 | 0 | 37 | 38 | 9 | 1 | 4A | 41 |
| Octal | 350 | 151 | 146 | 0 | 67 | 70 | 11 | 1 | 112 | 101 |
| Binary | 11101000 | 1101001 | 1100110 | 0 | 110111 | 111000 | 1001 | 1 | 1001010 | 1000001 |
Color Harmonies of #E86966
Complementary color
Monochromatic Colors of #E86966
Black with #E86966
Text Example
Text Example
White with #E86966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86966; }
p { color: rgb(232,105,102); }
H1.HeaderClassName
{
color: #E86966;
}
.AnyTagClassName
{
color: #E86966;
}
</style>
background-color css
<style>
a { background-color: #E86966; }
a { background-color: rgb(232,105,102); }
div.DivClassName
{
background-color: #E86966;
}
.BgClassName
{
background-color: #E86966;
}
</style>
border-color css
<style>
span { border-color: #E86966; }
span { border-color: rgb(232,105,102); }
td.TdClassName
{
border-color: #E86966;
}
.TagClassName
{
border-color: #E86966;
}
</style>