Shades of Terra Cotta #E97F66
Tints of Terra Cotta #E97F66
RGB
CMYK
RGB Variations
Color information
#E97F66 (or 0xE97F66) is known color: Terra Cotta. HEX triplet: E9, 7F and 66. RGB value is (233,127,102). Sum of RGB (Red+Green+Blue) = 233+127+102=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E97F66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97F66 is #168099. Grayscale: #9C9C9C. Windows color (decimal): -1474714 or 6717417. OLE color: 6717417.
HSL color Cylindrical-coordinate representation of color #E97F66: hue angle of 11.45º 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 #E97F66 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 127 | 102 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.09 |
| HSL | 11.45º | 0.75% | 0.66% | - |
| HSV(B) | 11.45º | 0.56% | 0.91% | - |
| XYZ | 43.59 | 33.46 | 16.73 | - |
| YUV | 155.84 | 97.62 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 127 | 102 | 0 | 0.45 | 0.56 | 0.09 | 11.45 | 0.75 | 0.66 |
| Hex | E9 | 7F | 66 | 0 | 2D | 38 | 9 | B | 4B | 42 |
| Octal | 351 | 177 | 146 | 0 | 55 | 70 | 11 | 13 | 113 | 102 |
| Binary | 11101001 | 1111111 | 1100110 | 0 | 101101 | 111000 | 1001 | 1011 | 1001011 | 1000010 |
Color Harmonies of #E97F66
Complementary color
Monochromatic Colors of #E97F66
Black with #E97F66
Text Example
Text Example
White with #E97F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97F66; }
p { color: rgb(233,127,102); }
H1.HeaderClassName
{
color: #E97F66;
}
.AnyTagClassName
{
color: #E97F66;
}
</style>
background-color css
<style>
a { background-color: #E97F66; }
a { background-color: rgb(233,127,102); }
div.DivClassName
{
background-color: #E97F66;
}
.BgClassName
{
background-color: #E97F66;
}
</style>
border-color css
<style>
span { border-color: #E97F66; }
span { border-color: rgb(233,127,102); }
td.TdClassName
{
border-color: #E97F66;
}
.TagClassName
{
border-color: #E97F66;
}
</style>