Shades of Terra Cotta #E96D5C
Tints of Terra Cotta #E96D5C
RGB
CMYK
RGB Variations
Color information
#E96D5C (or 0xE96D5C) is known color: Terra Cotta. HEX triplet: E9, 6D and 5C. RGB value is (233,109,92). Sum of RGB (Red+Green+Blue) = 233+109+92=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E96D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96D5C is #1692A3. Grayscale: #909090. Windows color (decimal): -1479332 or 6057449. OLE color: 6057449.
HSL color Cylindrical-coordinate representation of color #E96D5C: hue angle of 7.23º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E96D5C is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 109 | 92 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.09 |
| HSL | 7.23º | 0.76% | 0.64% | - |
| HSV(B) | 7.23º | 0.61% | 0.91% | - |
| XYZ | 41 | 29.03 | 13.57 | - |
| YUV | 144.14 | 98.58 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 109 | 92 | 0 | 0.53 | 0.61 | 0.09 | 7.23 | 0.76 | 0.64 |
| Hex | E9 | 6D | 5C | 0 | 35 | 3D | 9 | 7 | 4C | 40 |
| Octal | 351 | 155 | 134 | 0 | 65 | 75 | 11 | 7 | 114 | 100 |
| Binary | 11101001 | 1101101 | 1011100 | 0 | 110101 | 111101 | 1001 | 111 | 1001100 | 1000000 |
Color Harmonies of #E96D5C
Complementary color
Monochromatic Colors of #E96D5C
Black with #E96D5C
Text Example
Text Example
White with #E96D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96D5C; }
p { color: rgb(233,109,92); }
H1.HeaderClassName
{
color: #E96D5C;
}
.AnyTagClassName
{
color: #E96D5C;
}
</style>
background-color css
<style>
a { background-color: #E96D5C; }
a { background-color: rgb(233,109,92); }
div.DivClassName
{
background-color: #E96D5C;
}
.BgClassName
{
background-color: #E96D5C;
}
</style>
border-color css
<style>
span { border-color: #E96D5C; }
span { border-color: rgb(233,109,92); }
td.TdClassName
{
border-color: #E96D5C;
}
.TagClassName
{
border-color: #E96D5C;
}
</style>