Shades of Terra Cotta #E17D5F
Tints of Terra Cotta #E17D5F
RGB
CMYK
RGB Variations
Color information
#E17D5F (or 0xE17D5F) is known color: Terra Cotta. HEX triplet: E1, 7D and 5F. RGB value is (225,125,95). Sum of RGB (Red+Green+Blue) = 225+125+95=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17D5F is #1E82A0. Grayscale: #979797. Windows color (decimal): -1999521 or 6258145. OLE color: 6258145.
HSL color Cylindrical-coordinate representation of color #E17D5F: hue angle of 13.85º degrees, saturation: 0.68, 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 #E17D5F is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 95 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.12 |
| HSL | 13.85º | 0.68% | 0.63% | - |
| HSV(B) | 13.85º | 0.58% | 0.88% | - |
| XYZ | 40.45 | 31.5 | 14.77 | - |
| YUV | 151.48 | 96.13 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 95 | 0 | 0.44 | 0.58 | 0.12 | 13.85 | 0.68 | 0.63 |
| Hex | E1 | 7D | 5F | 0 | 2C | 3A | C | E | 44 | 3F |
| Octal | 341 | 175 | 137 | 0 | 54 | 72 | 14 | 16 | 104 | 77 |
| Binary | 11100001 | 1111101 | 1011111 | 0 | 101100 | 111010 | 1100 | 1110 | 1000100 | 111111 |
Color Harmonies of #E17D5F
Complementary color
Monochromatic Colors of #E17D5F
Black with #E17D5F
Text Example
Text Example
White with #E17D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17D5F; }
p { color: rgb(225,125,95); }
H1.HeaderClassName
{
color: #E17D5F;
}
.AnyTagClassName
{
color: #E17D5F;
}
</style>
background-color css
<style>
a { background-color: #E17D5F; }
a { background-color: rgb(225,125,95); }
div.DivClassName
{
background-color: #E17D5F;
}
.BgClassName
{
background-color: #E17D5F;
}
</style>
border-color css
<style>
span { border-color: #E17D5F; }
span { border-color: rgb(225,125,95); }
td.TdClassName
{
border-color: #E17D5F;
}
.TagClassName
{
border-color: #E17D5F;
}
</style>