Shades of Terra Cotta #EA7163
Tints of Terra Cotta #EA7163
RGB
CMYK
RGB Variations
Color information
#EA7163 (or 0xEA7163) is known color: Terra Cotta. HEX triplet: EA, 71 and 63. RGB value is (234,113,99). Sum of RGB (Red+Green+Blue) = 234+113+99=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7163 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7163 is #158E9C. Grayscale: #939393. Windows color (decimal): -1412765 or 6517226. OLE color: 6517226.
HSL color Cylindrical-coordinate representation of color #EA7163: hue angle of 6.22º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA7163 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 113 | 99 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.08 |
| HSL | 6.22º | 0.76% | 0.65% | - |
| HSV(B) | 6.22º | 0.58% | 0.92% | - |
| XYZ | 42.09 | 30.2 | 15.42 | - |
| YUV | 147.58 | 100.59 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 113 | 99 | 0 | 0.52 | 0.58 | 0.08 | 6.22 | 0.76 | 0.65 |
| Hex | EA | 71 | 63 | 0 | 34 | 3A | 8 | 6 | 4C | 41 |
| Octal | 352 | 161 | 143 | 0 | 64 | 72 | 10 | 6 | 114 | 101 |
| Binary | 11101010 | 1110001 | 1100011 | 0 | 110100 | 111010 | 1000 | 110 | 1001100 | 1000001 |
Color Harmonies of #EA7163
Complementary color
Monochromatic Colors of #EA7163
Black with #EA7163
Text Example
Text Example
White with #EA7163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7163; }
p { color: rgb(234,113,99); }
H1.HeaderClassName
{
color: #EA7163;
}
.AnyTagClassName
{
color: #EA7163;
}
</style>
background-color css
<style>
a { background-color: #EA7163; }
a { background-color: rgb(234,113,99); }
div.DivClassName
{
background-color: #EA7163;
}
.BgClassName
{
background-color: #EA7163;
}
</style>
border-color css
<style>
span { border-color: #EA7163; }
span { border-color: rgb(234,113,99); }
td.TdClassName
{
border-color: #EA7163;
}
.TagClassName
{
border-color: #EA7163;
}
</style>