Shades of Terra Cotta #E76C5F
Tints of Terra Cotta #E76C5F
RGB
CMYK
RGB Variations
Color information
#E76C5F (or 0xE76C5F) is known color: Terra Cotta. HEX triplet: E7, 6C and 5F. RGB value is (231,108,95). Sum of RGB (Red+Green+Blue) = 231+108+95=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76C5F is #1893A0. Grayscale: #8F8F8F. Windows color (decimal): -1610657 or 6253799. OLE color: 6253799.
HSL color Cylindrical-coordinate representation of color #E76C5F: hue angle of 5.74º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E76C5F is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 95 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.09 |
| HSL | 5.74º | 0.74% | 0.64% | - |
| HSV(B) | 5.74º | 0.59% | 0.91% | - |
| XYZ | 40.38 | 28.54 | 14.21 | - |
| YUV | 143.3 | 100.75 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 95 | 0 | 0.53 | 0.59 | 0.09 | 5.74 | 0.74 | 0.64 |
| Hex | E7 | 6C | 5F | 0 | 35 | 3B | 9 | 6 | 4A | 40 |
| Octal | 347 | 154 | 137 | 0 | 65 | 73 | 11 | 6 | 112 | 100 |
| Binary | 11100111 | 1101100 | 1011111 | 0 | 110101 | 111011 | 1001 | 110 | 1001010 | 1000000 |
Color Harmonies of #E76C5F
Complementary color
Monochromatic Colors of #E76C5F
Black with #E76C5F
Text Example
Text Example
White with #E76C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76C5F; }
p { color: rgb(231,108,95); }
H1.HeaderClassName
{
color: #E76C5F;
}
.AnyTagClassName
{
color: #E76C5F;
}
</style>
background-color css
<style>
a { background-color: #E76C5F; }
a { background-color: rgb(231,108,95); }
div.DivClassName
{
background-color: #E76C5F;
}
.BgClassName
{
background-color: #E76C5F;
}
</style>
border-color css
<style>
span { border-color: #E76C5F; }
span { border-color: rgb(231,108,95); }
td.TdClassName
{
border-color: #E76C5F;
}
.TagClassName
{
border-color: #E76C5F;
}
</style>