Shades of Terra Cotta #E16E5E
Tints of Terra Cotta #E16E5E
RGB
CMYK
RGB Variations
Color information
#E16E5E (or 0xE16E5E) is known color: Terra Cotta. HEX triplet: E1, 6E and 5E. RGB value is (225,110,94). Sum of RGB (Red+Green+Blue) = 225+110+94=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E5E is #1E91A1. Grayscale: #8E8E8E. Windows color (decimal): -2003362 or 6188769. OLE color: 6188769.
HSL color Cylindrical-coordinate representation of color #E16E5E: hue angle of 7.33º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E16E5E is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 110 | 94 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.12 |
| HSL | 7.33º | 0.69% | 0.63% | - |
| HSV(B) | 7.33º | 0.58% | 0.88% | - |
| XYZ | 38.65 | 27.97 | 13.95 | - |
| YUV | 142.56 | 100.6 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 94 | 0 | 0.51 | 0.58 | 0.12 | 7.33 | 0.69 | 0.63 |
| Hex | E1 | 6E | 5E | 0 | 33 | 3A | C | 7 | 45 | 3F |
| Octal | 341 | 156 | 136 | 0 | 63 | 72 | 14 | 7 | 105 | 77 |
| Binary | 11100001 | 1101110 | 1011110 | 0 | 110011 | 111010 | 1100 | 111 | 1000101 | 111111 |
Color Harmonies of #E16E5E
Complementary color
Monochromatic Colors of #E16E5E
Black with #E16E5E
Text Example
Text Example
White with #E16E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16E5E; }
p { color: rgb(225,110,94); }
H1.HeaderClassName
{
color: #E16E5E;
}
.AnyTagClassName
{
color: #E16E5E;
}
</style>
background-color css
<style>
a { background-color: #E16E5E; }
a { background-color: rgb(225,110,94); }
div.DivClassName
{
background-color: #E16E5E;
}
.BgClassName
{
background-color: #E16E5E;
}
</style>
border-color css
<style>
span { border-color: #E16E5E; }
span { border-color: rgb(225,110,94); }
td.TdClassName
{
border-color: #E16E5E;
}
.TagClassName
{
border-color: #E16E5E;
}
</style>