Shades of Terra Cotta #E78064
Tints of Terra Cotta #E78064
RGB
CMYK
RGB Variations
Color information
#E78064 (or 0xE78064) is known color: Terra Cotta. HEX triplet: E7, 80 and 64. RGB value is (231,128,100). Sum of RGB (Red+Green+Blue) = 231+128+100=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E78064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78064 is #187F9B. Grayscale: #9B9B9B. Windows color (decimal): -1605532 or 6586599. OLE color: 6586599.
HSL color Cylindrical-coordinate representation of color #E78064: hue angle of 12.82º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E78064 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 100 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.09 |
| HSL | 12.82º | 0.73% | 0.65% | - |
| HSV(B) | 12.82º | 0.57% | 0.91% | - |
| XYZ | 42.97 | 33.35 | 16.23 | - |
| YUV | 155.61 | 96.62 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 100 | 0 | 0.45 | 0.57 | 0.09 | 12.82 | 0.73 | 0.65 |
| Hex | E7 | 80 | 64 | 0 | 2D | 39 | 9 | D | 49 | 41 |
| Octal | 347 | 200 | 144 | 0 | 55 | 71 | 11 | 15 | 111 | 101 |
| Binary | 11100111 | 10000000 | 1100100 | 0 | 101101 | 111001 | 1001 | 1101 | 1001001 | 1000001 |
Color Harmonies of #E78064
Complementary color
Monochromatic Colors of #E78064
Black with #E78064
Text Example
Text Example
White with #E78064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78064; }
p { color: rgb(231,128,100); }
H1.HeaderClassName
{
color: #E78064;
}
.AnyTagClassName
{
color: #E78064;
}
</style>
background-color css
<style>
a { background-color: #E78064; }
a { background-color: rgb(231,128,100); }
div.DivClassName
{
background-color: #E78064;
}
.BgClassName
{
background-color: #E78064;
}
</style>
border-color css
<style>
span { border-color: #E78064; }
span { border-color: rgb(231,128,100); }
td.TdClassName
{
border-color: #E78064;
}
.TagClassName
{
border-color: #E78064;
}
</style>