Shades of Terra Cotta #E3765B
Tints of Terra Cotta #E3765B
RGB
CMYK
RGB Variations
Color information
#E3765B (or 0xE3765B) is known color: Terra Cotta. HEX triplet: E3, 76 and 5B. RGB value is (227,118,91). Sum of RGB (Red+Green+Blue) = 227+118+91=436 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.06% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 227 - color contains mainly: red. Hex color #E3765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3765B is #1C89A4. Grayscale: #939393. Windows color (decimal): -1870245 or 5994211. OLE color: 5994211.
HSL color Cylindrical-coordinate representation of color #E3765B: hue angle of 11.91º 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 #E3765B is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 118 | 91 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.11 |
| HSL | 11.91º | 0.71% | 0.62% | - |
| HSV(B) | 11.91º | 0.6% | 0.89% | - |
| XYZ | 40.05 | 30.04 | 13.59 | - |
| YUV | 147.51 | 96.11 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 118 | 91 | 0 | 0.48 | 0.60 | 0.11 | 11.91 | 0.71 | 0.62 |
| Hex | E3 | 76 | 5B | 0 | 30 | 3C | B | C | 47 | 3E |
| Octal | 343 | 166 | 133 | 0 | 60 | 74 | 13 | 14 | 107 | 76 |
| Binary | 11100011 | 1110110 | 1011011 | 0 | 110000 | 111100 | 1011 | 1100 | 1000111 | 111110 |
Color Harmonies of #E3765B
Complementary color
Monochromatic Colors of #E3765B
Black with #E3765B
Text Example
Text Example
White with #E3765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3765B; }
p { color: rgb(227,118,91); }
H1.HeaderClassName
{
color: #E3765B;
}
.AnyTagClassName
{
color: #E3765B;
}
</style>
background-color css
<style>
a { background-color: #E3765B; }
a { background-color: rgb(227,118,91); }
div.DivClassName
{
background-color: #E3765B;
}
.BgClassName
{
background-color: #E3765B;
}
</style>
border-color css
<style>
span { border-color: #E3765B; }
span { border-color: rgb(227,118,91); }
td.TdClassName
{
border-color: #E3765B;
}
.TagClassName
{
border-color: #E3765B;
}
</style>