Shades of Terra Cotta #E86E65
Tints of Terra Cotta #E86E65
RGB
CMYK
RGB Variations
Color information
#E86E65 (or 0xE86E65) is known color: Terra Cotta. HEX triplet: E8, 6E and 65. RGB value is (232,110,101). Sum of RGB (Red+Green+Blue) = 232+110+101=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E86E65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86E65 is #17919A. Grayscale: #919191. Windows color (decimal): -1544603 or 6647528. OLE color: 6647528.
HSL color Cylindrical-coordinate representation of color #E86E65: hue angle of 4.12º 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 #E86E65 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 101 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.09 |
| HSL | 4.12º | 0.74% | 0.65% | - |
| HSV(B) | 4.12º | 0.56% | 0.91% | - |
| XYZ | 41.2 | 29.25 | 15.79 | - |
| YUV | 145.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 101 | 0 | 0.53 | 0.56 | 0.09 | 4.12 | 0.74 | 0.65 |
| Hex | E8 | 6E | 65 | 0 | 35 | 38 | 9 | 4 | 4A | 41 |
| Octal | 350 | 156 | 145 | 0 | 65 | 70 | 11 | 4 | 112 | 101 |
| Binary | 11101000 | 1101110 | 1100101 | 0 | 110101 | 111000 | 1001 | 100 | 1001010 | 1000001 |
Color Harmonies of #E86E65
Complementary color
Monochromatic Colors of #E86E65
Black with #E86E65
Text Example
Text Example
White with #E86E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86E65; }
p { color: rgb(232,110,101); }
H1.HeaderClassName
{
color: #E86E65;
}
.AnyTagClassName
{
color: #E86E65;
}
</style>
background-color css
<style>
a { background-color: #E86E65; }
a { background-color: rgb(232,110,101); }
div.DivClassName
{
background-color: #E86E65;
}
.BgClassName
{
background-color: #E86E65;
}
</style>
border-color css
<style>
span { border-color: #E86E65; }
span { border-color: rgb(232,110,101); }
td.TdClassName
{
border-color: #E86E65;
}
.TagClassName
{
border-color: #E86E65;
}
</style>