Shades of Terra Cotta #E7725D
Tints of Terra Cotta #E7725D
RGB
CMYK
RGB Variations
Color information
#E7725D (or 0xE7725D) is known color: Terra Cotta. HEX triplet: E7, 72 and 5D. RGB value is (231,114,93). Sum of RGB (Red+Green+Blue) = 231+114+93=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E7725D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7725D is #188DA2. Grayscale: #929292. Windows color (decimal): -1609123 or 6124263. OLE color: 6124263.
HSL color Cylindrical-coordinate representation of color #E7725D: hue angle of 9.13º 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 #E7725D is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 93 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.09 |
| HSL | 9.13º | 0.74% | 0.64% | - |
| HSV(B) | 9.13º | 0.6% | 0.91% | - |
| XYZ | 40.95 | 29.81 | 13.95 | - |
| YUV | 146.59 | 97.76 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 93 | 0 | 0.51 | 0.60 | 0.09 | 9.13 | 0.74 | 0.64 |
| Hex | E7 | 72 | 5D | 0 | 33 | 3C | 9 | 9 | 4A | 40 |
| Octal | 347 | 162 | 135 | 0 | 63 | 74 | 11 | 11 | 112 | 100 |
| Binary | 11100111 | 1110010 | 1011101 | 0 | 110011 | 111100 | 1001 | 1001 | 1001010 | 1000000 |
Color Harmonies of #E7725D
Complementary color
Monochromatic Colors of #E7725D
Black with #E7725D
Text Example
Text Example
White with #E7725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7725D; }
p { color: rgb(231,114,93); }
H1.HeaderClassName
{
color: #E7725D;
}
.AnyTagClassName
{
color: #E7725D;
}
</style>
background-color css
<style>
a { background-color: #E7725D; }
a { background-color: rgb(231,114,93); }
div.DivClassName
{
background-color: #E7725D;
}
.BgClassName
{
background-color: #E7725D;
}
</style>
border-color css
<style>
span { border-color: #E7725D; }
span { border-color: rgb(231,114,93); }
td.TdClassName
{
border-color: #E7725D;
}
.TagClassName
{
border-color: #E7725D;
}
</style>