Shades of Terra Cotta #E7695B
Tints of Terra Cotta #E7695B
RGB
CMYK
RGB Variations
Color information
#E7695B (or 0xE7695B) is known color: Terra Cotta. HEX triplet: E7, 69 and 5B. RGB value is (231,105,91). Sum of RGB (Red+Green+Blue) = 231+105+91=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E7695B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7695B is #1896A4. Grayscale: #8D8D8D. Windows color (decimal): -1611429 or 5990887. OLE color: 5990887.
HSL color Cylindrical-coordinate representation of color #E7695B: hue angle of 6º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7695B is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 91 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.09 |
| HSL | 6º | 0.74% | 0.63% | - |
| HSV(B) | 6º | 0.61% | 0.91% | - |
| XYZ | 39.89 | 27.85 | 13.17 | - |
| YUV | 141.08 | 99.74 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 91 | 0 | 0.55 | 0.61 | 0.09 | 6 | 0.74 | 0.63 |
| Hex | E7 | 69 | 5B | 0 | 37 | 3D | 9 | 6 | 4A | 3F |
| Octal | 347 | 151 | 133 | 0 | 67 | 75 | 11 | 6 | 112 | 77 |
| Binary | 11100111 | 1101001 | 1011011 | 0 | 110111 | 111101 | 1001 | 110 | 1001010 | 111111 |
Color Harmonies of #E7695B
Complementary color
Monochromatic Colors of #E7695B
Black with #E7695B
Text Example
Text Example
White with #E7695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7695B; }
p { color: rgb(231,105,91); }
H1.HeaderClassName
{
color: #E7695B;
}
.AnyTagClassName
{
color: #E7695B;
}
</style>
background-color css
<style>
a { background-color: #E7695B; }
a { background-color: rgb(231,105,91); }
div.DivClassName
{
background-color: #E7695B;
}
.BgClassName
{
background-color: #E7695B;
}
</style>
border-color css
<style>
span { border-color: #E7695B; }
span { border-color: rgb(231,105,91); }
td.TdClassName
{
border-color: #E7695B;
}
.TagClassName
{
border-color: #E7695B;
}
</style>