Shades of Terra Cotta #E96960
Tints of Terra Cotta #E96960
RGB
CMYK
RGB Variations
Color information
#E96960 (or 0xE96960) is known color: Terra Cotta. HEX triplet: E9, 69 and 60. RGB value is (233,105,96). Sum of RGB (Red+Green+Blue) = 233+105+96=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E96960 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96960 is #16969F. Grayscale: #8E8E8E. Windows color (decimal): -1480352 or 6318569. OLE color: 6318569.
HSL color Cylindrical-coordinate representation of color #E96960: hue angle of 3.94º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E96960 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 105 | 96 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.09 |
| HSL | 3.94º | 0.76% | 0.65% | - |
| HSV(B) | 3.94º | 0.59% | 0.91% | - |
| XYZ | 40.77 | 28.27 | 14.37 | - |
| YUV | 142.25 | 101.91 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 105 | 96 | 0 | 0.55 | 0.59 | 0.09 | 3.94 | 0.76 | 0.65 |
| Hex | E9 | 69 | 60 | 0 | 37 | 3B | 9 | 4 | 4C | 41 |
| Octal | 351 | 151 | 140 | 0 | 67 | 73 | 11 | 4 | 114 | 101 |
| Binary | 11101001 | 1101001 | 1100000 | 0 | 110111 | 111011 | 1001 | 100 | 1001100 | 1000001 |
Color Harmonies of #E96960
Complementary color
Monochromatic Colors of #E96960
Black with #E96960
Text Example
Text Example
White with #E96960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96960; }
p { color: rgb(233,105,96); }
H1.HeaderClassName
{
color: #E96960;
}
.AnyTagClassName
{
color: #E96960;
}
</style>
background-color css
<style>
a { background-color: #E96960; }
a { background-color: rgb(233,105,96); }
div.DivClassName
{
background-color: #E96960;
}
.BgClassName
{
background-color: #E96960;
}
</style>
border-color css
<style>
span { border-color: #E96960; }
span { border-color: rgb(233,105,96); }
td.TdClassName
{
border-color: #E96960;
}
.TagClassName
{
border-color: #E96960;
}
</style>