Shades of Terra Cotta #E8725E
Tints of Terra Cotta #E8725E
RGB
CMYK
RGB Variations
Color information
#E8725E (or 0xE8725E) is known color: Terra Cotta. HEX triplet: E8, 72 and 5E. RGB value is (232,114,94). Sum of RGB (Red+Green+Blue) = 232+114+94=440 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.73% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 232 - color contains mainly: red. Hex color #E8725E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8725E is #178DA1. Grayscale: #939393. Windows color (decimal): -1543586 or 6189800. OLE color: 6189800.
HSL color Cylindrical-coordinate representation of color #E8725E: hue angle of 8.7º degrees, saturation: 0.75, 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 #E8725E is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 114 | 94 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.09 |
| HSL | 8.7º | 0.75% | 0.64% | - |
| HSV(B) | 8.7º | 0.59% | 0.91% | - |
| XYZ | 41.32 | 30 | 14.2 | - |
| YUV | 147 | 98.09 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 114 | 94 | 0 | 0.51 | 0.59 | 0.09 | 8.7 | 0.75 | 0.64 |
| Hex | E8 | 72 | 5E | 0 | 33 | 3B | 9 | 9 | 4B | 40 |
| Octal | 350 | 162 | 136 | 0 | 63 | 73 | 11 | 11 | 113 | 100 |
| Binary | 11101000 | 1110010 | 1011110 | 0 | 110011 | 111011 | 1001 | 1001 | 1001011 | 1000000 |
Color Harmonies of #E8725E
Complementary color
Monochromatic Colors of #E8725E
Black with #E8725E
Text Example
Text Example
White with #E8725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8725E; }
p { color: rgb(232,114,94); }
H1.HeaderClassName
{
color: #E8725E;
}
.AnyTagClassName
{
color: #E8725E;
}
</style>
background-color css
<style>
a { background-color: #E8725E; }
a { background-color: rgb(232,114,94); }
div.DivClassName
{
background-color: #E8725E;
}
.BgClassName
{
background-color: #E8725E;
}
</style>
border-color css
<style>
span { border-color: #E8725E; }
span { border-color: rgb(232,114,94); }
td.TdClassName
{
border-color: #E8725E;
}
.TagClassName
{
border-color: #E8725E;
}
</style>