Shades of Terra Cotta #E16C61
Tints of Terra Cotta #E16C61
RGB
CMYK
RGB Variations
Color information
#E16C61 (or 0xE16C61) is known color: Terra Cotta. HEX triplet: E1, 6C and 61. RGB value is (225,108,97). Sum of RGB (Red+Green+Blue) = 225+108+97=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16C61 is #1E939E. Grayscale: #8D8D8D. Windows color (decimal): -2003871 or 6384865. OLE color: 6384865.
HSL color Cylindrical-coordinate representation of color #E16C61: hue angle of 5.16º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E16C61 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 97 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.12 |
| HSL | 5.16º | 0.68% | 0.63% | - |
| HSV(B) | 5.16º | 0.57% | 0.88% | - |
| XYZ | 38.57 | 27.6 | 14.6 | - |
| YUV | 141.73 | 102.76 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 97 | 0 | 0.52 | 0.57 | 0.12 | 5.16 | 0.68 | 0.63 |
| Hex | E1 | 6C | 61 | 0 | 34 | 39 | C | 5 | 44 | 3F |
| Octal | 341 | 154 | 141 | 0 | 64 | 71 | 14 | 5 | 104 | 77 |
| Binary | 11100001 | 1101100 | 1100001 | 0 | 110100 | 111001 | 1100 | 101 | 1000100 | 111111 |
Color Harmonies of #E16C61
Complementary color
Monochromatic Colors of #E16C61
Black with #E16C61
Text Example
Text Example
White with #E16C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16C61; }
p { color: rgb(225,108,97); }
H1.HeaderClassName
{
color: #E16C61;
}
.AnyTagClassName
{
color: #E16C61;
}
</style>
background-color css
<style>
a { background-color: #E16C61; }
a { background-color: rgb(225,108,97); }
div.DivClassName
{
background-color: #E16C61;
}
.BgClassName
{
background-color: #E16C61;
}
</style>
border-color css
<style>
span { border-color: #E16C61; }
span { border-color: rgb(225,108,97); }
td.TdClassName
{
border-color: #E16C61;
}
.TagClassName
{
border-color: #E16C61;
}
</style>