Shades of Terra Cotta #E97966
Tints of Terra Cotta #E97966
RGB
CMYK
RGB Variations
Color information
#E97966 (or 0xE97966) is known color: Terra Cotta. HEX triplet: E9, 79 and 66. RGB value is (233,121,102). Sum of RGB (Red+Green+Blue) = 233+121+102=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E97966 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97966 is #168699. Grayscale: #989898. Windows color (decimal): -1476250 or 6715881. OLE color: 6715881.
HSL color Cylindrical-coordinate representation of color #E97966: hue angle of 8.7º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E97966 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 121 | 102 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.09 |
| HSL | 8.7º | 0.75% | 0.66% | - |
| HSV(B) | 8.7º | 0.56% | 0.91% | - |
| XYZ | 42.84 | 31.96 | 16.48 | - |
| YUV | 152.32 | 99.61 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 121 | 102 | 0 | 0.48 | 0.56 | 0.09 | 8.7 | 0.75 | 0.66 |
| Hex | E9 | 79 | 66 | 0 | 30 | 38 | 9 | 9 | 4B | 42 |
| Octal | 351 | 171 | 146 | 0 | 60 | 70 | 11 | 11 | 113 | 102 |
| Binary | 11101001 | 1111001 | 1100110 | 0 | 110000 | 111000 | 1001 | 1001 | 1001011 | 1000010 |
Color Harmonies of #E97966
Complementary color
Monochromatic Colors of #E97966
Black with #E97966
Text Example
Text Example
White with #E97966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97966; }
p { color: rgb(233,121,102); }
H1.HeaderClassName
{
color: #E97966;
}
.AnyTagClassName
{
color: #E97966;
}
</style>
background-color css
<style>
a { background-color: #E97966; }
a { background-color: rgb(233,121,102); }
div.DivClassName
{
background-color: #E97966;
}
.BgClassName
{
background-color: #E97966;
}
</style>
border-color css
<style>
span { border-color: #E97966; }
span { border-color: rgb(233,121,102); }
td.TdClassName
{
border-color: #E97966;
}
.TagClassName
{
border-color: #E97966;
}
</style>