Shades of Terra Cotta #E9725E
Tints of Terra Cotta #E9725E
RGB
CMYK
RGB Variations
Color information
#E9725E (or 0xE9725E) is known color: Terra Cotta. HEX triplet: E9, 72 and 5E. RGB value is (233,114,94). Sum of RGB (Red+Green+Blue) = 233+114+94=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E9725E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9725E is #168DA1. Grayscale: #939393. Windows color (decimal): -1478050 or 6189801. OLE color: 6189801.
HSL color Cylindrical-coordinate representation of color #E9725E: hue angle of 8.63º degrees, saturation: 0.76, 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 #E9725E is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 114 | 94 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.09 |
| HSL | 8.63º | 0.76% | 0.64% | - |
| HSV(B) | 8.63º | 0.6% | 0.91% | - |
| XYZ | 41.64 | 30.17 | 14.22 | - |
| YUV | 147.3 | 97.92 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 114 | 94 | 0 | 0.51 | 0.60 | 0.09 | 8.63 | 0.76 | 0.64 |
| Hex | E9 | 72 | 5E | 0 | 33 | 3C | 9 | 9 | 4C | 40 |
| Octal | 351 | 162 | 136 | 0 | 63 | 74 | 11 | 11 | 114 | 100 |
| Binary | 11101001 | 1110010 | 1011110 | 0 | 110011 | 111100 | 1001 | 1001 | 1001100 | 1000000 |
Color Harmonies of #E9725E
Complementary color
Monochromatic Colors of #E9725E
Black with #E9725E
Text Example
Text Example
White with #E9725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9725E; }
p { color: rgb(233,114,94); }
H1.HeaderClassName
{
color: #E9725E;
}
.AnyTagClassName
{
color: #E9725E;
}
</style>
background-color css
<style>
a { background-color: #E9725E; }
a { background-color: rgb(233,114,94); }
div.DivClassName
{
background-color: #E9725E;
}
.BgClassName
{
background-color: #E9725E;
}
</style>
border-color css
<style>
span { border-color: #E9725E; }
span { border-color: rgb(233,114,94); }
td.TdClassName
{
border-color: #E9725E;
}
.TagClassName
{
border-color: #E9725E;
}
</style>