Shades of Terra Cotta #E17A65
Tints of Terra Cotta #E17A65
RGB
CMYK
RGB Variations
Color information
#E17A65 (or 0xE17A65) is known color: Terra Cotta. HEX triplet: E1, 7A and 65. RGB value is (225,122,101). Sum of RGB (Red+Green+Blue) = 225+122+101=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17A65 is #1E859A. Grayscale: #969696. Windows color (decimal): -2000283 or 6650593. OLE color: 6650593.
HSL color Cylindrical-coordinate representation of color #E17A65: hue angle of 10.16º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E17A65 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 101 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.12 |
| HSL | 10.16º | 0.67% | 0.64% | - |
| HSV(B) | 10.16º | 0.55% | 0.88% | - |
| XYZ | 40.36 | 30.87 | 16.14 | - |
| YUV | 150.4 | 100.12 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 101 | 0 | 0.46 | 0.55 | 0.12 | 10.16 | 0.67 | 0.64 |
| Hex | E1 | 7A | 65 | 0 | 2E | 37 | C | A | 43 | 40 |
| Octal | 341 | 172 | 145 | 0 | 56 | 67 | 14 | 12 | 103 | 100 |
| Binary | 11100001 | 1111010 | 1100101 | 0 | 101110 | 110111 | 1100 | 1010 | 1000011 | 1000000 |
Color Harmonies of #E17A65
Complementary color
Monochromatic Colors of #E17A65
Black with #E17A65
Text Example
Text Example
White with #E17A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17A65; }
p { color: rgb(225,122,101); }
H1.HeaderClassName
{
color: #E17A65;
}
.AnyTagClassName
{
color: #E17A65;
}
</style>
background-color css
<style>
a { background-color: #E17A65; }
a { background-color: rgb(225,122,101); }
div.DivClassName
{
background-color: #E17A65;
}
.BgClassName
{
background-color: #E17A65;
}
</style>
border-color css
<style>
span { border-color: #E17A65; }
span { border-color: rgb(225,122,101); }
td.TdClassName
{
border-color: #E17A65;
}
.TagClassName
{
border-color: #E17A65;
}
</style>