Shades of Terra Cotta #E87564
Tints of Terra Cotta #E87564
RGB
CMYK
RGB Variations
Color information
#E87564 (or 0xE87564) is known color: Terra Cotta. HEX triplet: E8, 75 and 64. RGB value is (232,117,100). Sum of RGB (Red+Green+Blue) = 232+117+100=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E87564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87564 is #178A9B. Grayscale: #959595. Windows color (decimal): -1542812 or 6583784. OLE color: 6583784.
HSL color Cylindrical-coordinate representation of color #E87564: hue angle of 7.73º 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 #E87564 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 117 | 100 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.09 |
| HSL | 7.73º | 0.74% | 0.65% | - |
| HSV(B) | 7.73º | 0.57% | 0.91% | - |
| XYZ | 41.94 | 30.8 | 15.79 | - |
| YUV | 149.45 | 100.1 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 117 | 100 | 0 | 0.50 | 0.57 | 0.09 | 7.73 | 0.74 | 0.65 |
| Hex | E8 | 75 | 64 | 0 | 32 | 39 | 9 | 8 | 4A | 41 |
| Octal | 350 | 165 | 144 | 0 | 62 | 71 | 11 | 10 | 112 | 101 |
| Binary | 11101000 | 1110101 | 1100100 | 0 | 110010 | 111001 | 1001 | 1000 | 1001010 | 1000001 |
Color Harmonies of #E87564
Complementary color
Monochromatic Colors of #E87564
Black with #E87564
Text Example
Text Example
White with #E87564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87564; }
p { color: rgb(232,117,100); }
H1.HeaderClassName
{
color: #E87564;
}
.AnyTagClassName
{
color: #E87564;
}
</style>
background-color css
<style>
a { background-color: #E87564; }
a { background-color: rgb(232,117,100); }
div.DivClassName
{
background-color: #E87564;
}
.BgClassName
{
background-color: #E87564;
}
</style>
border-color css
<style>
span { border-color: #E87564; }
span { border-color: rgb(232,117,100); }
td.TdClassName
{
border-color: #E87564;
}
.TagClassName
{
border-color: #E87564;
}
</style>