Shades of Terra Cotta #E87F61
Tints of Terra Cotta #E87F61
RGB
CMYK
RGB Variations
Color information
#E87F61 (or 0xE87F61) is known color: Terra Cotta. HEX triplet: E8, 7F and 61. RGB value is (232,127,97). Sum of RGB (Red+Green+Blue) = 232+127+97=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E87F61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87F61 is #17809E. Grayscale: #9B9B9B. Windows color (decimal): -1540255 or 6389736. OLE color: 6389736.
HSL color Cylindrical-coordinate representation of color #E87F61: hue angle of 13.33º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E87F61 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 127 | 97 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.09 |
| HSL | 13.33º | 0.75% | 0.65% | - |
| HSV(B) | 13.33º | 0.58% | 0.91% | - |
| XYZ | 43.03 | 33.2 | 15.45 | - |
| YUV | 154.98 | 95.29 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 127 | 97 | 0 | 0.45 | 0.58 | 0.09 | 13.33 | 0.75 | 0.65 |
| Hex | E8 | 7F | 61 | 0 | 2D | 3A | 9 | D | 4B | 41 |
| Octal | 350 | 177 | 141 | 0 | 55 | 72 | 11 | 15 | 113 | 101 |
| Binary | 11101000 | 1111111 | 1100001 | 0 | 101101 | 111010 | 1001 | 1101 | 1001011 | 1000001 |
Color Harmonies of #E87F61
Complementary color
Monochromatic Colors of #E87F61
Black with #E87F61
Text Example
Text Example
White with #E87F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87F61; }
p { color: rgb(232,127,97); }
H1.HeaderClassName
{
color: #E87F61;
}
.AnyTagClassName
{
color: #E87F61;
}
</style>
background-color css
<style>
a { background-color: #E87F61; }
a { background-color: rgb(232,127,97); }
div.DivClassName
{
background-color: #E87F61;
}
.BgClassName
{
background-color: #E87F61;
}
</style>
border-color css
<style>
span { border-color: #E87F61; }
span { border-color: rgb(232,127,97); }
td.TdClassName
{
border-color: #E87F61;
}
.TagClassName
{
border-color: #E87F61;
}
</style>