Shades of Terra Cotta #E67A64
Tints of Terra Cotta #E67A64
RGB
CMYK
RGB Variations
Color information
#E67A64 (or 0xE67A64) is known color: Terra Cotta. HEX triplet: E6, 7A and 64. RGB value is (230,122,100). Sum of RGB (Red+Green+Blue) = 230+122+100=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67A64 is #19859B. Grayscale: #979797. Windows color (decimal): -1672604 or 6585062. OLE color: 6585062.
HSL color Cylindrical-coordinate representation of color #E67A64: hue angle of 10.15º 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 #E67A64 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 122 | 100 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.10 |
| HSL | 10.15º | 0.72% | 0.65% | - |
| HSV(B) | 10.15º | 0.57% | 0.9% | - |
| XYZ | 41.89 | 31.66 | 15.96 | - |
| YUV | 151.78 | 98.78 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 100 | 0 | 0.47 | 0.57 | 0.10 | 10.15 | 0.72 | 0.65 |
| Hex | E6 | 7A | 64 | 0 | 2F | 39 | A | A | 48 | 41 |
| Octal | 346 | 172 | 144 | 0 | 57 | 71 | 12 | 12 | 110 | 101 |
| Binary | 11100110 | 1111010 | 1100100 | 0 | 101111 | 111001 | 1010 | 1010 | 1001000 | 1000001 |
Color Harmonies of #E67A64
Complementary color
Monochromatic Colors of #E67A64
Black with #E67A64
Text Example
Text Example
White with #E67A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67A64; }
p { color: rgb(230,122,100); }
H1.HeaderClassName
{
color: #E67A64;
}
.AnyTagClassName
{
color: #E67A64;
}
</style>
background-color css
<style>
a { background-color: #E67A64; }
a { background-color: rgb(230,122,100); }
div.DivClassName
{
background-color: #E67A64;
}
.BgClassName
{
background-color: #E67A64;
}
</style>
border-color css
<style>
span { border-color: #E67A64; }
span { border-color: rgb(230,122,100); }
td.TdClassName
{
border-color: #E67A64;
}
.TagClassName
{
border-color: #E67A64;
}
</style>