Shades of Terra Cotta #E7725E
Tints of Terra Cotta #E7725E
RGB
CMYK
RGB Variations
Color information
#E7725E (or 0xE7725E) is known color: Terra Cotta. HEX triplet: E7, 72 and 5E. RGB value is (231,114,94). Sum of RGB (Red+Green+Blue) = 231+114+94=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E7725E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7725E is #188DA1. Grayscale: #929292. Windows color (decimal): -1609122 or 6189799. OLE color: 6189799.
HSL color Cylindrical-coordinate representation of color #E7725E: hue angle of 8.76º 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 #E7725E is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 94 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.09 |
| HSL | 8.76º | 0.74% | 0.64% | - |
| HSV(B) | 8.76º | 0.59% | 0.91% | - |
| XYZ | 40.99 | 29.83 | 14.19 | - |
| YUV | 146.7 | 98.26 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 94 | 0 | 0.51 | 0.59 | 0.09 | 8.76 | 0.74 | 0.64 |
| Hex | E7 | 72 | 5E | 0 | 33 | 3B | 9 | 9 | 4A | 40 |
| Octal | 347 | 162 | 136 | 0 | 63 | 73 | 11 | 11 | 112 | 100 |
| Binary | 11100111 | 1110010 | 1011110 | 0 | 110011 | 111011 | 1001 | 1001 | 1001010 | 1000000 |
Color Harmonies of #E7725E
Complementary color
Monochromatic Colors of #E7725E
Black with #E7725E
Text Example
Text Example
White with #E7725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7725E; }
p { color: rgb(231,114,94); }
H1.HeaderClassName
{
color: #E7725E;
}
.AnyTagClassName
{
color: #E7725E;
}
</style>
background-color css
<style>
a { background-color: #E7725E; }
a { background-color: rgb(231,114,94); }
div.DivClassName
{
background-color: #E7725E;
}
.BgClassName
{
background-color: #E7725E;
}
</style>
border-color css
<style>
span { border-color: #E7725E; }
span { border-color: rgb(231,114,94); }
td.TdClassName
{
border-color: #E7725E;
}
.TagClassName
{
border-color: #E7725E;
}
</style>