Shades of Terra Cotta #E67364
Tints of Terra Cotta #E67364
RGB
CMYK
RGB Variations
Color information
#E67364 (or 0xE67364) is known color: Terra Cotta. HEX triplet: E6, 73 and 64. RGB value is (230,115,100). Sum of RGB (Red+Green+Blue) = 230+115+100=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E67364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67364 is #198C9B. Grayscale: #939393. Windows color (decimal): -1674396 or 6583270. OLE color: 6583270.
HSL color Cylindrical-coordinate representation of color #E67364: hue angle of 6.92º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E67364 is Cyan = 0, Magento = 0.5, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 115 | 100 | - |
| CMYK | 0 | 0.5 | 0.57 | 0.10 |
| HSL | 6.92º | 0.72% | 0.65% | - |
| HSV(B) | 6.92º | 0.57% | 0.9% | - |
| XYZ | 41.06 | 30 | 15.68 | - |
| YUV | 147.68 | 101.1 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 115 | 100 | 0 | 0.5 | 0.57 | 0.10 | 6.92 | 0.72 | 0.65 |
| Hex | E6 | 73 | 64 | 0 | 32 | 39 | A | 7 | 48 | 41 |
| Octal | 346 | 163 | 144 | 0 | 62 | 71 | 12 | 7 | 110 | 101 |
| Binary | 11100110 | 1110011 | 1100100 | 0 | 110010 | 111001 | 1010 | 111 | 1001000 | 1000001 |
Color Harmonies of #E67364
Complementary color
Monochromatic Colors of #E67364
Black with #E67364
Text Example
Text Example
White with #E67364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67364; }
p { color: rgb(230,115,100); }
H1.HeaderClassName
{
color: #E67364;
}
.AnyTagClassName
{
color: #E67364;
}
</style>
background-color css
<style>
a { background-color: #E67364; }
a { background-color: rgb(230,115,100); }
div.DivClassName
{
background-color: #E67364;
}
.BgClassName
{
background-color: #E67364;
}
</style>
border-color css
<style>
span { border-color: #E67364; }
span { border-color: rgb(230,115,100); }
td.TdClassName
{
border-color: #E67364;
}
.TagClassName
{
border-color: #E67364;
}
</style>