Shades of Terra Cotta #E77058
Tints of Terra Cotta #E77058
RGB
CMYK
RGB Variations
Color information
#E77058 (or 0xE77058) is known color: Terra Cotta. HEX triplet: E7, 70 and 58. RGB value is (231,112,88). Sum of RGB (Red+Green+Blue) = 231+112+88=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E77058 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77058 is #188FA7. Grayscale: #919191. Windows color (decimal): -1609640 or 5796071. OLE color: 5796071.
HSL color Cylindrical-coordinate representation of color #E77058: hue angle of 10.07º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E77058 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 88 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.09 |
| HSL | 10.07º | 0.75% | 0.63% | - |
| HSV(B) | 10.07º | 0.62% | 0.91% | - |
| XYZ | 40.51 | 29.28 | 12.75 | - |
| YUV | 144.85 | 95.92 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 88 | 0 | 0.52 | 0.62 | 0.09 | 10.07 | 0.75 | 0.63 |
| Hex | E7 | 70 | 58 | 0 | 34 | 3E | 9 | A | 4B | 3F |
| Octal | 347 | 160 | 130 | 0 | 64 | 76 | 11 | 12 | 113 | 77 |
| Binary | 11100111 | 1110000 | 1011000 | 0 | 110100 | 111110 | 1001 | 1010 | 1001011 | 111111 |
Color Harmonies of #E77058
Complementary color
Monochromatic Colors of #E77058
Black with #E77058
Text Example
Text Example
White with #E77058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77058; }
p { color: rgb(231,112,88); }
H1.HeaderClassName
{
color: #E77058;
}
.AnyTagClassName
{
color: #E77058;
}
</style>
background-color css
<style>
a { background-color: #E77058; }
a { background-color: rgb(231,112,88); }
div.DivClassName
{
background-color: #E77058;
}
.BgClassName
{
background-color: #E77058;
}
</style>
border-color css
<style>
span { border-color: #E77058; }
span { border-color: rgb(231,112,88); }
td.TdClassName
{
border-color: #E77058;
}
.TagClassName
{
border-color: #E77058;
}
</style>