Shades of Terra Cotta #E7745B
Tints of Terra Cotta #E7745B
RGB
CMYK
RGB Variations
Color information
#E7745B (or 0xE7745B) is known color: Terra Cotta. HEX triplet: E7, 74 and 5B. RGB value is (231,116,91). Sum of RGB (Red+Green+Blue) = 231+116+91=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E7745B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7745B is #188BA4. Grayscale: #939393. Windows color (decimal): -1608613 or 5993703. OLE color: 5993703.
HSL color Cylindrical-coordinate representation of color #E7745B: hue angle of 10.71º 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 #E7745B is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 116 | 91 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.09 |
| HSL | 10.71º | 0.74% | 0.63% | - |
| HSV(B) | 10.71º | 0.61% | 0.91% | - |
| XYZ | 41.09 | 30.24 | 13.57 | - |
| YUV | 147.54 | 96.1 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 116 | 91 | 0 | 0.50 | 0.61 | 0.09 | 10.71 | 0.74 | 0.63 |
| Hex | E7 | 74 | 5B | 0 | 32 | 3D | 9 | B | 4A | 3F |
| Octal | 347 | 164 | 133 | 0 | 62 | 75 | 11 | 13 | 112 | 77 |
| Binary | 11100111 | 1110100 | 1011011 | 0 | 110010 | 111101 | 1001 | 1011 | 1001010 | 111111 |
Color Harmonies of #E7745B
Complementary color
Monochromatic Colors of #E7745B
Black with #E7745B
Text Example
Text Example
White with #E7745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7745B; }
p { color: rgb(231,116,91); }
H1.HeaderClassName
{
color: #E7745B;
}
.AnyTagClassName
{
color: #E7745B;
}
</style>
background-color css
<style>
a { background-color: #E7745B; }
a { background-color: rgb(231,116,91); }
div.DivClassName
{
background-color: #E7745B;
}
.BgClassName
{
background-color: #E7745B;
}
</style>
border-color css
<style>
span { border-color: #E7745B; }
span { border-color: rgb(231,116,91); }
td.TdClassName
{
border-color: #E7745B;
}
.TagClassName
{
border-color: #E7745B;
}
</style>