Shades of Terra Cotta #E16F57
Tints of Terra Cotta #E16F57
RGB
CMYK
RGB Variations
Color information
#E16F57 (or 0xE16F57) is known color: Terra Cotta. HEX triplet: E1, 6F and 57. RGB value is (225,111,87). Sum of RGB (Red+Green+Blue) = 225+111+87=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16F57 is #1E90A8. Grayscale: #8E8E8E. Windows color (decimal): -2003113 or 5730273. OLE color: 5730273.
HSL color Cylindrical-coordinate representation of color #E16F57: hue angle of 10.43º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E16F57 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 87 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.12 |
| HSL | 10.43º | 0.7% | 0.61% | - |
| HSV(B) | 10.43º | 0.61% | 0.88% | - |
| XYZ | 38.46 | 28.06 | 12.41 | - |
| YUV | 142.35 | 96.77 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 87 | 0 | 0.51 | 0.61 | 0.12 | 10.43 | 0.7 | 0.61 |
| Hex | E1 | 6F | 57 | 0 | 33 | 3D | C | A | 46 | 3D |
| Octal | 341 | 157 | 127 | 0 | 63 | 75 | 14 | 12 | 106 | 75 |
| Binary | 11100001 | 1101111 | 1010111 | 0 | 110011 | 111101 | 1100 | 1010 | 1000110 | 111101 |
Color Harmonies of #E16F57
Complementary color
Monochromatic Colors of #E16F57
Black with #E16F57
Text Example
Text Example
White with #E16F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16F57; }
p { color: rgb(225,111,87); }
H1.HeaderClassName
{
color: #E16F57;
}
.AnyTagClassName
{
color: #E16F57;
}
</style>
background-color css
<style>
a { background-color: #E16F57; }
a { background-color: rgb(225,111,87); }
div.DivClassName
{
background-color: #E16F57;
}
.BgClassName
{
background-color: #E16F57;
}
</style>
border-color css
<style>
span { border-color: #E16F57; }
span { border-color: rgb(225,111,87); }
td.TdClassName
{
border-color: #E16F57;
}
.TagClassName
{
border-color: #E16F57;
}
</style>