Shades of Terra Cotta #E16D5D
Tints of Terra Cotta #E16D5D
RGB
CMYK
RGB Variations
Color information
#E16D5D (or 0xE16D5D) is known color: Terra Cotta. HEX triplet: E1, 6D and 5D. RGB value is (225,109,93). Sum of RGB (Red+Green+Blue) = 225+109+93=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16D5D is #1E92A2. Grayscale: #8E8E8E. Windows color (decimal): -2003619 or 6122977. OLE color: 6122977.
HSL color Cylindrical-coordinate representation of color #E16D5D: hue angle of 7.27º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E16D5D is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 109 | 93 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.12 |
| HSL | 7.27º | 0.69% | 0.62% | - |
| HSV(B) | 7.27º | 0.59% | 0.88% | - |
| XYZ | 38.5 | 27.74 | 13.68 | - |
| YUV | 141.86 | 100.43 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 93 | 0 | 0.52 | 0.59 | 0.12 | 7.27 | 0.69 | 0.62 |
| Hex | E1 | 6D | 5D | 0 | 34 | 3B | C | 7 | 45 | 3E |
| Octal | 341 | 155 | 135 | 0 | 64 | 73 | 14 | 7 | 105 | 76 |
| Binary | 11100001 | 1101101 | 1011101 | 0 | 110100 | 111011 | 1100 | 111 | 1000101 | 111110 |
Color Harmonies of #E16D5D
Complementary color
Monochromatic Colors of #E16D5D
Black with #E16D5D
Text Example
Text Example
White with #E16D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16D5D; }
p { color: rgb(225,109,93); }
H1.HeaderClassName
{
color: #E16D5D;
}
.AnyTagClassName
{
color: #E16D5D;
}
</style>
background-color css
<style>
a { background-color: #E16D5D; }
a { background-color: rgb(225,109,93); }
div.DivClassName
{
background-color: #E16D5D;
}
.BgClassName
{
background-color: #E16D5D;
}
</style>
border-color css
<style>
span { border-color: #E16D5D; }
span { border-color: rgb(225,109,93); }
td.TdClassName
{
border-color: #E16D5D;
}
.TagClassName
{
border-color: #E16D5D;
}
</style>