Shades of Terra Cotta #E7735D
Tints of Terra Cotta #E7735D
RGB
CMYK
RGB Variations
Color information
#E7735D (or 0xE7735D) is known color: Terra Cotta. HEX triplet: E7, 73 and 5D. RGB value is (231,115,93). Sum of RGB (Red+Green+Blue) = 231+115+93=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E7735D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7735D is #188CA2. Grayscale: #939393. Windows color (decimal): -1608867 or 6124519. OLE color: 6124519.
HSL color Cylindrical-coordinate representation of color #E7735D: hue angle of 9.57º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7735D is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 115 | 93 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.09 |
| HSL | 9.57º | 0.74% | 0.64% | - |
| HSV(B) | 9.57º | 0.6% | 0.91% | - |
| XYZ | 41.06 | 30.04 | 13.99 | - |
| YUV | 147.18 | 97.43 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 93 | 0 | 0.50 | 0.60 | 0.09 | 9.57 | 0.74 | 0.64 |
| Hex | E7 | 73 | 5D | 0 | 32 | 3C | 9 | A | 4A | 40 |
| Octal | 347 | 163 | 135 | 0 | 62 | 74 | 11 | 12 | 112 | 100 |
| Binary | 11100111 | 1110011 | 1011101 | 0 | 110010 | 111100 | 1001 | 1010 | 1001010 | 1000000 |
Color Harmonies of #E7735D
Complementary color
Monochromatic Colors of #E7735D
Black with #E7735D
Text Example
Text Example
White with #E7735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7735D; }
p { color: rgb(231,115,93); }
H1.HeaderClassName
{
color: #E7735D;
}
.AnyTagClassName
{
color: #E7735D;
}
</style>
background-color css
<style>
a { background-color: #E7735D; }
a { background-color: rgb(231,115,93); }
div.DivClassName
{
background-color: #E7735D;
}
.BgClassName
{
background-color: #E7735D;
}
</style>
border-color css
<style>
span { border-color: #E7735D; }
span { border-color: rgb(231,115,93); }
td.TdClassName
{
border-color: #E7735D;
}
.TagClassName
{
border-color: #E7735D;
}
</style>