Shades of Terra Cotta #EA7061
Tints of Terra Cotta #EA7061
RGB
CMYK
RGB Variations
Color information
#EA7061 (or 0xEA7061) is known color: Terra Cotta. HEX triplet: EA, 70 and 61. RGB value is (234,112,97). Sum of RGB (Red+Green+Blue) = 234+112+97=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7061 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7061 is #158F9E. Grayscale: #929292. Windows color (decimal): -1413023 or 6385898. OLE color: 6385898.
HSL color Cylindrical-coordinate representation of color #EA7061: hue angle of 6.57º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA7061 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 112 | 97 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.08 |
| HSL | 6.57º | 0.77% | 0.65% | - |
| HSV(B) | 6.57º | 0.59% | 0.92% | - |
| XYZ | 41.88 | 29.94 | 14.88 | - |
| YUV | 146.77 | 99.92 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 112 | 97 | 0 | 0.52 | 0.59 | 0.08 | 6.57 | 0.77 | 0.65 |
| Hex | EA | 70 | 61 | 0 | 34 | 3B | 8 | 7 | 4D | 41 |
| Octal | 352 | 160 | 141 | 0 | 64 | 73 | 10 | 7 | 115 | 101 |
| Binary | 11101010 | 1110000 | 1100001 | 0 | 110100 | 111011 | 1000 | 111 | 1001101 | 1000001 |
Color Harmonies of #EA7061
Complementary color
Monochromatic Colors of #EA7061
Black with #EA7061
Text Example
Text Example
White with #EA7061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7061; }
p { color: rgb(234,112,97); }
H1.HeaderClassName
{
color: #EA7061;
}
.AnyTagClassName
{
color: #EA7061;
}
</style>
background-color css
<style>
a { background-color: #EA7061; }
a { background-color: rgb(234,112,97); }
div.DivClassName
{
background-color: #EA7061;
}
.BgClassName
{
background-color: #EA7061;
}
</style>
border-color css
<style>
span { border-color: #EA7061; }
span { border-color: rgb(234,112,97); }
td.TdClassName
{
border-color: #EA7061;
}
.TagClassName
{
border-color: #EA7061;
}
</style>