Shades of Terra Cotta #E5745E
Tints of Terra Cotta #E5745E
RGB
CMYK
RGB Variations
Color information
#E5745E (or 0xE5745E) is known color: Terra Cotta. HEX triplet: E5, 74 and 5E. RGB value is (229,116,94). Sum of RGB (Red+Green+Blue) = 229+116+94=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E5745E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5745E is #1A8BA1. Grayscale: #939393. Windows color (decimal): -1739682 or 6190309. OLE color: 6190309.
HSL color Cylindrical-coordinate representation of color #E5745E: hue angle of 9.78º 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 #E5745E is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 116 | 94 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.10 |
| HSL | 9.78º | 0.72% | 0.63% | - |
| HSV(B) | 9.78º | 0.59% | 0.9% | - |
| XYZ | 40.58 | 29.96 | 14.23 | - |
| YUV | 147.28 | 97.94 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 94 | 0 | 0.49 | 0.59 | 0.10 | 9.78 | 0.72 | 0.63 |
| Hex | E5 | 74 | 5E | 0 | 31 | 3B | A | A | 48 | 3F |
| Octal | 345 | 164 | 136 | 0 | 61 | 73 | 12 | 12 | 110 | 77 |
| Binary | 11100101 | 1110100 | 1011110 | 0 | 110001 | 111011 | 1010 | 1010 | 1001000 | 111111 |
Color Harmonies of #E5745E
Complementary color
Monochromatic Colors of #E5745E
Black with #E5745E
Text Example
Text Example
White with #E5745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5745E; }
p { color: rgb(229,116,94); }
H1.HeaderClassName
{
color: #E5745E;
}
.AnyTagClassName
{
color: #E5745E;
}
</style>
background-color css
<style>
a { background-color: #E5745E; }
a { background-color: rgb(229,116,94); }
div.DivClassName
{
background-color: #E5745E;
}
.BgClassName
{
background-color: #E5745E;
}
</style>
border-color css
<style>
span { border-color: #E5745E; }
span { border-color: rgb(229,116,94); }
td.TdClassName
{
border-color: #E5745E;
}
.TagClassName
{
border-color: #E5745E;
}
</style>