Shades of Terra Cotta #E17356
Tints of Terra Cotta #E17356
RGB
CMYK
RGB Variations
Color information
#E17356 (or 0xE17356) is known color: Terra Cotta. HEX triplet: E1, 73 and 56. RGB value is (225,115,86). Sum of RGB (Red+Green+Blue) = 225+115+86=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E17356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17356 is #1E8CA9. Grayscale: #909090. Windows color (decimal): -2002090 or 5665761. OLE color: 5665761.
HSL color Cylindrical-coordinate representation of color #E17356: hue angle of 12.52º 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 #E17356 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 115 | 86 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.12 |
| HSL | 12.52º | 0.7% | 0.61% | - |
| HSV(B) | 12.52º | 0.62% | 0.88% | - |
| XYZ | 38.86 | 28.94 | 12.34 | - |
| YUV | 144.58 | 94.94 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 115 | 86 | 0 | 0.49 | 0.62 | 0.12 | 12.52 | 0.7 | 0.61 |
| Hex | E1 | 73 | 56 | 0 | 31 | 3E | C | D | 46 | 3D |
| Octal | 341 | 163 | 126 | 0 | 61 | 76 | 14 | 15 | 106 | 75 |
| Binary | 11100001 | 1110011 | 1010110 | 0 | 110001 | 111110 | 1100 | 1101 | 1000110 | 111101 |
Color Harmonies of #E17356
Complementary color
Monochromatic Colors of #E17356
Black with #E17356
Text Example
Text Example
White with #E17356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17356; }
p { color: rgb(225,115,86); }
H1.HeaderClassName
{
color: #E17356;
}
.AnyTagClassName
{
color: #E17356;
}
</style>
background-color css
<style>
a { background-color: #E17356; }
a { background-color: rgb(225,115,86); }
div.DivClassName
{
background-color: #E17356;
}
.BgClassName
{
background-color: #E17356;
}
</style>
border-color css
<style>
span { border-color: #E17356; }
span { border-color: rgb(225,115,86); }
td.TdClassName
{
border-color: #E17356;
}
.TagClassName
{
border-color: #E17356;
}
</style>