Shades of Terra Cotta #EE7060
Tints of Terra Cotta #EE7060
RGB
CMYK
RGB Variations
Color information
#EE7060 (or 0xEE7060) is known color: Terra Cotta. HEX triplet: EE, 70 and 60. RGB value is (238,112,96). Sum of RGB (Red+Green+Blue) = 238+112+96=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7060 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7060 is #118F9F. Grayscale: #949494. Windows color (decimal): -1150880 or 6320366. OLE color: 6320366.
HSL color Cylindrical-coordinate representation of color #EE7060: hue angle of 6.76º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE7060 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 96 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.07 |
| HSL | 6.76º | 0.81% | 0.65% | - |
| HSV(B) | 6.76º | 0.6% | 0.93% | - |
| XYZ | 43.17 | 30.61 | 14.7 | - |
| YUV | 147.85 | 98.74 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 96 | 0 | 0.53 | 0.60 | 0.07 | 6.76 | 0.81 | 0.65 |
| Hex | EE | 70 | 60 | 0 | 35 | 3C | 7 | 7 | 51 | 41 |
| Octal | 356 | 160 | 140 | 0 | 65 | 74 | 7 | 7 | 121 | 101 |
| Binary | 11101110 | 1110000 | 1100000 | 0 | 110101 | 111100 | 111 | 111 | 1010001 | 1000001 |
Color Harmonies of #EE7060
Complementary color
Monochromatic Colors of #EE7060
Black with #EE7060
Text Example
Text Example
White with #EE7060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7060; }
p { color: rgb(238,112,96); }
H1.HeaderClassName
{
color: #EE7060;
}
.AnyTagClassName
{
color: #EE7060;
}
</style>
background-color css
<style>
a { background-color: #EE7060; }
a { background-color: rgb(238,112,96); }
div.DivClassName
{
background-color: #EE7060;
}
.BgClassName
{
background-color: #EE7060;
}
</style>
border-color css
<style>
span { border-color: #EE7060; }
span { border-color: rgb(238,112,96); }
td.TdClassName
{
border-color: #EE7060;
}
.TagClassName
{
border-color: #EE7060;
}
</style>