Shades of Terra Cotta #E7745E
Tints of Terra Cotta #E7745E
RGB
CMYK
RGB Variations
Color information
#E7745E (or 0xE7745E) is known color: Terra Cotta. HEX triplet: E7, 74 and 5E. RGB value is (231,116,94). Sum of RGB (Red+Green+Blue) = 231+116+94=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E7745E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7745E is #188BA1. Grayscale: #949494. Windows color (decimal): -1608610 or 6190311. OLE color: 6190311.
HSL color Cylindrical-coordinate representation of color #E7745E: hue angle of 9.64º 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 #E7745E is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 116 | 94 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.09 |
| HSL | 9.64º | 0.74% | 0.64% | - |
| HSV(B) | 9.64º | 0.59% | 0.91% | - |
| XYZ | 41.22 | 30.29 | 14.26 | - |
| YUV | 147.88 | 97.6 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 116 | 94 | 0 | 0.50 | 0.59 | 0.09 | 9.64 | 0.74 | 0.64 |
| Hex | E7 | 74 | 5E | 0 | 32 | 3B | 9 | A | 4A | 40 |
| Octal | 347 | 164 | 136 | 0 | 62 | 73 | 11 | 12 | 112 | 100 |
| Binary | 11100111 | 1110100 | 1011110 | 0 | 110010 | 111011 | 1001 | 1010 | 1001010 | 1000000 |
Color Harmonies of #E7745E
Complementary color
Monochromatic Colors of #E7745E
Black with #E7745E
Text Example
Text Example
White with #E7745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7745E; }
p { color: rgb(231,116,94); }
H1.HeaderClassName
{
color: #E7745E;
}
.AnyTagClassName
{
color: #E7745E;
}
</style>
background-color css
<style>
a { background-color: #E7745E; }
a { background-color: rgb(231,116,94); }
div.DivClassName
{
background-color: #E7745E;
}
.BgClassName
{
background-color: #E7745E;
}
</style>
border-color css
<style>
span { border-color: #E7745E; }
span { border-color: rgb(231,116,94); }
td.TdClassName
{
border-color: #E7745E;
}
.TagClassName
{
border-color: #E7745E;
}
</style>