Shades of Terra Cotta #E7695E
Tints of Terra Cotta #E7695E
RGB
CMYK
RGB Variations
Color information
#E7695E (or 0xE7695E) is known color: Terra Cotta. HEX triplet: E7, 69 and 5E. RGB value is (231,105,94). Sum of RGB (Red+Green+Blue) = 231+105+94=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E7695E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7695E is #1896A1. Grayscale: #8D8D8D. Windows color (decimal): -1611426 or 6187495. OLE color: 6187495.
HSL color Cylindrical-coordinate representation of color #E7695E: hue angle of 4.82º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E7695E is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 94 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.09 |
| HSL | 4.82º | 0.74% | 0.64% | - |
| HSV(B) | 4.82º | 0.59% | 0.91% | - |
| XYZ | 40.03 | 27.9 | 13.87 | - |
| YUV | 141.42 | 101.24 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 94 | 0 | 0.55 | 0.59 | 0.09 | 4.82 | 0.74 | 0.64 |
| Hex | E7 | 69 | 5E | 0 | 37 | 3B | 9 | 5 | 4A | 40 |
| Octal | 347 | 151 | 136 | 0 | 67 | 73 | 11 | 5 | 112 | 100 |
| Binary | 11100111 | 1101001 | 1011110 | 0 | 110111 | 111011 | 1001 | 101 | 1001010 | 1000000 |
Color Harmonies of #E7695E
Complementary color
Monochromatic Colors of #E7695E
Black with #E7695E
Text Example
Text Example
White with #E7695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7695E; }
p { color: rgb(231,105,94); }
H1.HeaderClassName
{
color: #E7695E;
}
.AnyTagClassName
{
color: #E7695E;
}
</style>
background-color css
<style>
a { background-color: #E7695E; }
a { background-color: rgb(231,105,94); }
div.DivClassName
{
background-color: #E7695E;
}
.BgClassName
{
background-color: #E7695E;
}
</style>
border-color css
<style>
span { border-color: #E7695E; }
span { border-color: rgb(231,105,94); }
td.TdClassName
{
border-color: #E7695E;
}
.TagClassName
{
border-color: #E7695E;
}
</style>