Shades of Terra Cotta #E87065
Tints of Terra Cotta #E87065
RGB
CMYK
RGB Variations
Color information
#E87065 (or 0xE87065) is known color: Terra Cotta. HEX triplet: E8, 70 and 65. RGB value is (232,112,101). Sum of RGB (Red+Green+Blue) = 232+112+101=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E87065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87065 is #178F9A. Grayscale: #929292. Windows color (decimal): -1544091 or 6648040. OLE color: 6648040.
HSL color Cylindrical-coordinate representation of color #E87065: hue angle of 5.04º 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 #E87065 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 112 | 101 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.09 |
| HSL | 5.04º | 0.74% | 0.65% | - |
| HSV(B) | 5.04º | 0.56% | 0.91% | - |
| XYZ | 41.42 | 29.68 | 15.86 | - |
| YUV | 146.63 | 102.26 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 112 | 101 | 0 | 0.52 | 0.56 | 0.09 | 5.04 | 0.74 | 0.65 |
| Hex | E8 | 70 | 65 | 0 | 34 | 38 | 9 | 5 | 4A | 41 |
| Octal | 350 | 160 | 145 | 0 | 64 | 70 | 11 | 5 | 112 | 101 |
| Binary | 11101000 | 1110000 | 1100101 | 0 | 110100 | 111000 | 1001 | 101 | 1001010 | 1000001 |
Color Harmonies of #E87065
Complementary color
Monochromatic Colors of #E87065
Black with #E87065
Text Example
Text Example
White with #E87065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87065; }
p { color: rgb(232,112,101); }
H1.HeaderClassName
{
color: #E87065;
}
.AnyTagClassName
{
color: #E87065;
}
</style>
background-color css
<style>
a { background-color: #E87065; }
a { background-color: rgb(232,112,101); }
div.DivClassName
{
background-color: #E87065;
}
.BgClassName
{
background-color: #E87065;
}
</style>
border-color css
<style>
span { border-color: #E87065; }
span { border-color: rgb(232,112,101); }
td.TdClassName
{
border-color: #E87065;
}
.TagClassName
{
border-color: #E87065;
}
</style>