Shades of Terra Cotta #E3765E
Tints of Terra Cotta #E3765E
RGB
CMYK
RGB Variations
Color information
#E3765E (or 0xE3765E) is known color: Terra Cotta. HEX triplet: E3, 76 and 5E. RGB value is (227,118,94). Sum of RGB (Red+Green+Blue) = 227+118+94=439 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.71% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 227 - color contains mainly: red. Hex color #E3765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3765E is #1C89A1. Grayscale: #949494. Windows color (decimal): -1870242 or 6190819. OLE color: 6190819.
HSL color Cylindrical-coordinate representation of color #E3765E: hue angle of 10.83º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E3765E is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 118 | 94 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.11 |
| HSL | 10.83º | 0.7% | 0.63% | - |
| HSV(B) | 10.83º | 0.59% | 0.89% | - |
| XYZ | 40.18 | 30.1 | 14.28 | - |
| YUV | 147.86 | 97.61 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 118 | 94 | 0 | 0.48 | 0.59 | 0.11 | 10.83 | 0.7 | 0.63 |
| Hex | E3 | 76 | 5E | 0 | 30 | 3B | B | B | 46 | 3F |
| Octal | 343 | 166 | 136 | 0 | 60 | 73 | 13 | 13 | 106 | 77 |
| Binary | 11100011 | 1110110 | 1011110 | 0 | 110000 | 111011 | 1011 | 1011 | 1000110 | 111111 |
Color Harmonies of #E3765E
Complementary color
Monochromatic Colors of #E3765E
Black with #E3765E
Text Example
Text Example
White with #E3765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3765E; }
p { color: rgb(227,118,94); }
H1.HeaderClassName
{
color: #E3765E;
}
.AnyTagClassName
{
color: #E3765E;
}
</style>
background-color css
<style>
a { background-color: #E3765E; }
a { background-color: rgb(227,118,94); }
div.DivClassName
{
background-color: #E3765E;
}
.BgClassName
{
background-color: #E3765E;
}
</style>
border-color css
<style>
span { border-color: #E3765E; }
span { border-color: rgb(227,118,94); }
td.TdClassName
{
border-color: #E3765E;
}
.TagClassName
{
border-color: #E3765E;
}
</style>