Shades of Terra Cotta #E16C5B
Tints of Terra Cotta #E16C5B
RGB
CMYK
RGB Variations
Color information
#E16C5B (or 0xE16C5B) is known color: Terra Cotta. HEX triplet: E1, 6C and 5B. RGB value is (225,108,91). Sum of RGB (Red+Green+Blue) = 225+108+91=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16C5B is #1E93A4. Grayscale: #8D8D8D. Windows color (decimal): -2003877 or 5991649. OLE color: 5991649.
HSL color Cylindrical-coordinate representation of color #E16C5B: hue angle of 7.61º 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 #E16C5B is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 91 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.12 |
| HSL | 7.61º | 0.69% | 0.62% | - |
| HSV(B) | 7.61º | 0.6% | 0.88% | - |
| XYZ | 38.3 | 27.49 | 13.18 | - |
| YUV | 141.05 | 99.76 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 91 | 0 | 0.52 | 0.60 | 0.12 | 7.61 | 0.69 | 0.62 |
| Hex | E1 | 6C | 5B | 0 | 34 | 3C | C | 8 | 45 | 3E |
| Octal | 341 | 154 | 133 | 0 | 64 | 74 | 14 | 10 | 105 | 76 |
| Binary | 11100001 | 1101100 | 1011011 | 0 | 110100 | 111100 | 1100 | 1000 | 1000101 | 111110 |
Color Harmonies of #E16C5B
Complementary color
Monochromatic Colors of #E16C5B
Black with #E16C5B
Text Example
Text Example
White with #E16C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16C5B; }
p { color: rgb(225,108,91); }
H1.HeaderClassName
{
color: #E16C5B;
}
.AnyTagClassName
{
color: #E16C5B;
}
</style>
background-color css
<style>
a { background-color: #E16C5B; }
a { background-color: rgb(225,108,91); }
div.DivClassName
{
background-color: #E16C5B;
}
.BgClassName
{
background-color: #E16C5B;
}
</style>
border-color css
<style>
span { border-color: #E16C5B; }
span { border-color: rgb(225,108,91); }
td.TdClassName
{
border-color: #E16C5B;
}
.TagClassName
{
border-color: #E16C5B;
}
</style>