Shades of Terra Cotta #E6785E
Tints of Terra Cotta #E6785E
RGB
CMYK
RGB Variations
Color information
#E6785E (or 0xE6785E) is known color: Terra Cotta. HEX triplet: E6, 78 and 5E. RGB value is (230,120,94). Sum of RGB (Red+Green+Blue) = 230+120+94=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E6785E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6785E is #1987A1. Grayscale: #969696. Windows color (decimal): -1673122 or 6191334. OLE color: 6191334.
HSL color Cylindrical-coordinate representation of color #E6785E: hue angle of 11.47º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6785E is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 120 | 94 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.10 |
| HSL | 11.47º | 0.73% | 0.64% | - |
| HSV(B) | 11.47º | 0.59% | 0.9% | - |
| XYZ | 41.37 | 31.06 | 14.41 | - |
| YUV | 149.93 | 96.44 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 120 | 94 | 0 | 0.48 | 0.59 | 0.10 | 11.47 | 0.73 | 0.64 |
| Hex | E6 | 78 | 5E | 0 | 30 | 3B | A | B | 49 | 40 |
| Octal | 346 | 170 | 136 | 0 | 60 | 73 | 12 | 13 | 111 | 100 |
| Binary | 11100110 | 1111000 | 1011110 | 0 | 110000 | 111011 | 1010 | 1011 | 1001001 | 1000000 |
Color Harmonies of #E6785E
Complementary color
Monochromatic Colors of #E6785E
Black with #E6785E
Text Example
Text Example
White with #E6785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6785E; }
p { color: rgb(230,120,94); }
H1.HeaderClassName
{
color: #E6785E;
}
.AnyTagClassName
{
color: #E6785E;
}
</style>
background-color css
<style>
a { background-color: #E6785E; }
a { background-color: rgb(230,120,94); }
div.DivClassName
{
background-color: #E6785E;
}
.BgClassName
{
background-color: #E6785E;
}
</style>
border-color css
<style>
span { border-color: #E6785E; }
span { border-color: rgb(230,120,94); }
td.TdClassName
{
border-color: #E6785E;
}
.TagClassName
{
border-color: #E6785E;
}
</style>