Shades of Terra Cotta #E86A64
Tints of Terra Cotta #E86A64
RGB
CMYK
RGB Variations
Color information
#E86A64 (or 0xE86A64) is known color: Terra Cotta. HEX triplet: E8, 6A and 64. RGB value is (232,106,100). Sum of RGB (Red+Green+Blue) = 232+106+100=438 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.97% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 232 - color contains mainly: red. Hex color #E86A64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86A64 is #17959B. Grayscale: #8F8F8F. Windows color (decimal): -1545628 or 6580968. OLE color: 6580968.
HSL color Cylindrical-coordinate representation of color #E86A64: hue angle of 2.73º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E86A64 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 106 | 100 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.09 |
| HSL | 2.73º | 0.74% | 0.65% | - |
| HSV(B) | 2.73º | 0.57% | 0.91% | - |
| XYZ | 40.73 | 28.38 | 15.39 | - |
| YUV | 142.99 | 103.74 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 106 | 100 | 0 | 0.54 | 0.57 | 0.09 | 2.73 | 0.74 | 0.65 |
| Hex | E8 | 6A | 64 | 0 | 36 | 39 | 9 | 3 | 4A | 41 |
| Octal | 350 | 152 | 144 | 0 | 66 | 71 | 11 | 3 | 112 | 101 |
| Binary | 11101000 | 1101010 | 1100100 | 0 | 110110 | 111001 | 1001 | 11 | 1001010 | 1000001 |
Color Harmonies of #E86A64
Complementary color
Monochromatic Colors of #E86A64
Black with #E86A64
Text Example
Text Example
White with #E86A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86A64; }
p { color: rgb(232,106,100); }
H1.HeaderClassName
{
color: #E86A64;
}
.AnyTagClassName
{
color: #E86A64;
}
</style>
background-color css
<style>
a { background-color: #E86A64; }
a { background-color: rgb(232,106,100); }
div.DivClassName
{
background-color: #E86A64;
}
.BgClassName
{
background-color: #E86A64;
}
</style>
border-color css
<style>
span { border-color: #E86A64; }
span { border-color: rgb(232,106,100); }
td.TdClassName
{
border-color: #E86A64;
}
.TagClassName
{
border-color: #E86A64;
}
</style>