Shades of Terra Cotta #E96C68
Tints of Terra Cotta #E96C68
RGB
CMYK
RGB Variations
Color information
#E96C68 (or 0xE96C68) is known color: Terra Cotta. HEX triplet: E9, 6C and 68. RGB value is (233,108,104). Sum of RGB (Red+Green+Blue) = 233+108+104=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96C68 is #169397. Grayscale: #919191. Windows color (decimal): -1479576 or 6843625. OLE color: 6843625.
HSL color Cylindrical-coordinate representation of color #E96C68: hue angle of 1.86º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E96C68 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 108 | 104 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.09 |
| HSL | 1.86º | 0.75% | 0.66% | - |
| HSV(B) | 1.86º | 0.55% | 0.91% | - |
| XYZ | 41.47 | 29.05 | 16.52 | - |
| YUV | 144.92 | 104.91 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 108 | 104 | 0 | 0.54 | 0.55 | 0.09 | 1.86 | 0.75 | 0.66 |
| Hex | E9 | 6C | 68 | 0 | 36 | 37 | 9 | 2 | 4B | 42 |
| Octal | 351 | 154 | 150 | 0 | 66 | 67 | 11 | 2 | 113 | 102 |
| Binary | 11101001 | 1101100 | 1101000 | 0 | 110110 | 110111 | 1001 | 10 | 1001011 | 1000010 |
Color Harmonies of #E96C68
Complementary color
Monochromatic Colors of #E96C68
Black with #E96C68
Text Example
Text Example
White with #E96C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96C68; }
p { color: rgb(233,108,104); }
H1.HeaderClassName
{
color: #E96C68;
}
.AnyTagClassName
{
color: #E96C68;
}
</style>
background-color css
<style>
a { background-color: #E96C68; }
a { background-color: rgb(233,108,104); }
div.DivClassName
{
background-color: #E96C68;
}
.BgClassName
{
background-color: #E96C68;
}
</style>
border-color css
<style>
span { border-color: #E96C68; }
span { border-color: rgb(233,108,104); }
td.TdClassName
{
border-color: #E96C68;
}
.TagClassName
{
border-color: #E96C68;
}
</style>