Shades of Terra Cotta #E17155
Tints of Terra Cotta #E17155
RGB
CMYK
RGB Variations
Color information
#E17155 (or 0xE17155) is known color: Terra Cotta. HEX triplet: E1, 71 and 55. RGB value is (225,113,85). Sum of RGB (Red+Green+Blue) = 225+113+85=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E17155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17155 is #1E8EAA. Grayscale: #8F8F8F. Windows color (decimal): -2002603 or 5599713. OLE color: 5599713.
HSL color Cylindrical-coordinate representation of color #E17155: hue angle of 12º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E17155 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 85 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.12 |
| HSL | 12º | 0.7% | 0.61% | - |
| HSV(B) | 12º | 0.62% | 0.88% | - |
| XYZ | 38.6 | 28.47 | 12.06 | - |
| YUV | 143.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 85 | 0 | 0.50 | 0.62 | 0.12 | 12 | 0.7 | 0.61 |
| Hex | E1 | 71 | 55 | 0 | 32 | 3E | C | C | 46 | 3D |
| Octal | 341 | 161 | 125 | 0 | 62 | 76 | 14 | 14 | 106 | 75 |
| Binary | 11100001 | 1110001 | 1010101 | 0 | 110010 | 111110 | 1100 | 1100 | 1000110 | 111101 |
Color Harmonies of #E17155
Complementary color
Monochromatic Colors of #E17155
Black with #E17155
Text Example
Text Example
White with #E17155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17155; }
p { color: rgb(225,113,85); }
H1.HeaderClassName
{
color: #E17155;
}
.AnyTagClassName
{
color: #E17155;
}
</style>
background-color css
<style>
a { background-color: #E17155; }
a { background-color: rgb(225,113,85); }
div.DivClassName
{
background-color: #E17155;
}
.BgClassName
{
background-color: #E17155;
}
</style>
border-color css
<style>
span { border-color: #E17155; }
span { border-color: rgb(225,113,85); }
td.TdClassName
{
border-color: #E17155;
}
.TagClassName
{
border-color: #E17155;
}
</style>