Shades of Terra Cotta #E17065
Tints of Terra Cotta #E17065
RGB
CMYK
RGB Variations
Color information
#E17065 (or 0xE17065) is known color: Terra Cotta. HEX triplet: E1, 70 and 65. RGB value is (225,112,101). Sum of RGB (Red+Green+Blue) = 225+112+101=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E17065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17065 is #1E8F9A. Grayscale: #909090. Windows color (decimal): -2002843 or 6648033. OLE color: 6648033.
HSL color Cylindrical-coordinate representation of color #E17065: hue angle of 5.32º 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 #E17065 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 101 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.12 |
| HSL | 5.32º | 0.67% | 0.64% | - |
| HSV(B) | 5.32º | 0.55% | 0.88% | - |
| XYZ | 39.19 | 28.54 | 15.75 | - |
| YUV | 144.53 | 103.44 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 101 | 0 | 0.50 | 0.55 | 0.12 | 5.32 | 0.67 | 0.64 |
| Hex | E1 | 70 | 65 | 0 | 32 | 37 | C | 5 | 43 | 40 |
| Octal | 341 | 160 | 145 | 0 | 62 | 67 | 14 | 5 | 103 | 100 |
| Binary | 11100001 | 1110000 | 1100101 | 0 | 110010 | 110111 | 1100 | 101 | 1000011 | 1000000 |
Color Harmonies of #E17065
Complementary color
Monochromatic Colors of #E17065
Black with #E17065
Text Example
Text Example
White with #E17065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17065; }
p { color: rgb(225,112,101); }
H1.HeaderClassName
{
color: #E17065;
}
.AnyTagClassName
{
color: #E17065;
}
</style>
background-color css
<style>
a { background-color: #E17065; }
a { background-color: rgb(225,112,101); }
div.DivClassName
{
background-color: #E17065;
}
.BgClassName
{
background-color: #E17065;
}
</style>
border-color css
<style>
span { border-color: #E17065; }
span { border-color: rgb(225,112,101); }
td.TdClassName
{
border-color: #E17065;
}
.TagClassName
{
border-color: #E17065;
}
</style>