Shades of Terra Cotta #E76D55
Tints of Terra Cotta #E76D55
RGB
CMYK
RGB Variations
Color information
#E76D55 (or 0xE76D55) is known color: Terra Cotta. HEX triplet: E7, 6D and 55. RGB value is (231,109,85). Sum of RGB (Red+Green+Blue) = 231+109+85=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76D55 is #1892AA. Grayscale: #8E8E8E. Windows color (decimal): -1610411 or 5598695. OLE color: 5598695.
HSL color Cylindrical-coordinate representation of color #E76D55: hue angle of 9.86º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E76D55 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 109 | 85 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.09 |
| HSL | 9.86º | 0.75% | 0.62% | - |
| HSV(B) | 9.86º | 0.63% | 0.91% | - |
| XYZ | 40.06 | 28.58 | 12 | - |
| YUV | 142.74 | 95.42 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 85 | 0 | 0.53 | 0.63 | 0.09 | 9.86 | 0.75 | 0.62 |
| Hex | E7 | 6D | 55 | 0 | 35 | 3F | 9 | A | 4B | 3E |
| Octal | 347 | 155 | 125 | 0 | 65 | 77 | 11 | 12 | 113 | 76 |
| Binary | 11100111 | 1101101 | 1010101 | 0 | 110101 | 111111 | 1001 | 1010 | 1001011 | 111110 |
Color Harmonies of #E76D55
Complementary color
Monochromatic Colors of #E76D55
Black with #E76D55
Text Example
Text Example
White with #E76D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76D55; }
p { color: rgb(231,109,85); }
H1.HeaderClassName
{
color: #E76D55;
}
.AnyTagClassName
{
color: #E76D55;
}
</style>
background-color css
<style>
a { background-color: #E76D55; }
a { background-color: rgb(231,109,85); }
div.DivClassName
{
background-color: #E76D55;
}
.BgClassName
{
background-color: #E76D55;
}
</style>
border-color css
<style>
span { border-color: #E76D55; }
span { border-color: rgb(231,109,85); }
td.TdClassName
{
border-color: #E76D55;
}
.TagClassName
{
border-color: #E76D55;
}
</style>