Shades of Terra Cotta #E87165
Tints of Terra Cotta #E87165
RGB
CMYK
RGB Variations
Color information
#E87165 (or 0xE87165) is known color: Terra Cotta. HEX triplet: E8, 71 and 65. RGB value is (232,113,101). Sum of RGB (Red+Green+Blue) = 232+113+101=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E87165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87165 is #178E9A. Grayscale: #939393. Windows color (decimal): -1543835 or 6648296. OLE color: 6648296.
HSL color Cylindrical-coordinate representation of color #E87165: hue angle of 5.5º 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 #E87165 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 113 | 101 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.09 |
| HSL | 5.5º | 0.74% | 0.65% | - |
| HSV(B) | 5.5º | 0.56% | 0.91% | - |
| XYZ | 41.53 | 29.91 | 15.9 | - |
| YUV | 147.21 | 101.92 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 113 | 101 | 0 | 0.51 | 0.56 | 0.09 | 5.5 | 0.74 | 0.65 |
| Hex | E8 | 71 | 65 | 0 | 33 | 38 | 9 | 5 | 4A | 41 |
| Octal | 350 | 161 | 145 | 0 | 63 | 70 | 11 | 5 | 112 | 101 |
| Binary | 11101000 | 1110001 | 1100101 | 0 | 110011 | 111000 | 1001 | 101 | 1001010 | 1000001 |
Color Harmonies of #E87165
Complementary color
Monochromatic Colors of #E87165
Black with #E87165
Text Example
Text Example
White with #E87165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87165; }
p { color: rgb(232,113,101); }
H1.HeaderClassName
{
color: #E87165;
}
.AnyTagClassName
{
color: #E87165;
}
</style>
background-color css
<style>
a { background-color: #E87165; }
a { background-color: rgb(232,113,101); }
div.DivClassName
{
background-color: #E87165;
}
.BgClassName
{
background-color: #E87165;
}
</style>
border-color css
<style>
span { border-color: #E87165; }
span { border-color: rgb(232,113,101); }
td.TdClassName
{
border-color: #E87165;
}
.TagClassName
{
border-color: #E87165;
}
</style>