Shades of Terra Cotta #E97565
Tints of Terra Cotta #E97565
RGB
CMYK
RGB Variations
Color information
#E97565 (or 0xE97565) is known color: Terra Cotta. HEX triplet: E9, 75 and 65. RGB value is (233,117,101). Sum of RGB (Red+Green+Blue) = 233+117+101=451 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.66% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 233 - color contains mainly: red. Hex color #E97565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97565 is #168A9A. Grayscale: #969696. Windows color (decimal): -1477275 or 6649321. OLE color: 6649321.
HSL color Cylindrical-coordinate representation of color #E97565: hue angle of 7.27º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E97565 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 117 | 101 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.09 |
| HSL | 7.27º | 0.75% | 0.65% | - |
| HSV(B) | 7.27º | 0.57% | 0.91% | - |
| XYZ | 42.31 | 30.99 | 16.06 | - |
| YUV | 149.86 | 100.43 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 117 | 101 | 0 | 0.50 | 0.57 | 0.09 | 7.27 | 0.75 | 0.65 |
| Hex | E9 | 75 | 65 | 0 | 32 | 39 | 9 | 7 | 4B | 41 |
| Octal | 351 | 165 | 145 | 0 | 62 | 71 | 11 | 7 | 113 | 101 |
| Binary | 11101001 | 1110101 | 1100101 | 0 | 110010 | 111001 | 1001 | 111 | 1001011 | 1000001 |
Color Harmonies of #E97565
Complementary color
Monochromatic Colors of #E97565
Black with #E97565
Text Example
Text Example
White with #E97565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97565; }
p { color: rgb(233,117,101); }
H1.HeaderClassName
{
color: #E97565;
}
.AnyTagClassName
{
color: #E97565;
}
</style>
background-color css
<style>
a { background-color: #E97565; }
a { background-color: rgb(233,117,101); }
div.DivClassName
{
background-color: #E97565;
}
.BgClassName
{
background-color: #E97565;
}
</style>
border-color css
<style>
span { border-color: #E97565; }
span { border-color: rgb(233,117,101); }
td.TdClassName
{
border-color: #E97565;
}
.TagClassName
{
border-color: #E97565;
}
</style>