Shades of Terra Cotta #E76E5C
Tints of Terra Cotta #E76E5C
RGB
CMYK
RGB Variations
Color information
#E76E5C (or 0xE76E5C) is known color: Terra Cotta. HEX triplet: E7, 6E and 5C. RGB value is (231,110,92). Sum of RGB (Red+Green+Blue) = 231+110+92=433 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.35% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76E5C is #1891A3. Grayscale: #909090. Windows color (decimal): -1610148 or 6057703. OLE color: 6057703.
HSL color Cylindrical-coordinate representation of color #E76E5C: hue angle of 7.77º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E76E5C is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 110 | 92 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.09 |
| HSL | 7.77º | 0.74% | 0.63% | - |
| HSV(B) | 7.77º | 0.6% | 0.91% | - |
| XYZ | 40.46 | 28.91 | 13.57 | - |
| YUV | 144.13 | 98.59 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 92 | 0 | 0.52 | 0.60 | 0.09 | 7.77 | 0.74 | 0.63 |
| Hex | E7 | 6E | 5C | 0 | 34 | 3C | 9 | 8 | 4A | 3F |
| Octal | 347 | 156 | 134 | 0 | 64 | 74 | 11 | 10 | 112 | 77 |
| Binary | 11100111 | 1101110 | 1011100 | 0 | 110100 | 111100 | 1001 | 1000 | 1001010 | 111111 |
Color Harmonies of #E76E5C
Complementary color
Monochromatic Colors of #E76E5C
Black with #E76E5C
Text Example
Text Example
White with #E76E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76E5C; }
p { color: rgb(231,110,92); }
H1.HeaderClassName
{
color: #E76E5C;
}
.AnyTagClassName
{
color: #E76E5C;
}
</style>
background-color css
<style>
a { background-color: #E76E5C; }
a { background-color: rgb(231,110,92); }
div.DivClassName
{
background-color: #E76E5C;
}
.BgClassName
{
background-color: #E76E5C;
}
</style>
border-color css
<style>
span { border-color: #E76E5C; }
span { border-color: rgb(231,110,92); }
td.TdClassName
{
border-color: #E76E5C;
}
.TagClassName
{
border-color: #E76E5C;
}
</style>