Shades of Terra Cotta #E3705D
Tints of Terra Cotta #E3705D
RGB
CMYK
RGB Variations
Color information
#E3705D (or 0xE3705D) is known color: Terra Cotta. HEX triplet: E3, 70 and 5D. RGB value is (227,112,93). Sum of RGB (Red+Green+Blue) = 227+112+93=432 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.55% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 227 - color contains mainly: red. Hex color #E3705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3705D is #1C8FA2. Grayscale: #909090. Windows color (decimal): -1871779 or 6123747. OLE color: 6123747.
HSL color Cylindrical-coordinate representation of color #E3705D: hue angle of 8.51º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E3705D is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 112 | 93 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.11 |
| HSL | 8.51º | 0.71% | 0.63% | - |
| HSV(B) | 8.51º | 0.59% | 0.89% | - |
| XYZ | 39.45 | 28.71 | 13.82 | - |
| YUV | 144.22 | 99.1 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 112 | 93 | 0 | 0.51 | 0.59 | 0.11 | 8.51 | 0.71 | 0.63 |
| Hex | E3 | 70 | 5D | 0 | 33 | 3B | B | 9 | 47 | 3F |
| Octal | 343 | 160 | 135 | 0 | 63 | 73 | 13 | 11 | 107 | 77 |
| Binary | 11100011 | 1110000 | 1011101 | 0 | 110011 | 111011 | 1011 | 1001 | 1000111 | 111111 |
Color Harmonies of #E3705D
Complementary color
Monochromatic Colors of #E3705D
Black with #E3705D
Text Example
Text Example
White with #E3705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3705D; }
p { color: rgb(227,112,93); }
H1.HeaderClassName
{
color: #E3705D;
}
.AnyTagClassName
{
color: #E3705D;
}
</style>
background-color css
<style>
a { background-color: #E3705D; }
a { background-color: rgb(227,112,93); }
div.DivClassName
{
background-color: #E3705D;
}
.BgClassName
{
background-color: #E3705D;
}
</style>
border-color css
<style>
span { border-color: #E3705D; }
span { border-color: rgb(227,112,93); }
td.TdClassName
{
border-color: #E3705D;
}
.TagClassName
{
border-color: #E3705D;
}
</style>