Shades of Terra Cotta #EB705D
Tints of Terra Cotta #EB705D
RGB
CMYK
RGB Variations
Color information
#EB705D (or 0xEB705D) is known color: Terra Cotta. HEX triplet: EB, 70 and 5D. RGB value is (235,112,93). Sum of RGB (Red+Green+Blue) = 235+112+93=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB705D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB705D is #148FA2. Grayscale: #929292. Windows color (decimal): -1347491 or 6123755. OLE color: 6123755.
HSL color Cylindrical-coordinate representation of color #EB705D: hue angle of 8.03º degrees, saturation: 0.78, 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 #EB705D is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 112 | 93 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.08 |
| HSL | 8.03º | 0.78% | 0.64% | - |
| HSV(B) | 8.03º | 0.6% | 0.92% | - |
| XYZ | 42.03 | 30.04 | 13.94 | - |
| YUV | 146.61 | 97.75 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 112 | 93 | 0 | 0.52 | 0.60 | 0.08 | 8.03 | 0.78 | 0.64 |
| Hex | EB | 70 | 5D | 0 | 34 | 3C | 8 | 8 | 4E | 40 |
| Octal | 353 | 160 | 135 | 0 | 64 | 74 | 10 | 10 | 116 | 100 |
| Binary | 11101011 | 1110000 | 1011101 | 0 | 110100 | 111100 | 1000 | 1000 | 1001110 | 1000000 |
Color Harmonies of #EB705D
Complementary color
Monochromatic Colors of #EB705D
Black with #EB705D
Text Example
Text Example
White with #EB705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB705D; }
p { color: rgb(235,112,93); }
H1.HeaderClassName
{
color: #EB705D;
}
.AnyTagClassName
{
color: #EB705D;
}
</style>
background-color css
<style>
a { background-color: #EB705D; }
a { background-color: rgb(235,112,93); }
div.DivClassName
{
background-color: #EB705D;
}
.BgClassName
{
background-color: #EB705D;
}
</style>
border-color css
<style>
span { border-color: #EB705D; }
span { border-color: rgb(235,112,93); }
td.TdClassName
{
border-color: #EB705D;
}
.TagClassName
{
border-color: #EB705D;
}
</style>