Shades of Terra Cotta #E16E5C
Tints of Terra Cotta #E16E5C
RGB
CMYK
RGB Variations
Color information
#E16E5C (or 0xE16E5C) is known color: Terra Cotta. HEX triplet: E1, 6E and 5C. RGB value is (225,110,92). Sum of RGB (Red+Green+Blue) = 225+110+92=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E5C is #1E91A3. Grayscale: #8E8E8E. Windows color (decimal): -2003364 or 6057697. OLE color: 6057697.
HSL color Cylindrical-coordinate representation of color #E16E5C: hue angle of 8.12º 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 #E16E5C is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 110 | 92 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.12 |
| HSL | 8.12º | 0.69% | 0.62% | - |
| HSV(B) | 8.12º | 0.59% | 0.88% | - |
| XYZ | 38.56 | 27.93 | 13.48 | - |
| YUV | 142.33 | 99.6 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 92 | 0 | 0.51 | 0.59 | 0.12 | 8.12 | 0.69 | 0.62 |
| Hex | E1 | 6E | 5C | 0 | 33 | 3B | C | 8 | 45 | 3E |
| Octal | 341 | 156 | 134 | 0 | 63 | 73 | 14 | 10 | 105 | 76 |
| Binary | 11100001 | 1101110 | 1011100 | 0 | 110011 | 111011 | 1100 | 1000 | 1000101 | 111110 |
Color Harmonies of #E16E5C
Complementary color
Monochromatic Colors of #E16E5C
Black with #E16E5C
Text Example
Text Example
White with #E16E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16E5C; }
p { color: rgb(225,110,92); }
H1.HeaderClassName
{
color: #E16E5C;
}
.AnyTagClassName
{
color: #E16E5C;
}
</style>
background-color css
<style>
a { background-color: #E16E5C; }
a { background-color: rgb(225,110,92); }
div.DivClassName
{
background-color: #E16E5C;
}
.BgClassName
{
background-color: #E16E5C;
}
</style>
border-color css
<style>
span { border-color: #E16E5C; }
span { border-color: rgb(225,110,92); }
td.TdClassName
{
border-color: #E16E5C;
}
.TagClassName
{
border-color: #E16E5C;
}
</style>