Shades of Terra Cotta #E17D63
Tints of Terra Cotta #E17D63
RGB
CMYK
RGB Variations
Color information
#E17D63 (or 0xE17D63) is known color: Terra Cotta. HEX triplet: E1, 7D and 63. RGB value is (225,125,99). Sum of RGB (Red+Green+Blue) = 225+125+99=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17D63 is #1E829C. Grayscale: #989898. Windows color (decimal): -1999517 or 6520289. OLE color: 6520289.
HSL color Cylindrical-coordinate representation of color #E17D63: hue angle of 12.38º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E17D63 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 99 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.12 |
| HSL | 12.38º | 0.68% | 0.64% | - |
| HSV(B) | 12.38º | 0.56% | 0.88% | - |
| XYZ | 40.64 | 31.58 | 15.76 | - |
| YUV | 151.94 | 98.13 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 99 | 0 | 0.44 | 0.56 | 0.12 | 12.38 | 0.68 | 0.64 |
| Hex | E1 | 7D | 63 | 0 | 2C | 38 | C | C | 44 | 40 |
| Octal | 341 | 175 | 143 | 0 | 54 | 70 | 14 | 14 | 104 | 100 |
| Binary | 11100001 | 1111101 | 1100011 | 0 | 101100 | 111000 | 1100 | 1100 | 1000100 | 1000000 |
Color Harmonies of #E17D63
Complementary color
Monochromatic Colors of #E17D63
Black with #E17D63
Text Example
Text Example
White with #E17D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17D63; }
p { color: rgb(225,125,99); }
H1.HeaderClassName
{
color: #E17D63;
}
.AnyTagClassName
{
color: #E17D63;
}
</style>
background-color css
<style>
a { background-color: #E17D63; }
a { background-color: rgb(225,125,99); }
div.DivClassName
{
background-color: #E17D63;
}
.BgClassName
{
background-color: #E17D63;
}
</style>
border-color css
<style>
span { border-color: #E17D63; }
span { border-color: rgb(225,125,99); }
td.TdClassName
{
border-color: #E17D63;
}
.TagClassName
{
border-color: #E17D63;
}
</style>