Shades of Terra Cotta #E96E5D
Tints of Terra Cotta #E96E5D
RGB
CMYK
RGB Variations
Color information
#E96E5D (or 0xE96E5D) is known color: Terra Cotta. HEX triplet: E9, 6E and 5D. RGB value is (233,110,93). Sum of RGB (Red+Green+Blue) = 233+110+93=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E96E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96E5D is #1691A2. Grayscale: #919191. Windows color (decimal): -1479075 or 6123241. OLE color: 6123241.
HSL color Cylindrical-coordinate representation of color #E96E5D: hue angle of 7.29º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E96E5D is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 110 | 93 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.09 |
| HSL | 7.29º | 0.76% | 0.64% | - |
| HSV(B) | 7.29º | 0.6% | 0.91% | - |
| XYZ | 41.16 | 29.27 | 13.84 | - |
| YUV | 144.84 | 98.75 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 110 | 93 | 0 | 0.53 | 0.60 | 0.09 | 7.29 | 0.76 | 0.64 |
| Hex | E9 | 6E | 5D | 0 | 35 | 3C | 9 | 7 | 4C | 40 |
| Octal | 351 | 156 | 135 | 0 | 65 | 74 | 11 | 7 | 114 | 100 |
| Binary | 11101001 | 1101110 | 1011101 | 0 | 110101 | 111100 | 1001 | 111 | 1001100 | 1000000 |
Color Harmonies of #E96E5D
Complementary color
Monochromatic Colors of #E96E5D
Black with #E96E5D
Text Example
Text Example
White with #E96E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96E5D; }
p { color: rgb(233,110,93); }
H1.HeaderClassName
{
color: #E96E5D;
}
.AnyTagClassName
{
color: #E96E5D;
}
</style>
background-color css
<style>
a { background-color: #E96E5D; }
a { background-color: rgb(233,110,93); }
div.DivClassName
{
background-color: #E96E5D;
}
.BgClassName
{
background-color: #E96E5D;
}
</style>
border-color css
<style>
span { border-color: #E96E5D; }
span { border-color: rgb(233,110,93); }
td.TdClassName
{
border-color: #E96E5D;
}
.TagClassName
{
border-color: #E96E5D;
}
</style>