Shades of Terra Cotta #E97A60
Tints of Terra Cotta #E97A60
RGB
CMYK
RGB Variations
Color information
#E97A60 (or 0xE97A60) is known color: Terra Cotta. HEX triplet: E9, 7A and 60. RGB value is (233,122,96). Sum of RGB (Red+Green+Blue) = 233+122+96=451 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.66% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 233 - color contains mainly: red. Hex color #E97A60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97A60 is #16859F. Grayscale: #989898. Windows color (decimal): -1476000 or 6322921. OLE color: 6322921.
HSL color Cylindrical-coordinate representation of color #E97A60: hue angle of 11.39º 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 #E97A60 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 122 | 96 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.09 |
| HSL | 11.39º | 0.76% | 0.65% | - |
| HSV(B) | 11.39º | 0.59% | 0.91% | - |
| XYZ | 42.68 | 32.09 | 15.01 | - |
| YUV | 152.23 | 96.27 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 122 | 96 | 0 | 0.48 | 0.59 | 0.09 | 11.39 | 0.76 | 0.65 |
| Hex | E9 | 7A | 60 | 0 | 30 | 3B | 9 | B | 4C | 41 |
| Octal | 351 | 172 | 140 | 0 | 60 | 73 | 11 | 13 | 114 | 101 |
| Binary | 11101001 | 1111010 | 1100000 | 0 | 110000 | 111011 | 1001 | 1011 | 1001100 | 1000001 |
Color Harmonies of #E97A60
Complementary color
Monochromatic Colors of #E97A60
Black with #E97A60
Text Example
Text Example
White with #E97A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97A60; }
p { color: rgb(233,122,96); }
H1.HeaderClassName
{
color: #E97A60;
}
.AnyTagClassName
{
color: #E97A60;
}
</style>
background-color css
<style>
a { background-color: #E97A60; }
a { background-color: rgb(233,122,96); }
div.DivClassName
{
background-color: #E97A60;
}
.BgClassName
{
background-color: #E97A60;
}
</style>
border-color css
<style>
span { border-color: #E97A60; }
span { border-color: rgb(233,122,96); }
td.TdClassName
{
border-color: #E97A60;
}
.TagClassName
{
border-color: #E97A60;
}
</style>