Shades of Terra Cotta #E87B64
Tints of Terra Cotta #E87B64
RGB
CMYK
RGB Variations
Color information
#E87B64 (or 0xE87B64) is known color: Terra Cotta. HEX triplet: E8, 7B and 64. RGB value is (232,123,100). Sum of RGB (Red+Green+Blue) = 232+123+100=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E87B64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87B64 is #17849B. Grayscale: #999999. Windows color (decimal): -1541276 or 6585320. OLE color: 6585320.
HSL color Cylindrical-coordinate representation of color #E87B64: hue angle of 10.45º degrees, saturation: 0.74, 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 #E87B64 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 123 | 100 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.09 |
| HSL | 10.45º | 0.74% | 0.65% | - |
| HSV(B) | 10.45º | 0.57% | 0.91% | - |
| XYZ | 42.66 | 32.24 | 16.03 | - |
| YUV | 152.97 | 98.11 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 123 | 100 | 0 | 0.47 | 0.57 | 0.09 | 10.45 | 0.74 | 0.65 |
| Hex | E8 | 7B | 64 | 0 | 2F | 39 | 9 | A | 4A | 41 |
| Octal | 350 | 173 | 144 | 0 | 57 | 71 | 11 | 12 | 112 | 101 |
| Binary | 11101000 | 1111011 | 1100100 | 0 | 101111 | 111001 | 1001 | 1010 | 1001010 | 1000001 |
Color Harmonies of #E87B64
Complementary color
Monochromatic Colors of #E87B64
Black with #E87B64
Text Example
Text Example
White with #E87B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87B64; }
p { color: rgb(232,123,100); }
H1.HeaderClassName
{
color: #E87B64;
}
.AnyTagClassName
{
color: #E87B64;
}
</style>
background-color css
<style>
a { background-color: #E87B64; }
a { background-color: rgb(232,123,100); }
div.DivClassName
{
background-color: #E87B64;
}
.BgClassName
{
background-color: #E87B64;
}
</style>
border-color css
<style>
span { border-color: #E87B64; }
span { border-color: rgb(232,123,100); }
td.TdClassName
{
border-color: #E87B64;
}
.TagClassName
{
border-color: #E87B64;
}
</style>