Shades of Terra Cotta #EA715D
Tints of Terra Cotta #EA715D
RGB
CMYK
RGB Variations
Color information
#EA715D (or 0xEA715D) is known color: Terra Cotta. HEX triplet: EA, 71 and 5D. RGB value is (234,113,93). Sum of RGB (Red+Green+Blue) = 234+113+93=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA715D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA715D is #158EA2. Grayscale: #939393. Windows color (decimal): -1412771 or 6124010. OLE color: 6124010.
HSL color Cylindrical-coordinate representation of color #EA715D: hue angle of 8.51º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA715D is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 113 | 93 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.08 |
| HSL | 8.51º | 0.77% | 0.64% | - |
| HSV(B) | 8.51º | 0.6% | 0.92% | - |
| XYZ | 41.81 | 30.09 | 13.96 | - |
| YUV | 146.9 | 97.59 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 113 | 93 | 0 | 0.52 | 0.60 | 0.08 | 8.51 | 0.77 | 0.64 |
| Hex | EA | 71 | 5D | 0 | 34 | 3C | 8 | 9 | 4D | 40 |
| Octal | 352 | 161 | 135 | 0 | 64 | 74 | 10 | 11 | 115 | 100 |
| Binary | 11101010 | 1110001 | 1011101 | 0 | 110100 | 111100 | 1000 | 1001 | 1001101 | 1000000 |
Color Harmonies of #EA715D
Complementary color
Monochromatic Colors of #EA715D
Black with #EA715D
Text Example
Text Example
White with #EA715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA715D; }
p { color: rgb(234,113,93); }
H1.HeaderClassName
{
color: #EA715D;
}
.AnyTagClassName
{
color: #EA715D;
}
</style>
background-color css
<style>
a { background-color: #EA715D; }
a { background-color: rgb(234,113,93); }
div.DivClassName
{
background-color: #EA715D;
}
.BgClassName
{
background-color: #EA715D;
}
</style>
border-color css
<style>
span { border-color: #EA715D; }
span { border-color: rgb(234,113,93); }
td.TdClassName
{
border-color: #EA715D;
}
.TagClassName
{
border-color: #EA715D;
}
</style>