Shades of Terra Cotta #E7705C
Tints of Terra Cotta #E7705C
RGB
CMYK
RGB Variations
Color information
#E7705C (or 0xE7705C) is known color: Terra Cotta. HEX triplet: E7, 70 and 5C. RGB value is (231,112,92). Sum of RGB (Red+Green+Blue) = 231+112+92=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E7705C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7705C is #188FA3. Grayscale: #919191. Windows color (decimal): -1609636 or 6058215. OLE color: 6058215.
HSL color Cylindrical-coordinate representation of color #E7705C: hue angle of 8.63º 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 #E7705C is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 92 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.09 |
| HSL | 8.63º | 0.74% | 0.63% | - |
| HSV(B) | 8.63º | 0.6% | 0.91% | - |
| XYZ | 40.68 | 29.35 | 13.65 | - |
| YUV | 145.3 | 97.92 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 92 | 0 | 0.52 | 0.60 | 0.09 | 8.63 | 0.74 | 0.63 |
| Hex | E7 | 70 | 5C | 0 | 34 | 3C | 9 | 9 | 4A | 3F |
| Octal | 347 | 160 | 134 | 0 | 64 | 74 | 11 | 11 | 112 | 77 |
| Binary | 11100111 | 1110000 | 1011100 | 0 | 110100 | 111100 | 1001 | 1001 | 1001010 | 111111 |
Color Harmonies of #E7705C
Complementary color
Monochromatic Colors of #E7705C
Black with #E7705C
Text Example
Text Example
White with #E7705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7705C; }
p { color: rgb(231,112,92); }
H1.HeaderClassName
{
color: #E7705C;
}
.AnyTagClassName
{
color: #E7705C;
}
</style>
background-color css
<style>
a { background-color: #E7705C; }
a { background-color: rgb(231,112,92); }
div.DivClassName
{
background-color: #E7705C;
}
.BgClassName
{
background-color: #E7705C;
}
</style>
border-color css
<style>
span { border-color: #E7705C; }
span { border-color: rgb(231,112,92); }
td.TdClassName
{
border-color: #E7705C;
}
.TagClassName
{
border-color: #E7705C;
}
</style>