Shades of Terra Cotta #E17D5E
Tints of Terra Cotta #E17D5E
RGB
CMYK
RGB Variations
Color information
#E17D5E (or 0xE17D5E) is known color: Terra Cotta. HEX triplet: E1, 7D and 5E. RGB value is (225,125,94). Sum of RGB (Red+Green+Blue) = 225+125+94=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17D5E is #1E82A1. Grayscale: #979797. Windows color (decimal): -1999522 or 6192609. OLE color: 6192609.
HSL color Cylindrical-coordinate representation of color #E17D5E: hue angle of 14.2º 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 #E17D5E is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 94 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.12 |
| HSL | 14.2º | 0.69% | 0.63% | - |
| HSV(B) | 14.2º | 0.58% | 0.88% | - |
| XYZ | 40.41 | 31.48 | 14.54 | - |
| YUV | 151.37 | 95.63 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 94 | 0 | 0.44 | 0.58 | 0.12 | 14.2 | 0.69 | 0.63 |
| Hex | E1 | 7D | 5E | 0 | 2C | 3A | C | E | 45 | 3F |
| Octal | 341 | 175 | 136 | 0 | 54 | 72 | 14 | 16 | 105 | 77 |
| Binary | 11100001 | 1111101 | 1011110 | 0 | 101100 | 111010 | 1100 | 1110 | 1000101 | 111111 |
Color Harmonies of #E17D5E
Complementary color
Monochromatic Colors of #E17D5E
Black with #E17D5E
Text Example
Text Example
White with #E17D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17D5E; }
p { color: rgb(225,125,94); }
H1.HeaderClassName
{
color: #E17D5E;
}
.AnyTagClassName
{
color: #E17D5E;
}
</style>
background-color css
<style>
a { background-color: #E17D5E; }
a { background-color: rgb(225,125,94); }
div.DivClassName
{
background-color: #E17D5E;
}
.BgClassName
{
background-color: #E17D5E;
}
</style>
border-color css
<style>
span { border-color: #E17D5E; }
span { border-color: rgb(225,125,94); }
td.TdClassName
{
border-color: #E17D5E;
}
.TagClassName
{
border-color: #E17D5E;
}
</style>