Shades of Terra Cotta #E96A5D
Tints of Terra Cotta #E96A5D
RGB
CMYK
RGB Variations
Color information
#E96A5D (or 0xE96A5D) is known color: Terra Cotta. HEX triplet: E9, 6A and 5D. RGB value is (233,106,93). Sum of RGB (Red+Green+Blue) = 233+106+93=432 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.94% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96A5D is #1695A2. Grayscale: #8E8E8E. Windows color (decimal): -1480099 or 6122217. OLE color: 6122217.
HSL color Cylindrical-coordinate representation of color #E96A5D: hue angle of 5.57º 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 #E96A5D is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 106 | 93 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.09 |
| HSL | 5.57º | 0.76% | 0.64% | - |
| HSV(B) | 5.57º | 0.6% | 0.91% | - |
| XYZ | 40.73 | 28.42 | 13.7 | - |
| YUV | 142.49 | 100.08 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 106 | 93 | 0 | 0.55 | 0.60 | 0.09 | 5.57 | 0.76 | 0.64 |
| Hex | E9 | 6A | 5D | 0 | 37 | 3C | 9 | 6 | 4C | 40 |
| Octal | 351 | 152 | 135 | 0 | 67 | 74 | 11 | 6 | 114 | 100 |
| Binary | 11101001 | 1101010 | 1011101 | 0 | 110111 | 111100 | 1001 | 110 | 1001100 | 1000000 |
Color Harmonies of #E96A5D
Complementary color
Monochromatic Colors of #E96A5D
Black with #E96A5D
Text Example
Text Example
White with #E96A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96A5D; }
p { color: rgb(233,106,93); }
H1.HeaderClassName
{
color: #E96A5D;
}
.AnyTagClassName
{
color: #E96A5D;
}
</style>
background-color css
<style>
a { background-color: #E96A5D; }
a { background-color: rgb(233,106,93); }
div.DivClassName
{
background-color: #E96A5D;
}
.BgClassName
{
background-color: #E96A5D;
}
</style>
border-color css
<style>
span { border-color: #E96A5D; }
span { border-color: rgb(233,106,93); }
td.TdClassName
{
border-color: #E96A5D;
}
.TagClassName
{
border-color: #E96A5D;
}
</style>