Shades of Terra Cotta #E86961
Tints of Terra Cotta #E86961
RGB
CMYK
RGB Variations
Color information
#E86961 (or 0xE86961) is known color: Terra Cotta. HEX triplet: E8, 69 and 61. RGB value is (232,105,97). Sum of RGB (Red+Green+Blue) = 232+105+97=434 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.46% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 232 - color contains mainly: red. Hex color #E86961 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86961 is #17969E. Grayscale: #8E8E8E. Windows color (decimal): -1545887 or 6384104. OLE color: 6384104.
HSL color Cylindrical-coordinate representation of color #E86961: hue angle of 3.56º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E86961 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 105 | 97 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.09 |
| HSL | 3.56º | 0.75% | 0.65% | - |
| HSV(B) | 3.56º | 0.58% | 0.91% | - |
| XYZ | 40.49 | 28.12 | 14.6 | - |
| YUV | 142.06 | 102.58 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 105 | 97 | 0 | 0.55 | 0.58 | 0.09 | 3.56 | 0.75 | 0.65 |
| Hex | E8 | 69 | 61 | 0 | 37 | 3A | 9 | 4 | 4B | 41 |
| Octal | 350 | 151 | 141 | 0 | 67 | 72 | 11 | 4 | 113 | 101 |
| Binary | 11101000 | 1101001 | 1100001 | 0 | 110111 | 111010 | 1001 | 100 | 1001011 | 1000001 |
Color Harmonies of #E86961
Complementary color
Monochromatic Colors of #E86961
Black with #E86961
Text Example
Text Example
White with #E86961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86961; }
p { color: rgb(232,105,97); }
H1.HeaderClassName
{
color: #E86961;
}
.AnyTagClassName
{
color: #E86961;
}
</style>
background-color css
<style>
a { background-color: #E86961; }
a { background-color: rgb(232,105,97); }
div.DivClassName
{
background-color: #E86961;
}
.BgClassName
{
background-color: #E86961;
}
</style>
border-color css
<style>
span { border-color: #E86961; }
span { border-color: rgb(232,105,97); }
td.TdClassName
{
border-color: #E86961;
}
.TagClassName
{
border-color: #E86961;
}
</style>