Shades of Terra Cotta #E86E5A
Tints of Terra Cotta #E86E5A
RGB
CMYK
RGB Variations
Color information
#E86E5A (or 0xE86E5A) is known color: Terra Cotta. HEX triplet: E8, 6E and 5A. RGB value is (232,110,90). Sum of RGB (Red+Green+Blue) = 232+110+90=432 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.70% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 232 - color contains mainly: red. Hex color #E86E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86E5A is #1791A5. Grayscale: #909090. Windows color (decimal): -1544614 or 5926632. OLE color: 5926632.
HSL color Cylindrical-coordinate representation of color #E86E5A: hue angle of 8.45º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E86E5A is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 90 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.09 |
| HSL | 8.45º | 0.76% | 0.63% | - |
| HSV(B) | 8.45º | 0.61% | 0.91% | - |
| XYZ | 40.7 | 29.05 | 13.13 | - |
| YUV | 144.2 | 97.42 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 90 | 0 | 0.53 | 0.61 | 0.09 | 8.45 | 0.76 | 0.63 |
| Hex | E8 | 6E | 5A | 0 | 35 | 3D | 9 | 8 | 4C | 3F |
| Octal | 350 | 156 | 132 | 0 | 65 | 75 | 11 | 10 | 114 | 77 |
| Binary | 11101000 | 1101110 | 1011010 | 0 | 110101 | 111101 | 1001 | 1000 | 1001100 | 111111 |
Color Harmonies of #E86E5A
Complementary color
Monochromatic Colors of #E86E5A
Black with #E86E5A
Text Example
Text Example
White with #E86E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86E5A; }
p { color: rgb(232,110,90); }
H1.HeaderClassName
{
color: #E86E5A;
}
.AnyTagClassName
{
color: #E86E5A;
}
</style>
background-color css
<style>
a { background-color: #E86E5A; }
a { background-color: rgb(232,110,90); }
div.DivClassName
{
background-color: #E86E5A;
}
.BgClassName
{
background-color: #E86E5A;
}
</style>
border-color css
<style>
span { border-color: #E86E5A; }
span { border-color: rgb(232,110,90); }
td.TdClassName
{
border-color: #E86E5A;
}
.TagClassName
{
border-color: #E86E5A;
}
</style>