Shades of Terra Cotta #E5705D
Tints of Terra Cotta #E5705D
RGB
CMYK
RGB Variations
Color information
#E5705D (or 0xE5705D) is known color: Terra Cotta. HEX triplet: E5, 70 and 5D. RGB value is (229,112,93). Sum of RGB (Red+Green+Blue) = 229+112+93=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E5705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5705D is #1A8FA2. Grayscale: #919191. Windows color (decimal): -1740707 or 6123749. OLE color: 6123749.
HSL color Cylindrical-coordinate representation of color #E5705D: hue angle of 8.38º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5705D is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 93 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.10 |
| HSL | 8.38º | 0.72% | 0.63% | - |
| HSV(B) | 8.38º | 0.59% | 0.9% | - |
| XYZ | 40.08 | 29.04 | 13.85 | - |
| YUV | 144.82 | 98.76 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 93 | 0 | 0.51 | 0.59 | 0.10 | 8.38 | 0.72 | 0.63 |
| Hex | E5 | 70 | 5D | 0 | 33 | 3B | A | 8 | 48 | 3F |
| Octal | 345 | 160 | 135 | 0 | 63 | 73 | 12 | 10 | 110 | 77 |
| Binary | 11100101 | 1110000 | 1011101 | 0 | 110011 | 111011 | 1010 | 1000 | 1001000 | 111111 |
Color Harmonies of #E5705D
Complementary color
Monochromatic Colors of #E5705D
Black with #E5705D
Text Example
Text Example
White with #E5705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5705D; }
p { color: rgb(229,112,93); }
H1.HeaderClassName
{
color: #E5705D;
}
.AnyTagClassName
{
color: #E5705D;
}
</style>
background-color css
<style>
a { background-color: #E5705D; }
a { background-color: rgb(229,112,93); }
div.DivClassName
{
background-color: #E5705D;
}
.BgClassName
{
background-color: #E5705D;
}
</style>
border-color css
<style>
span { border-color: #E5705D; }
span { border-color: rgb(229,112,93); }
td.TdClassName
{
border-color: #E5705D;
}
.TagClassName
{
border-color: #E5705D;
}
</style>