Shades of Terra Cotta #E7695C
Tints of Terra Cotta #E7695C
RGB
CMYK
RGB Variations
Color information
#E7695C (or 0xE7695C) is known color: Terra Cotta. HEX triplet: E7, 69 and 5C. RGB value is (231,105,92). Sum of RGB (Red+Green+Blue) = 231+105+92=428 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.97% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 231 - color contains mainly: red. Hex color #E7695C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7695C is #1896A3. Grayscale: #8D8D8D. Windows color (decimal): -1611428 or 6056423. OLE color: 6056423.
HSL color Cylindrical-coordinate representation of color #E7695C: hue angle of 5.61º 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 #E7695C is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 92 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.09 |
| HSL | 5.61º | 0.74% | 0.63% | - |
| HSV(B) | 5.61º | 0.6% | 0.91% | - |
| XYZ | 39.94 | 27.86 | 13.4 | - |
| YUV | 141.19 | 100.24 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 92 | 0 | 0.55 | 0.60 | 0.09 | 5.61 | 0.74 | 0.63 |
| Hex | E7 | 69 | 5C | 0 | 37 | 3C | 9 | 6 | 4A | 3F |
| Octal | 347 | 151 | 134 | 0 | 67 | 74 | 11 | 6 | 112 | 77 |
| Binary | 11100111 | 1101001 | 1011100 | 0 | 110111 | 111100 | 1001 | 110 | 1001010 | 111111 |
Color Harmonies of #E7695C
Complementary color
Monochromatic Colors of #E7695C
Black with #E7695C
Text Example
Text Example
White with #E7695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7695C; }
p { color: rgb(231,105,92); }
H1.HeaderClassName
{
color: #E7695C;
}
.AnyTagClassName
{
color: #E7695C;
}
</style>
background-color css
<style>
a { background-color: #E7695C; }
a { background-color: rgb(231,105,92); }
div.DivClassName
{
background-color: #E7695C;
}
.BgClassName
{
background-color: #E7695C;
}
</style>
border-color css
<style>
span { border-color: #E7695C; }
span { border-color: rgb(231,105,92); }
td.TdClassName
{
border-color: #E7695C;
}
.TagClassName
{
border-color: #E7695C;
}
</style>