Shades of Terra Cotta #E17C5D
Tints of Terra Cotta #E17C5D
RGB
CMYK
RGB Variations
Color information
#E17C5D (or 0xE17C5D) is known color: Terra Cotta. HEX triplet: E1, 7C and 5D. RGB value is (225,124,93). Sum of RGB (Red+Green+Blue) = 225+124+93=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17C5D is #1E83A2. Grayscale: #969696. Windows color (decimal): -1999779 or 6126817. OLE color: 6126817.
HSL color Cylindrical-coordinate representation of color #E17C5D: hue angle of 14.09º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E17C5D is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 93 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.12 |
| HSL | 14.09º | 0.69% | 0.62% | - |
| HSV(B) | 14.09º | 0.59% | 0.88% | - |
| XYZ | 40.23 | 31.21 | 14.26 | - |
| YUV | 150.67 | 95.46 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 93 | 0 | 0.45 | 0.59 | 0.12 | 14.09 | 0.69 | 0.62 |
| Hex | E1 | 7C | 5D | 0 | 2D | 3B | C | E | 45 | 3E |
| Octal | 341 | 174 | 135 | 0 | 55 | 73 | 14 | 16 | 105 | 76 |
| Binary | 11100001 | 1111100 | 1011101 | 0 | 101101 | 111011 | 1100 | 1110 | 1000101 | 111110 |
Color Harmonies of #E17C5D
Complementary color
Monochromatic Colors of #E17C5D
Black with #E17C5D
Text Example
Text Example
White with #E17C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C5D; }
p { color: rgb(225,124,93); }
H1.HeaderClassName
{
color: #E17C5D;
}
.AnyTagClassName
{
color: #E17C5D;
}
</style>
background-color css
<style>
a { background-color: #E17C5D; }
a { background-color: rgb(225,124,93); }
div.DivClassName
{
background-color: #E17C5D;
}
.BgClassName
{
background-color: #E17C5D;
}
</style>
border-color css
<style>
span { border-color: #E17C5D; }
span { border-color: rgb(225,124,93); }
td.TdClassName
{
border-color: #E17C5D;
}
.TagClassName
{
border-color: #E17C5D;
}
</style>