Shades of Terra Cotta #E97360
Tints of Terra Cotta #E97360
RGB
CMYK
RGB Variations
Color information
#E97360 (or 0xE97360) is known color: Terra Cotta. HEX triplet: E9, 73 and 60. RGB value is (233,115,96). Sum of RGB (Red+Green+Blue) = 233+115+96=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E97360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97360 is #168C9F. Grayscale: #949494. Windows color (decimal): -1477792 or 6321129. OLE color: 6321129.
HSL color Cylindrical-coordinate representation of color #E97360: hue angle of 8.32º 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 #E97360 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 96 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.09 |
| HSL | 8.32º | 0.76% | 0.65% | - |
| HSV(B) | 8.32º | 0.59% | 0.91% | - |
| XYZ | 41.85 | 30.43 | 14.73 | - |
| YUV | 148.12 | 98.59 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 96 | 0 | 0.51 | 0.59 | 0.09 | 8.32 | 0.76 | 0.65 |
| Hex | E9 | 73 | 60 | 0 | 33 | 3B | 9 | 8 | 4C | 41 |
| Octal | 351 | 163 | 140 | 0 | 63 | 73 | 11 | 10 | 114 | 101 |
| Binary | 11101001 | 1110011 | 1100000 | 0 | 110011 | 111011 | 1001 | 1000 | 1001100 | 1000001 |
Color Harmonies of #E97360
Complementary color
Monochromatic Colors of #E97360
Black with #E97360
Text Example
Text Example
White with #E97360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97360; }
p { color: rgb(233,115,96); }
H1.HeaderClassName
{
color: #E97360;
}
.AnyTagClassName
{
color: #E97360;
}
</style>
background-color css
<style>
a { background-color: #E97360; }
a { background-color: rgb(233,115,96); }
div.DivClassName
{
background-color: #E97360;
}
.BgClassName
{
background-color: #E97360;
}
</style>
border-color css
<style>
span { border-color: #E97360; }
span { border-color: rgb(233,115,96); }
td.TdClassName
{
border-color: #E97360;
}
.TagClassName
{
border-color: #E97360;
}
</style>