Shades of Terra Cotta #E76C5B
Tints of Terra Cotta #E76C5B
RGB
CMYK
RGB Variations
Color information
#E76C5B (or 0xE76C5B) is known color: Terra Cotta. HEX triplet: E7, 6C and 5B. RGB value is (231,108,91). Sum of RGB (Red+Green+Blue) = 231+108+91=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76C5B is #1893A4. Grayscale: #8F8F8F. Windows color (decimal): -1610661 or 5991655. OLE color: 5991655.
HSL color Cylindrical-coordinate representation of color #E76C5B: hue angle of 7.29º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E76C5B is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 91 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.09 |
| HSL | 7.29º | 0.74% | 0.63% | - |
| HSV(B) | 7.29º | 0.61% | 0.91% | - |
| XYZ | 40.21 | 28.47 | 13.27 | - |
| YUV | 142.84 | 98.75 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 91 | 0 | 0.53 | 0.61 | 0.09 | 7.29 | 0.74 | 0.63 |
| Hex | E7 | 6C | 5B | 0 | 35 | 3D | 9 | 7 | 4A | 3F |
| Octal | 347 | 154 | 133 | 0 | 65 | 75 | 11 | 7 | 112 | 77 |
| Binary | 11100111 | 1101100 | 1011011 | 0 | 110101 | 111101 | 1001 | 111 | 1001010 | 111111 |
Color Harmonies of #E76C5B
Complementary color
Monochromatic Colors of #E76C5B
Black with #E76C5B
Text Example
Text Example
White with #E76C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76C5B; }
p { color: rgb(231,108,91); }
H1.HeaderClassName
{
color: #E76C5B;
}
.AnyTagClassName
{
color: #E76C5B;
}
</style>
background-color css
<style>
a { background-color: #E76C5B; }
a { background-color: rgb(231,108,91); }
div.DivClassName
{
background-color: #E76C5B;
}
.BgClassName
{
background-color: #E76C5B;
}
</style>
border-color css
<style>
span { border-color: #E76C5B; }
span { border-color: rgb(231,108,91); }
td.TdClassName
{
border-color: #E76C5B;
}
.TagClassName
{
border-color: #E76C5B;
}
</style>