Shades of Terra Cotta #E96859
Tints of Terra Cotta #E96859
RGB
CMYK
RGB Variations
Color information
#E96859 (or 0xE96859) is known color: Terra Cotta. HEX triplet: E9, 68 and 59. RGB value is (233,104,89). Sum of RGB (Red+Green+Blue) = 233+104+89=426 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.69% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 233 - color contains mainly: red. Hex color #E96859 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96859 is #1697A6. Grayscale: #8D8D8D. Windows color (decimal): -1480615 or 5859561. OLE color: 5859561.
HSL color Cylindrical-coordinate representation of color #E96859: hue angle of 6.25º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E96859 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 104 | 89 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.09 |
| HSL | 6.25º | 0.77% | 0.63% | - |
| HSV(B) | 6.25º | 0.62% | 0.91% | - |
| XYZ | 40.36 | 27.95 | 12.72 | - |
| YUV | 140.86 | 98.74 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 104 | 89 | 0 | 0.55 | 0.62 | 0.09 | 6.25 | 0.77 | 0.63 |
| Hex | E9 | 68 | 59 | 0 | 37 | 3E | 9 | 6 | 4D | 3F |
| Octal | 351 | 150 | 131 | 0 | 67 | 76 | 11 | 6 | 115 | 77 |
| Binary | 11101001 | 1101000 | 1011001 | 0 | 110111 | 111110 | 1001 | 110 | 1001101 | 111111 |
Color Harmonies of #E96859
Complementary color
Monochromatic Colors of #E96859
Black with #E96859
Text Example
Text Example
White with #E96859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96859; }
p { color: rgb(233,104,89); }
H1.HeaderClassName
{
color: #E96859;
}
.AnyTagClassName
{
color: #E96859;
}
</style>
background-color css
<style>
a { background-color: #E96859; }
a { background-color: rgb(233,104,89); }
div.DivClassName
{
background-color: #E96859;
}
.BgClassName
{
background-color: #E96859;
}
</style>
border-color css
<style>
span { border-color: #E96859; }
span { border-color: rgb(233,104,89); }
td.TdClassName
{
border-color: #E96859;
}
.TagClassName
{
border-color: #E96859;
}
</style>