Shades of Terra Cotta #E1745A
Tints of Terra Cotta #E1745A
RGB
CMYK
RGB Variations
Color information
#E1745A (or 0xE1745A) is known color: Terra Cotta. HEX triplet: E1, 74 and 5A. RGB value is (225,116,90). Sum of RGB (Red+Green+Blue) = 225+116+90=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E1745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1745A is #1E8BA5. Grayscale: #919191. Windows color (decimal): -2001830 or 5928161. OLE color: 5928161.
HSL color Cylindrical-coordinate representation of color #E1745A: hue angle of 11.56º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1745A is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 90 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.12 |
| HSL | 11.56º | 0.69% | 0.62% | - |
| HSV(B) | 11.56º | 0.6% | 0.88% | - |
| XYZ | 39.14 | 29.24 | 13.25 | - |
| YUV | 145.63 | 96.61 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 90 | 0 | 0.48 | 0.60 | 0.12 | 11.56 | 0.69 | 0.62 |
| Hex | E1 | 74 | 5A | 0 | 30 | 3C | C | C | 45 | 3E |
| Octal | 341 | 164 | 132 | 0 | 60 | 74 | 14 | 14 | 105 | 76 |
| Binary | 11100001 | 1110100 | 1011010 | 0 | 110000 | 111100 | 1100 | 1100 | 1000101 | 111110 |
Color Harmonies of #E1745A
Complementary color
Monochromatic Colors of #E1745A
Black with #E1745A
Text Example
Text Example
White with #E1745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1745A; }
p { color: rgb(225,116,90); }
H1.HeaderClassName
{
color: #E1745A;
}
.AnyTagClassName
{
color: #E1745A;
}
</style>
background-color css
<style>
a { background-color: #E1745A; }
a { background-color: rgb(225,116,90); }
div.DivClassName
{
background-color: #E1745A;
}
.BgClassName
{
background-color: #E1745A;
}
</style>
border-color css
<style>
span { border-color: #E1745A; }
span { border-color: rgb(225,116,90); }
td.TdClassName
{
border-color: #E1745A;
}
.TagClassName
{
border-color: #E1745A;
}
</style>