Shades of Terra Cotta #E37A64
Tints of Terra Cotta #E37A64
RGB
CMYK
RGB Variations
Color information
#E37A64 (or 0xE37A64) is known color: Terra Cotta. HEX triplet: E3, 7A and 64. RGB value is (227,122,100). Sum of RGB (Red+Green+Blue) = 227+122+100=449 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.56% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 227 - color contains mainly: red. Hex color #E37A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37A64 is #1C859B. Grayscale: #979797. Windows color (decimal): -1869212 or 6585059. OLE color: 6585059.
HSL color Cylindrical-coordinate representation of color #E37A64: hue angle of 10.39º 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 #E37A64 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 122 | 100 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.11 |
| HSL | 10.39º | 0.69% | 0.64% | - |
| HSV(B) | 10.39º | 0.56% | 0.89% | - |
| XYZ | 40.94 | 31.17 | 15.92 | - |
| YUV | 150.89 | 99.29 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 122 | 100 | 0 | 0.46 | 0.56 | 0.11 | 10.39 | 0.69 | 0.64 |
| Hex | E3 | 7A | 64 | 0 | 2E | 38 | B | A | 45 | 40 |
| Octal | 343 | 172 | 144 | 0 | 56 | 70 | 13 | 12 | 105 | 100 |
| Binary | 11100011 | 1111010 | 1100100 | 0 | 101110 | 111000 | 1011 | 1010 | 1000101 | 1000000 |
Color Harmonies of #E37A64
Complementary color
Monochromatic Colors of #E37A64
Black with #E37A64
Text Example
Text Example
White with #E37A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37A64; }
p { color: rgb(227,122,100); }
H1.HeaderClassName
{
color: #E37A64;
}
.AnyTagClassName
{
color: #E37A64;
}
</style>
background-color css
<style>
a { background-color: #E37A64; }
a { background-color: rgb(227,122,100); }
div.DivClassName
{
background-color: #E37A64;
}
.BgClassName
{
background-color: #E37A64;
}
</style>
border-color css
<style>
span { border-color: #E37A64; }
span { border-color: rgb(227,122,100); }
td.TdClassName
{
border-color: #E37A64;
}
.TagClassName
{
border-color: #E37A64;
}
</style>