Shades of Terra Cotta #E17C5E
Tints of Terra Cotta #E17C5E
RGB
CMYK
RGB Variations
Color information
#E17C5E (or 0xE17C5E) is known color: Terra Cotta. HEX triplet: E1, 7C and 5E. RGB value is (225,124,94). Sum of RGB (Red+Green+Blue) = 225+124+94=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17C5E is #1E83A1. Grayscale: #979797. Windows color (decimal): -1999778 or 6192353. OLE color: 6192353.
HSL color Cylindrical-coordinate representation of color #E17C5E: hue angle of 13.74º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E17C5E is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 94 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.12 |
| HSL | 13.74º | 0.69% | 0.63% | - |
| HSV(B) | 13.74º | 0.58% | 0.88% | - |
| XYZ | 40.28 | 31.23 | 14.49 | - |
| YUV | 150.78 | 95.96 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 94 | 0 | 0.45 | 0.58 | 0.12 | 13.74 | 0.69 | 0.63 |
| Hex | E1 | 7C | 5E | 0 | 2D | 3A | C | E | 45 | 3F |
| Octal | 341 | 174 | 136 | 0 | 55 | 72 | 14 | 16 | 105 | 77 |
| Binary | 11100001 | 1111100 | 1011110 | 0 | 101101 | 111010 | 1100 | 1110 | 1000101 | 111111 |
Color Harmonies of #E17C5E
Complementary color
Monochromatic Colors of #E17C5E
Black with #E17C5E
Text Example
Text Example
White with #E17C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C5E; }
p { color: rgb(225,124,94); }
H1.HeaderClassName
{
color: #E17C5E;
}
.AnyTagClassName
{
color: #E17C5E;
}
</style>
background-color css
<style>
a { background-color: #E17C5E; }
a { background-color: rgb(225,124,94); }
div.DivClassName
{
background-color: #E17C5E;
}
.BgClassName
{
background-color: #E17C5E;
}
</style>
border-color css
<style>
span { border-color: #E17C5E; }
span { border-color: rgb(225,124,94); }
td.TdClassName
{
border-color: #E17C5E;
}
.TagClassName
{
border-color: #E17C5E;
}
</style>