Shades of Terra Cotta #E37D65
Tints of Terra Cotta #E37D65
RGB
CMYK
RGB Variations
Color information
#E37D65 (or 0xE37D65) is known color: Terra Cotta. HEX triplet: E3, 7D and 65. RGB value is (227,125,101). Sum of RGB (Red+Green+Blue) = 227+125+101=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E37D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37D65 is #1C829A. Grayscale: #989898. Windows color (decimal): -1868443 or 6651363. OLE color: 6651363.
HSL color Cylindrical-coordinate representation of color #E37D65: hue angle of 11.43º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E37D65 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 125 | 101 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.11 |
| HSL | 11.43º | 0.69% | 0.64% | - |
| HSV(B) | 11.43º | 0.56% | 0.89% | - |
| XYZ | 41.36 | 31.94 | 16.3 | - |
| YUV | 152.76 | 98.79 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 125 | 101 | 0 | 0.45 | 0.56 | 0.11 | 11.43 | 0.69 | 0.64 |
| Hex | E3 | 7D | 65 | 0 | 2D | 38 | B | B | 45 | 40 |
| Octal | 343 | 175 | 145 | 0 | 55 | 70 | 13 | 13 | 105 | 100 |
| Binary | 11100011 | 1111101 | 1100101 | 0 | 101101 | 111000 | 1011 | 1011 | 1000101 | 1000000 |
Color Harmonies of #E37D65
Complementary color
Monochromatic Colors of #E37D65
Black with #E37D65
Text Example
Text Example
White with #E37D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37D65; }
p { color: rgb(227,125,101); }
H1.HeaderClassName
{
color: #E37D65;
}
.AnyTagClassName
{
color: #E37D65;
}
</style>
background-color css
<style>
a { background-color: #E37D65; }
a { background-color: rgb(227,125,101); }
div.DivClassName
{
background-color: #E37D65;
}
.BgClassName
{
background-color: #E37D65;
}
</style>
border-color css
<style>
span { border-color: #E37D65; }
span { border-color: rgb(227,125,101); }
td.TdClassName
{
border-color: #E37D65;
}
.TagClassName
{
border-color: #E37D65;
}
</style>