Shades of Terra Cotta #E96C59
Tints of Terra Cotta #E96C59
RGB
CMYK
RGB Variations
Color information
#E96C59 (or 0xE96C59) is known color: Terra Cotta. HEX triplet: E9, 6C and 59. RGB value is (233,108,89). Sum of RGB (Red+Green+Blue) = 233+108+89=430 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.19% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96C59 is #1693A6. Grayscale: #8F8F8F. Windows color (decimal): -1479591 or 5860585. OLE color: 5860585.
HSL color Cylindrical-coordinate representation of color #E96C59: hue angle of 7.92º 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 #E96C59 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 108 | 89 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.09 |
| HSL | 7.92º | 0.77% | 0.63% | - |
| HSV(B) | 7.92º | 0.62% | 0.91% | - |
| XYZ | 40.77 | 28.77 | 12.86 | - |
| YUV | 143.21 | 97.41 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 108 | 89 | 0 | 0.54 | 0.62 | 0.09 | 7.92 | 0.77 | 0.63 |
| Hex | E9 | 6C | 59 | 0 | 36 | 3E | 9 | 8 | 4D | 3F |
| Octal | 351 | 154 | 131 | 0 | 66 | 76 | 11 | 10 | 115 | 77 |
| Binary | 11101001 | 1101100 | 1011001 | 0 | 110110 | 111110 | 1001 | 1000 | 1001101 | 111111 |
Color Harmonies of #E96C59
Complementary color
Monochromatic Colors of #E96C59
Black with #E96C59
Text Example
Text Example
White with #E96C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96C59; }
p { color: rgb(233,108,89); }
H1.HeaderClassName
{
color: #E96C59;
}
.AnyTagClassName
{
color: #E96C59;
}
</style>
background-color css
<style>
a { background-color: #E96C59; }
a { background-color: rgb(233,108,89); }
div.DivClassName
{
background-color: #E96C59;
}
.BgClassName
{
background-color: #E96C59;
}
</style>
border-color css
<style>
span { border-color: #E96C59; }
span { border-color: rgb(233,108,89); }
td.TdClassName
{
border-color: #E96C59;
}
.TagClassName
{
border-color: #E96C59;
}
</style>