Shades of Terra Cotta #EB705E
Tints of Terra Cotta #EB705E
RGB
CMYK
RGB Variations
Color information
#EB705E (or 0xEB705E) is known color: Terra Cotta. HEX triplet: EB, 70 and 5E. RGB value is (235,112,94). Sum of RGB (Red+Green+Blue) = 235+112+94=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EB705E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB705E is #148FA1. Grayscale: #929292. Windows color (decimal): -1347490 or 6189291. OLE color: 6189291.
HSL color Cylindrical-coordinate representation of color #EB705E: hue angle of 7.66º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB705E is Cyan = 0, Magento = 0.52, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 112 | 94 | - |
| CMYK | 0 | 0.52 | 0.6 | 0.08 |
| HSL | 7.66º | 0.78% | 0.65% | - |
| HSV(B) | 7.66º | 0.6% | 0.92% | - |
| XYZ | 42.08 | 30.06 | 14.17 | - |
| YUV | 146.73 | 98.25 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 112 | 94 | 0 | 0.52 | 0.6 | 0.08 | 7.66 | 0.78 | 0.65 |
| Hex | EB | 70 | 5E | 0 | 34 | 3C | 8 | 8 | 4E | 41 |
| Octal | 353 | 160 | 136 | 0 | 64 | 74 | 10 | 10 | 116 | 101 |
| Binary | 11101011 | 1110000 | 1011110 | 0 | 110100 | 111100 | 1000 | 1000 | 1001110 | 1000001 |
Color Harmonies of #EB705E
Complementary color
Monochromatic Colors of #EB705E
Black with #EB705E
Text Example
Text Example
White with #EB705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB705E; }
p { color: rgb(235,112,94); }
H1.HeaderClassName
{
color: #EB705E;
}
.AnyTagClassName
{
color: #EB705E;
}
</style>
background-color css
<style>
a { background-color: #EB705E; }
a { background-color: rgb(235,112,94); }
div.DivClassName
{
background-color: #EB705E;
}
.BgClassName
{
background-color: #EB705E;
}
</style>
border-color css
<style>
span { border-color: #EB705E; }
span { border-color: rgb(235,112,94); }
td.TdClassName
{
border-color: #EB705E;
}
.TagClassName
{
border-color: #EB705E;
}
</style>