Shades of Terra Cotta #E37D60
Tints of Terra Cotta #E37D60
RGB
CMYK
RGB Variations
Color information
#E37D60 (or 0xE37D60) is known color: Terra Cotta. HEX triplet: E3, 7D and 60. RGB value is (227,125,96). Sum of RGB (Red+Green+Blue) = 227+125+96=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E37D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37D60 is #1C829F. Grayscale: #989898. Windows color (decimal): -1868448 or 6323683. OLE color: 6323683.
HSL color Cylindrical-coordinate representation of color #E37D60: hue angle of 13.28º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E37D60 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 125 | 96 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.11 |
| HSL | 13.28º | 0.7% | 0.63% | - |
| HSV(B) | 13.28º | 0.58% | 0.89% | - |
| XYZ | 41.12 | 31.84 | 15.05 | - |
| YUV | 152.19 | 96.29 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 125 | 96 | 0 | 0.45 | 0.58 | 0.11 | 13.28 | 0.7 | 0.63 |
| Hex | E3 | 7D | 60 | 0 | 2D | 3A | B | D | 46 | 3F |
| Octal | 343 | 175 | 140 | 0 | 55 | 72 | 13 | 15 | 106 | 77 |
| Binary | 11100011 | 1111101 | 1100000 | 0 | 101101 | 111010 | 1011 | 1101 | 1000110 | 111111 |
Color Harmonies of #E37D60
Complementary color
Monochromatic Colors of #E37D60
Black with #E37D60
Text Example
Text Example
White with #E37D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37D60; }
p { color: rgb(227,125,96); }
H1.HeaderClassName
{
color: #E37D60;
}
.AnyTagClassName
{
color: #E37D60;
}
</style>
background-color css
<style>
a { background-color: #E37D60; }
a { background-color: rgb(227,125,96); }
div.DivClassName
{
background-color: #E37D60;
}
.BgClassName
{
background-color: #E37D60;
}
</style>
border-color css
<style>
span { border-color: #E37D60; }
span { border-color: rgb(227,125,96); }
td.TdClassName
{
border-color: #E37D60;
}
.TagClassName
{
border-color: #E37D60;
}
</style>