Shades of Terra Cotta #E87365
Tints of Terra Cotta #E87365
RGB
CMYK
RGB Variations
Color information
#E87365 (or 0xE87365) is known color: Terra Cotta. HEX triplet: E8, 73 and 65. RGB value is (232,115,101). Sum of RGB (Red+Green+Blue) = 232+115+101=448 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.79% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 232 - color contains mainly: red. Hex color #E87365 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87365 is #178C9A. Grayscale: #949494. Windows color (decimal): -1543323 or 6648808. OLE color: 6648808.
HSL color Cylindrical-coordinate representation of color #E87365: hue angle of 6.41º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E87365 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 115 | 101 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.09 |
| HSL | 6.41º | 0.74% | 0.65% | - |
| HSV(B) | 6.41º | 0.56% | 0.91% | - |
| XYZ | 41.76 | 30.36 | 15.97 | - |
| YUV | 148.39 | 101.26 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 115 | 101 | 0 | 0.50 | 0.56 | 0.09 | 6.41 | 0.74 | 0.65 |
| Hex | E8 | 73 | 65 | 0 | 32 | 38 | 9 | 6 | 4A | 41 |
| Octal | 350 | 163 | 145 | 0 | 62 | 70 | 11 | 6 | 112 | 101 |
| Binary | 11101000 | 1110011 | 1100101 | 0 | 110010 | 111000 | 1001 | 110 | 1001010 | 1000001 |
Color Harmonies of #E87365
Complementary color
Monochromatic Colors of #E87365
Black with #E87365
Text Example
Text Example
White with #E87365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87365; }
p { color: rgb(232,115,101); }
H1.HeaderClassName
{
color: #E87365;
}
.AnyTagClassName
{
color: #E87365;
}
</style>
background-color css
<style>
a { background-color: #E87365; }
a { background-color: rgb(232,115,101); }
div.DivClassName
{
background-color: #E87365;
}
.BgClassName
{
background-color: #E87365;
}
</style>
border-color css
<style>
span { border-color: #E87365; }
span { border-color: rgb(232,115,101); }
td.TdClassName
{
border-color: #E87365;
}
.TagClassName
{
border-color: #E87365;
}
</style>