Shades of Terra Cotta #E67060
Tints of Terra Cotta #E67060
RGB
CMYK
RGB Variations
Color information
#E67060 (or 0xE67060) is known color: Terra Cotta. HEX triplet: E6, 70 and 60. RGB value is (230,112,96). Sum of RGB (Red+Green+Blue) = 230+112+96=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E67060 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67060 is #198F9F. Grayscale: #919191. Windows color (decimal): -1675168 or 6320358. OLE color: 6320358.
HSL color Cylindrical-coordinate representation of color #E67060: hue angle of 7.16º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E67060 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 96 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.10 |
| HSL | 7.16º | 0.73% | 0.64% | - |
| HSV(B) | 7.16º | 0.58% | 0.9% | - |
| XYZ | 40.54 | 29.26 | 14.58 | - |
| YUV | 145.46 | 100.09 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 96 | 0 | 0.51 | 0.58 | 0.10 | 7.16 | 0.73 | 0.64 |
| Hex | E6 | 70 | 60 | 0 | 33 | 3A | A | 7 | 49 | 40 |
| Octal | 346 | 160 | 140 | 0 | 63 | 72 | 12 | 7 | 111 | 100 |
| Binary | 11100110 | 1110000 | 1100000 | 0 | 110011 | 111010 | 1010 | 111 | 1001001 | 1000000 |
Color Harmonies of #E67060
Complementary color
Monochromatic Colors of #E67060
Black with #E67060
Text Example
Text Example
White with #E67060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67060; }
p { color: rgb(230,112,96); }
H1.HeaderClassName
{
color: #E67060;
}
.AnyTagClassName
{
color: #E67060;
}
</style>
background-color css
<style>
a { background-color: #E67060; }
a { background-color: rgb(230,112,96); }
div.DivClassName
{
background-color: #E67060;
}
.BgClassName
{
background-color: #E67060;
}
</style>
border-color css
<style>
span { border-color: #E67060; }
span { border-color: rgb(230,112,96); }
td.TdClassName
{
border-color: #E67060;
}
.TagClassName
{
border-color: #E67060;
}
</style>