Shades of Terra Cotta #E9785C
Tints of Terra Cotta #E9785C
RGB
CMYK
RGB Variations
Color information
#E9785C (or 0xE9785C) is known color: Terra Cotta. HEX triplet: E9, 78 and 5C. RGB value is (233,120,92). Sum of RGB (Red+Green+Blue) = 233+120+92=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E9785C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9785C is #1687A3. Grayscale: #969696. Windows color (decimal): -1476516 or 6060265. OLE color: 6060265.
HSL color Cylindrical-coordinate representation of color #E9785C: hue angle of 11.91º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9785C is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 120 | 92 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.09 |
| HSL | 11.91º | 0.76% | 0.64% | - |
| HSV(B) | 11.91º | 0.61% | 0.91% | - |
| XYZ | 42.25 | 31.53 | 13.98 | - |
| YUV | 150.6 | 94.94 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 92 | 0 | 0.48 | 0.61 | 0.09 | 11.91 | 0.76 | 0.64 |
| Hex | E9 | 78 | 5C | 0 | 30 | 3D | 9 | C | 4C | 40 |
| Octal | 351 | 170 | 134 | 0 | 60 | 75 | 11 | 14 | 114 | 100 |
| Binary | 11101001 | 1111000 | 1011100 | 0 | 110000 | 111101 | 1001 | 1100 | 1001100 | 1000000 |
Color Harmonies of #E9785C
Complementary color
Monochromatic Colors of #E9785C
Black with #E9785C
Text Example
Text Example
White with #E9785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9785C; }
p { color: rgb(233,120,92); }
H1.HeaderClassName
{
color: #E9785C;
}
.AnyTagClassName
{
color: #E9785C;
}
</style>
background-color css
<style>
a { background-color: #E9785C; }
a { background-color: rgb(233,120,92); }
div.DivClassName
{
background-color: #E9785C;
}
.BgClassName
{
background-color: #E9785C;
}
</style>
border-color css
<style>
span { border-color: #E9785C; }
span { border-color: rgb(233,120,92); }
td.TdClassName
{
border-color: #E9785C;
}
.TagClassName
{
border-color: #E9785C;
}
</style>