Shades of Terra Cotta #E97D5E
Tints of Terra Cotta #E97D5E
RGB
CMYK
RGB Variations
Color information
#E97D5E (or 0xE97D5E) is known color: Terra Cotta. HEX triplet: E9, 7D and 5E. RGB value is (233,125,94). Sum of RGB (Red+Green+Blue) = 233+125+94=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97D5E is #1682A1. Grayscale: #999999. Windows color (decimal): -1475234 or 6192617. OLE color: 6192617.
HSL color Cylindrical-coordinate representation of color #E97D5E: hue angle of 13.38º 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 #E97D5E is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 125 | 94 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.09 |
| HSL | 13.38º | 0.76% | 0.64% | - |
| HSV(B) | 13.38º | 0.6% | 0.91% | - |
| XYZ | 42.96 | 32.8 | 14.66 | - |
| YUV | 153.76 | 94.28 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 125 | 94 | 0 | 0.46 | 0.60 | 0.09 | 13.38 | 0.76 | 0.64 |
| Hex | E9 | 7D | 5E | 0 | 2E | 3C | 9 | D | 4C | 40 |
| Octal | 351 | 175 | 136 | 0 | 56 | 74 | 11 | 15 | 114 | 100 |
| Binary | 11101001 | 1111101 | 1011110 | 0 | 101110 | 111100 | 1001 | 1101 | 1001100 | 1000000 |
Color Harmonies of #E97D5E
Complementary color
Monochromatic Colors of #E97D5E
Black with #E97D5E
Text Example
Text Example
White with #E97D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97D5E; }
p { color: rgb(233,125,94); }
H1.HeaderClassName
{
color: #E97D5E;
}
.AnyTagClassName
{
color: #E97D5E;
}
</style>
background-color css
<style>
a { background-color: #E97D5E; }
a { background-color: rgb(233,125,94); }
div.DivClassName
{
background-color: #E97D5E;
}
.BgClassName
{
background-color: #E97D5E;
}
</style>
border-color css
<style>
span { border-color: #E97D5E; }
span { border-color: rgb(233,125,94); }
td.TdClassName
{
border-color: #E97D5E;
}
.TagClassName
{
border-color: #E97D5E;
}
</style>