Shades of Terra Cotta #E3785A
Tints of Terra Cotta #E3785A
RGB
CMYK
RGB Variations
Color information
#E3785A (or 0xE3785A) is known color: Terra Cotta. HEX triplet: E3, 78 and 5A. RGB value is (227,120,90). Sum of RGB (Red+Green+Blue) = 227+120+90=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E3785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3785A is #1C87A5. Grayscale: #949494. Windows color (decimal): -1869734 or 5929187. OLE color: 5929187.
HSL color Cylindrical-coordinate representation of color #E3785A: hue angle of 13.14º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E3785A is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 120 | 90 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.11 |
| HSL | 13.14º | 0.71% | 0.62% | - |
| HSV(B) | 13.14º | 0.6% | 0.89% | - |
| XYZ | 40.24 | 30.5 | 13.44 | - |
| YUV | 148.57 | 94.95 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 120 | 90 | 0 | 0.47 | 0.60 | 0.11 | 13.14 | 0.71 | 0.62 |
| Hex | E3 | 78 | 5A | 0 | 2F | 3C | B | D | 47 | 3E |
| Octal | 343 | 170 | 132 | 0 | 57 | 74 | 13 | 15 | 107 | 76 |
| Binary | 11100011 | 1111000 | 1011010 | 0 | 101111 | 111100 | 1011 | 1101 | 1000111 | 111110 |
Color Harmonies of #E3785A
Complementary color
Monochromatic Colors of #E3785A
Black with #E3785A
Text Example
Text Example
White with #E3785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3785A; }
p { color: rgb(227,120,90); }
H1.HeaderClassName
{
color: #E3785A;
}
.AnyTagClassName
{
color: #E3785A;
}
</style>
background-color css
<style>
a { background-color: #E3785A; }
a { background-color: rgb(227,120,90); }
div.DivClassName
{
background-color: #E3785A;
}
.BgClassName
{
background-color: #E3785A;
}
</style>
border-color css
<style>
span { border-color: #E3785A; }
span { border-color: rgb(227,120,90); }
td.TdClassName
{
border-color: #E3785A;
}
.TagClassName
{
border-color: #E3785A;
}
</style>