Shades of Terra Cotta #E67161
Tints of Terra Cotta #E67161
RGB
CMYK
RGB Variations
Color information
#E67161 (or 0xE67161) is known color: Terra Cotta. HEX triplet: E6, 71 and 61. RGB value is (230,113,97). Sum of RGB (Red+Green+Blue) = 230+113+97=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E67161 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67161 is #198E9E. Grayscale: #929292. Windows color (decimal): -1674911 or 6386150. OLE color: 6386150.
HSL color Cylindrical-coordinate representation of color #E67161: hue angle of 7.22º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E67161 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 97 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.10 |
| HSL | 7.22º | 0.73% | 0.64% | - |
| HSV(B) | 7.22º | 0.58% | 0.9% | - |
| XYZ | 40.7 | 29.5 | 14.86 | - |
| YUV | 146.16 | 100.26 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 97 | 0 | 0.51 | 0.58 | 0.10 | 7.22 | 0.73 | 0.64 |
| Hex | E6 | 71 | 61 | 0 | 33 | 3A | A | 7 | 49 | 40 |
| Octal | 346 | 161 | 141 | 0 | 63 | 72 | 12 | 7 | 111 | 100 |
| Binary | 11100110 | 1110001 | 1100001 | 0 | 110011 | 111010 | 1010 | 111 | 1001001 | 1000000 |
Color Harmonies of #E67161
Complementary color
Monochromatic Colors of #E67161
Black with #E67161
Text Example
Text Example
White with #E67161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67161; }
p { color: rgb(230,113,97); }
H1.HeaderClassName
{
color: #E67161;
}
.AnyTagClassName
{
color: #E67161;
}
</style>
background-color css
<style>
a { background-color: #E67161; }
a { background-color: rgb(230,113,97); }
div.DivClassName
{
background-color: #E67161;
}
.BgClassName
{
background-color: #E67161;
}
</style>
border-color css
<style>
span { border-color: #E67161; }
span { border-color: rgb(230,113,97); }
td.TdClassName
{
border-color: #E67161;
}
.TagClassName
{
border-color: #E67161;
}
</style>