Shades of Terra Cotta #E48061
Tints of Terra Cotta #E48061
RGB
CMYK
RGB Variations
Color information
#E48061 (or 0xE48061) is known color: Terra Cotta. HEX triplet: E4, 80 and 61. RGB value is (228,128,97). Sum of RGB (Red+Green+Blue) = 228+128+97=453 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.33% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 228 - color contains mainly: red. Hex color #E48061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48061 is #1B7F9E. Grayscale: #9A9A9A. Windows color (decimal): -1802143 or 6389988. OLE color: 6389988.
HSL color Cylindrical-coordinate representation of color #E48061: hue angle of 14.2º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E48061 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 128 | 97 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.11 |
| HSL | 14.2º | 0.71% | 0.64% | - |
| HSV(B) | 14.2º | 0.57% | 0.89% | - |
| XYZ | 41.87 | 32.8 | 15.43 | - |
| YUV | 154.37 | 95.63 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 128 | 97 | 0 | 0.44 | 0.57 | 0.11 | 14.2 | 0.71 | 0.64 |
| Hex | E4 | 80 | 61 | 0 | 2C | 39 | B | E | 47 | 40 |
| Octal | 344 | 200 | 141 | 0 | 54 | 71 | 13 | 16 | 107 | 100 |
| Binary | 11100100 | 10000000 | 1100001 | 0 | 101100 | 111001 | 1011 | 1110 | 1000111 | 1000000 |
Color Harmonies of #E48061
Complementary color
Monochromatic Colors of #E48061
Black with #E48061
Text Example
Text Example
White with #E48061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48061; }
p { color: rgb(228,128,97); }
H1.HeaderClassName
{
color: #E48061;
}
.AnyTagClassName
{
color: #E48061;
}
</style>
background-color css
<style>
a { background-color: #E48061; }
a { background-color: rgb(228,128,97); }
div.DivClassName
{
background-color: #E48061;
}
.BgClassName
{
background-color: #E48061;
}
</style>
border-color css
<style>
span { border-color: #E48061; }
span { border-color: rgb(228,128,97); }
td.TdClassName
{
border-color: #E48061;
}
.TagClassName
{
border-color: #E48061;
}
</style>