Shades of Terra Cotta #E1735E
Tints of Terra Cotta #E1735E
RGB
CMYK
RGB Variations
Color information
#E1735E (or 0xE1735E) is known color: Terra Cotta. HEX triplet: E1, 73 and 5E. RGB value is (225,115,94). Sum of RGB (Red+Green+Blue) = 225+115+94=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1735E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1735E is #1E8CA1. Grayscale: #919191. Windows color (decimal): -2002082 or 6190049. OLE color: 6190049.
HSL color Cylindrical-coordinate representation of color #E1735E: hue angle of 9.62º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1735E is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 115 | 94 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.12 |
| HSL | 9.62º | 0.69% | 0.63% | - |
| HSV(B) | 9.62º | 0.58% | 0.88% | - |
| XYZ | 39.2 | 29.08 | 14.14 | - |
| YUV | 145.5 | 98.94 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 115 | 94 | 0 | 0.49 | 0.58 | 0.12 | 9.62 | 0.69 | 0.63 |
| Hex | E1 | 73 | 5E | 0 | 31 | 3A | C | A | 45 | 3F |
| Octal | 341 | 163 | 136 | 0 | 61 | 72 | 14 | 12 | 105 | 77 |
| Binary | 11100001 | 1110011 | 1011110 | 0 | 110001 | 111010 | 1100 | 1010 | 1000101 | 111111 |
Color Harmonies of #E1735E
Complementary color
Monochromatic Colors of #E1735E
Black with #E1735E
Text Example
Text Example
White with #E1735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1735E; }
p { color: rgb(225,115,94); }
H1.HeaderClassName
{
color: #E1735E;
}
.AnyTagClassName
{
color: #E1735E;
}
</style>
background-color css
<style>
a { background-color: #E1735E; }
a { background-color: rgb(225,115,94); }
div.DivClassName
{
background-color: #E1735E;
}
.BgClassName
{
background-color: #E1735E;
}
</style>
border-color css
<style>
span { border-color: #E1735E; }
span { border-color: rgb(225,115,94); }
td.TdClassName
{
border-color: #E1735E;
}
.TagClassName
{
border-color: #E1735E;
}
</style>