Shades of Terra Cotta #E76E5E
Tints of Terra Cotta #E76E5E
RGB
CMYK
RGB Variations
Color information
#E76E5E (or 0xE76E5E) is known color: Terra Cotta. HEX triplet: E7, 6E and 5E. RGB value is (231,110,94). Sum of RGB (Red+Green+Blue) = 231+110+94=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76E5E is #1891A1. Grayscale: #909090. Windows color (decimal): -1610146 or 6188775. OLE color: 6188775.
HSL color Cylindrical-coordinate representation of color #E76E5E: hue angle of 7.01º 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 #E76E5E is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 110 | 94 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.09 |
| HSL | 7.01º | 0.74% | 0.64% | - |
| HSV(B) | 7.01º | 0.59% | 0.91% | - |
| XYZ | 40.55 | 28.95 | 14.04 | - |
| YUV | 144.36 | 99.59 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 94 | 0 | 0.52 | 0.59 | 0.09 | 7.01 | 0.74 | 0.64 |
| Hex | E7 | 6E | 5E | 0 | 34 | 3B | 9 | 7 | 4A | 40 |
| Octal | 347 | 156 | 136 | 0 | 64 | 73 | 11 | 7 | 112 | 100 |
| Binary | 11100111 | 1101110 | 1011110 | 0 | 110100 | 111011 | 1001 | 111 | 1001010 | 1000000 |
Color Harmonies of #E76E5E
Complementary color
Monochromatic Colors of #E76E5E
Black with #E76E5E
Text Example
Text Example
White with #E76E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76E5E; }
p { color: rgb(231,110,94); }
H1.HeaderClassName
{
color: #E76E5E;
}
.AnyTagClassName
{
color: #E76E5E;
}
</style>
background-color css
<style>
a { background-color: #E76E5E; }
a { background-color: rgb(231,110,94); }
div.DivClassName
{
background-color: #E76E5E;
}
.BgClassName
{
background-color: #E76E5E;
}
</style>
border-color css
<style>
span { border-color: #E76E5E; }
span { border-color: rgb(231,110,94); }
td.TdClassName
{
border-color: #E76E5E;
}
.TagClassName
{
border-color: #E76E5E;
}
</style>