Shades of Terra Cotta #E97265
Tints of Terra Cotta #E97265
RGB
CMYK
RGB Variations
Color information
#E97265 (or 0xE97265) is known color: Terra Cotta. HEX triplet: E9, 72 and 65. RGB value is (233,114,101). Sum of RGB (Red+Green+Blue) = 233+114+101=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E97265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97265 is #168D9A. Grayscale: #949494. Windows color (decimal): -1478043 or 6648553. OLE color: 6648553.
HSL color Cylindrical-coordinate representation of color #E97265: hue angle of 5.91º 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 #E97265 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 114 | 101 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.09 |
| HSL | 5.91º | 0.75% | 0.65% | - |
| HSV(B) | 5.91º | 0.57% | 0.91% | - |
| XYZ | 41.97 | 30.3 | 15.95 | - |
| YUV | 148.1 | 101.42 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 114 | 101 | 0 | 0.51 | 0.57 | 0.09 | 5.91 | 0.75 | 0.65 |
| Hex | E9 | 72 | 65 | 0 | 33 | 39 | 9 | 6 | 4B | 41 |
| Octal | 351 | 162 | 145 | 0 | 63 | 71 | 11 | 6 | 113 | 101 |
| Binary | 11101001 | 1110010 | 1100101 | 0 | 110011 | 111001 | 1001 | 110 | 1001011 | 1000001 |
Color Harmonies of #E97265
Complementary color
Monochromatic Colors of #E97265
Black with #E97265
Text Example
Text Example
White with #E97265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97265; }
p { color: rgb(233,114,101); }
H1.HeaderClassName
{
color: #E97265;
}
.AnyTagClassName
{
color: #E97265;
}
</style>
background-color css
<style>
a { background-color: #E97265; }
a { background-color: rgb(233,114,101); }
div.DivClassName
{
background-color: #E97265;
}
.BgClassName
{
background-color: #E97265;
}
</style>
border-color css
<style>
span { border-color: #E97265; }
span { border-color: rgb(233,114,101); }
td.TdClassName
{
border-color: #E97265;
}
.TagClassName
{
border-color: #E97265;
}
</style>