Shades of Terra Cotta #E2785B
Tints of Terra Cotta #E2785B
RGB
CMYK
RGB Variations
Color information
#E2785B (or 0xE2785B) is known color: Terra Cotta. HEX triplet: E2, 78 and 5B. RGB value is (226,120,91). Sum of RGB (Red+Green+Blue) = 226+120+91=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E2785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2785B is #1D87A4. Grayscale: #949494. Windows color (decimal): -1935269 or 5994722. OLE color: 5994722.
HSL color Cylindrical-coordinate representation of color #E2785B: hue angle of 12.89º degrees, saturation: 0.7, 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 #E2785B is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 120 | 91 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.11 |
| HSL | 12.89º | 0.7% | 0.62% | - |
| HSV(B) | 12.89º | 0.6% | 0.89% | - |
| XYZ | 39.97 | 30.36 | 13.65 | - |
| YUV | 148.39 | 95.62 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 120 | 91 | 0 | 0.47 | 0.60 | 0.11 | 12.89 | 0.7 | 0.62 |
| Hex | E2 | 78 | 5B | 0 | 2F | 3C | B | D | 46 | 3E |
| Octal | 342 | 170 | 133 | 0 | 57 | 74 | 13 | 15 | 106 | 76 |
| Binary | 11100010 | 1111000 | 1011011 | 0 | 101111 | 111100 | 1011 | 1101 | 1000110 | 111110 |
Color Harmonies of #E2785B
Complementary color
Monochromatic Colors of #E2785B
Black with #E2785B
Text Example
Text Example
White with #E2785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2785B; }
p { color: rgb(226,120,91); }
H1.HeaderClassName
{
color: #E2785B;
}
.AnyTagClassName
{
color: #E2785B;
}
</style>
background-color css
<style>
a { background-color: #E2785B; }
a { background-color: rgb(226,120,91); }
div.DivClassName
{
background-color: #E2785B;
}
.BgClassName
{
background-color: #E2785B;
}
</style>
border-color css
<style>
span { border-color: #E2785B; }
span { border-color: rgb(226,120,91); }
td.TdClassName
{
border-color: #E2785B;
}
.TagClassName
{
border-color: #E2785B;
}
</style>