Shades of Terra Cotta #E87D66
Tints of Terra Cotta #E87D66
RGB
CMYK
RGB Variations
Color information
#E87D66 (or 0xE87D66) is known color: Terra Cotta. HEX triplet: E8, 7D and 66. RGB value is (232,125,102). Sum of RGB (Red+Green+Blue) = 232+125+102=459 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.54% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 232 - color contains mainly: red. Hex color #E87D66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87D66 is #178299. Grayscale: #9A9A9A. Windows color (decimal): -1540762 or 6716904. OLE color: 6716904.
HSL color Cylindrical-coordinate representation of color #E87D66: hue angle of 10.62º 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 #E87D66 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 125 | 102 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.09 |
| HSL | 10.62º | 0.74% | 0.65% | - |
| HSV(B) | 10.62º | 0.56% | 0.91% | - |
| XYZ | 43.01 | 32.78 | 16.63 | - |
| YUV | 154.37 | 98.45 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 125 | 102 | 0 | 0.46 | 0.56 | 0.09 | 10.62 | 0.74 | 0.65 |
| Hex | E8 | 7D | 66 | 0 | 2E | 38 | 9 | B | 4A | 41 |
| Octal | 350 | 175 | 146 | 0 | 56 | 70 | 11 | 13 | 112 | 101 |
| Binary | 11101000 | 1111101 | 1100110 | 0 | 101110 | 111000 | 1001 | 1011 | 1001010 | 1000001 |
Color Harmonies of #E87D66
Complementary color
Monochromatic Colors of #E87D66
Black with #E87D66
Text Example
Text Example
White with #E87D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87D66; }
p { color: rgb(232,125,102); }
H1.HeaderClassName
{
color: #E87D66;
}
.AnyTagClassName
{
color: #E87D66;
}
</style>
background-color css
<style>
a { background-color: #E87D66; }
a { background-color: rgb(232,125,102); }
div.DivClassName
{
background-color: #E87D66;
}
.BgClassName
{
background-color: #E87D66;
}
</style>
border-color css
<style>
span { border-color: #E87D66; }
span { border-color: rgb(232,125,102); }
td.TdClassName
{
border-color: #E87D66;
}
.TagClassName
{
border-color: #E87D66;
}
</style>