Shades of Terra Cotta #E96C64
Tints of Terra Cotta #E96C64
RGB
CMYK
RGB Variations
Color information
#E96C64 (or 0xE96C64) is known color: Terra Cotta. HEX triplet: E9, 6C and 64. RGB value is (233,108,100). Sum of RGB (Red+Green+Blue) = 233+108+100=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96C64 is #16939B. Grayscale: #909090. Windows color (decimal): -1479580 or 6581481. OLE color: 6581481.
HSL color Cylindrical-coordinate representation of color #E96C64: hue angle of 3.61º 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 #E96C64 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 108 | 100 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.09 |
| HSL | 3.61º | 0.75% | 0.65% | - |
| HSV(B) | 3.61º | 0.57% | 0.91% | - |
| XYZ | 41.27 | 28.97 | 15.47 | - |
| YUV | 144.46 | 102.91 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 108 | 100 | 0 | 0.54 | 0.57 | 0.09 | 3.61 | 0.75 | 0.65 |
| Hex | E9 | 6C | 64 | 0 | 36 | 39 | 9 | 4 | 4B | 41 |
| Octal | 351 | 154 | 144 | 0 | 66 | 71 | 11 | 4 | 113 | 101 |
| Binary | 11101001 | 1101100 | 1100100 | 0 | 110110 | 111001 | 1001 | 100 | 1001011 | 1000001 |
Color Harmonies of #E96C64
Complementary color
Monochromatic Colors of #E96C64
Black with #E96C64
Text Example
Text Example
White with #E96C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96C64; }
p { color: rgb(233,108,100); }
H1.HeaderClassName
{
color: #E96C64;
}
.AnyTagClassName
{
color: #E96C64;
}
</style>
background-color css
<style>
a { background-color: #E96C64; }
a { background-color: rgb(233,108,100); }
div.DivClassName
{
background-color: #E96C64;
}
.BgClassName
{
background-color: #E96C64;
}
</style>
border-color css
<style>
span { border-color: #E96C64; }
span { border-color: rgb(233,108,100); }
td.TdClassName
{
border-color: #E96C64;
}
.TagClassName
{
border-color: #E96C64;
}
</style>