Shades of Terra Cotta #E97C60
Tints of Terra Cotta #E97C60
RGB
CMYK
RGB Variations
Color information
#E97C60 (or 0xE97C60) is known color: Terra Cotta. HEX triplet: E9, 7C and 60. RGB value is (233,124,96). Sum of RGB (Red+Green+Blue) = 233+124+96=453 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.43% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 233 - color contains mainly: red. Hex color #E97C60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97C60 is #16839F. Grayscale: #999999. Windows color (decimal): -1475488 or 6323433. OLE color: 6323433.
HSL color Cylindrical-coordinate representation of color #E97C60: hue angle of 12.26º 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 #E97C60 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 124 | 96 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.09 |
| HSL | 12.26º | 0.76% | 0.65% | - |
| HSV(B) | 12.26º | 0.59% | 0.91% | - |
| XYZ | 42.92 | 32.58 | 15.09 | - |
| YUV | 153.4 | 95.61 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 124 | 96 | 0 | 0.47 | 0.59 | 0.09 | 12.26 | 0.76 | 0.65 |
| Hex | E9 | 7C | 60 | 0 | 2F | 3B | 9 | C | 4C | 41 |
| Octal | 351 | 174 | 140 | 0 | 57 | 73 | 11 | 14 | 114 | 101 |
| Binary | 11101001 | 1111100 | 1100000 | 0 | 101111 | 111011 | 1001 | 1100 | 1001100 | 1000001 |
Color Harmonies of #E97C60
Complementary color
Monochromatic Colors of #E97C60
Black with #E97C60
Text Example
Text Example
White with #E97C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97C60; }
p { color: rgb(233,124,96); }
H1.HeaderClassName
{
color: #E97C60;
}
.AnyTagClassName
{
color: #E97C60;
}
</style>
background-color css
<style>
a { background-color: #E97C60; }
a { background-color: rgb(233,124,96); }
div.DivClassName
{
background-color: #E97C60;
}
.BgClassName
{
background-color: #E97C60;
}
</style>
border-color css
<style>
span { border-color: #E97C60; }
span { border-color: rgb(233,124,96); }
td.TdClassName
{
border-color: #E97C60;
}
.TagClassName
{
border-color: #E97C60;
}
</style>