Shades of Terra Cotta #E97A64
Tints of Terra Cotta #E97A64
RGB
CMYK
RGB Variations
Color information
#E97A64 (or 0xE97A64) is known color: Terra Cotta. HEX triplet: E9, 7A and 64. RGB value is (233,122,100). Sum of RGB (Red+Green+Blue) = 233+122+100=455 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.21% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 233 - color contains mainly: red. Hex color #E97A64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97A64 is #16859B. Grayscale: #989898. Windows color (decimal): -1475996 or 6585065. OLE color: 6585065.
HSL color Cylindrical-coordinate representation of color #E97A64: hue angle of 9.92º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E97A64 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 122 | 100 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.09 |
| HSL | 9.92º | 0.75% | 0.65% | - |
| HSV(B) | 9.92º | 0.57% | 0.91% | - |
| XYZ | 42.86 | 32.16 | 16.01 | - |
| YUV | 152.68 | 98.27 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 122 | 100 | 0 | 0.48 | 0.57 | 0.09 | 9.92 | 0.75 | 0.65 |
| Hex | E9 | 7A | 64 | 0 | 30 | 39 | 9 | A | 4B | 41 |
| Octal | 351 | 172 | 144 | 0 | 60 | 71 | 11 | 12 | 113 | 101 |
| Binary | 11101001 | 1111010 | 1100100 | 0 | 110000 | 111001 | 1001 | 1010 | 1001011 | 1000001 |
Color Harmonies of #E97A64
Complementary color
Monochromatic Colors of #E97A64
Black with #E97A64
Text Example
Text Example
White with #E97A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97A64; }
p { color: rgb(233,122,100); }
H1.HeaderClassName
{
color: #E97A64;
}
.AnyTagClassName
{
color: #E97A64;
}
</style>
background-color css
<style>
a { background-color: #E97A64; }
a { background-color: rgb(233,122,100); }
div.DivClassName
{
background-color: #E97A64;
}
.BgClassName
{
background-color: #E97A64;
}
</style>
border-color css
<style>
span { border-color: #E97A64; }
span { border-color: rgb(233,122,100); }
td.TdClassName
{
border-color: #E97A64;
}
.TagClassName
{
border-color: #E97A64;
}
</style>