Shades of Terra Cotta #E5705A
Tints of Terra Cotta #E5705A
RGB
CMYK
RGB Variations
Color information
#E5705A (or 0xE5705A) is known color: Terra Cotta. HEX triplet: E5, 70 and 5A. RGB value is (229,112,90). Sum of RGB (Red+Green+Blue) = 229+112+90=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E5705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5705A is #1A8FA5. Grayscale: #909090. Windows color (decimal): -1740710 or 5927141. OLE color: 5927141.
HSL color Cylindrical-coordinate representation of color #E5705A: hue angle of 9.5º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5705A is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 90 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.10 |
| HSL | 9.5º | 0.73% | 0.63% | - |
| HSV(B) | 9.5º | 0.61% | 0.9% | - |
| XYZ | 39.95 | 28.98 | 13.16 | - |
| YUV | 144.48 | 97.26 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 90 | 0 | 0.51 | 0.61 | 0.10 | 9.5 | 0.73 | 0.63 |
| Hex | E5 | 70 | 5A | 0 | 33 | 3D | A | 9 | 49 | 3F |
| Octal | 345 | 160 | 132 | 0 | 63 | 75 | 12 | 11 | 111 | 77 |
| Binary | 11100101 | 1110000 | 1011010 | 0 | 110011 | 111101 | 1010 | 1001 | 1001001 | 111111 |
Color Harmonies of #E5705A
Complementary color
Monochromatic Colors of #E5705A
Black with #E5705A
Text Example
Text Example
White with #E5705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5705A; }
p { color: rgb(229,112,90); }
H1.HeaderClassName
{
color: #E5705A;
}
.AnyTagClassName
{
color: #E5705A;
}
</style>
background-color css
<style>
a { background-color: #E5705A; }
a { background-color: rgb(229,112,90); }
div.DivClassName
{
background-color: #E5705A;
}
.BgClassName
{
background-color: #E5705A;
}
</style>
border-color css
<style>
span { border-color: #E5705A; }
span { border-color: rgb(229,112,90); }
td.TdClassName
{
border-color: #E5705A;
}
.TagClassName
{
border-color: #E5705A;
}
</style>