Shades of Terra Cotta #EE705D
Tints of Terra Cotta #EE705D
RGB
CMYK
RGB Variations
Color information
#EE705D (or 0xEE705D) is known color: Terra Cotta. HEX triplet: EE, 70 and 5D. RGB value is (238,112,93). Sum of RGB (Red+Green+Blue) = 238+112+93=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE705D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE705D is #118FA2. Grayscale: #939393. Windows color (decimal): -1150883 or 6123758. OLE color: 6123758.
HSL color Cylindrical-coordinate representation of color #EE705D: hue angle of 7.86º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE705D is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 93 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.07 |
| HSL | 7.86º | 0.81% | 0.65% | - |
| HSV(B) | 7.86º | 0.61% | 0.93% | - |
| XYZ | 43.03 | 30.56 | 13.99 | - |
| YUV | 147.51 | 97.24 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 93 | 0 | 0.53 | 0.61 | 0.07 | 7.86 | 0.81 | 0.65 |
| Hex | EE | 70 | 5D | 0 | 35 | 3D | 7 | 8 | 51 | 41 |
| Octal | 356 | 160 | 135 | 0 | 65 | 75 | 7 | 10 | 121 | 101 |
| Binary | 11101110 | 1110000 | 1011101 | 0 | 110101 | 111101 | 111 | 1000 | 1010001 | 1000001 |
Color Harmonies of #EE705D
Complementary color
Monochromatic Colors of #EE705D
Black with #EE705D
Text Example
Text Example
White with #EE705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE705D; }
p { color: rgb(238,112,93); }
H1.HeaderClassName
{
color: #EE705D;
}
.AnyTagClassName
{
color: #EE705D;
}
</style>
background-color css
<style>
a { background-color: #EE705D; }
a { background-color: rgb(238,112,93); }
div.DivClassName
{
background-color: #EE705D;
}
.BgClassName
{
background-color: #EE705D;
}
</style>
border-color css
<style>
span { border-color: #EE705D; }
span { border-color: rgb(238,112,93); }
td.TdClassName
{
border-color: #EE705D;
}
.TagClassName
{
border-color: #EE705D;
}
</style>