Shades of Terra Cotta #E17059
Tints of Terra Cotta #E17059
RGB
CMYK
RGB Variations
Color information
#E17059 (or 0xE17059) is known color: Terra Cotta. HEX triplet: E1, 70 and 59. RGB value is (225,112,89). Sum of RGB (Red+Green+Blue) = 225+112+89=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E17059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17059 is #1E8FA6. Grayscale: #8F8F8F. Windows color (decimal): -2002855 or 5861601. OLE color: 5861601.
HSL color Cylindrical-coordinate representation of color #E17059: hue angle of 10.15º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E17059 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 89 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.12 |
| HSL | 10.15º | 0.69% | 0.62% | - |
| HSV(B) | 10.15º | 0.6% | 0.88% | - |
| XYZ | 38.65 | 28.32 | 12.88 | - |
| YUV | 143.17 | 97.44 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 89 | 0 | 0.50 | 0.60 | 0.12 | 10.15 | 0.69 | 0.62 |
| Hex | E1 | 70 | 59 | 0 | 32 | 3C | C | A | 45 | 3E |
| Octal | 341 | 160 | 131 | 0 | 62 | 74 | 14 | 12 | 105 | 76 |
| Binary | 11100001 | 1110000 | 1011001 | 0 | 110010 | 111100 | 1100 | 1010 | 1000101 | 111110 |
Color Harmonies of #E17059
Complementary color
Monochromatic Colors of #E17059
Black with #E17059
Text Example
Text Example
White with #E17059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17059; }
p { color: rgb(225,112,89); }
H1.HeaderClassName
{
color: #E17059;
}
.AnyTagClassName
{
color: #E17059;
}
</style>
background-color css
<style>
a { background-color: #E17059; }
a { background-color: rgb(225,112,89); }
div.DivClassName
{
background-color: #E17059;
}
.BgClassName
{
background-color: #E17059;
}
</style>
border-color css
<style>
span { border-color: #E17059; }
span { border-color: rgb(225,112,89); }
td.TdClassName
{
border-color: #E17059;
}
.TagClassName
{
border-color: #E17059;
}
</style>