Shades of Terra Cotta #E86B67
Tints of Terra Cotta #E86B67
RGB
CMYK
RGB Variations
Color information
#E86B67 (or 0xE86B67) is known color: Terra Cotta. HEX triplet: E8, 6B and 67. RGB value is (232,107,103). Sum of RGB (Red+Green+Blue) = 232+107+103=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E86B67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86B67 is #179498. Grayscale: #909090. Windows color (decimal): -1545369 or 6777832. OLE color: 6777832.
HSL color Cylindrical-coordinate representation of color #E86B67: hue angle of 1.86º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86B67 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 107 | 103 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.09 |
| HSL | 1.86º | 0.74% | 0.66% | - |
| HSV(B) | 1.86º | 0.56% | 0.91% | - |
| XYZ | 40.98 | 28.65 | 16.2 | - |
| YUV | 143.92 | 104.91 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 107 | 103 | 0 | 0.54 | 0.56 | 0.09 | 1.86 | 0.74 | 0.66 |
| Hex | E8 | 6B | 67 | 0 | 36 | 38 | 9 | 2 | 4A | 42 |
| Octal | 350 | 153 | 147 | 0 | 66 | 70 | 11 | 2 | 112 | 102 |
| Binary | 11101000 | 1101011 | 1100111 | 0 | 110110 | 111000 | 1001 | 10 | 1001010 | 1000010 |
Color Harmonies of #E86B67
Complementary color
Monochromatic Colors of #E86B67
Black with #E86B67
Text Example
Text Example
White with #E86B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86B67; }
p { color: rgb(232,107,103); }
H1.HeaderClassName
{
color: #E86B67;
}
.AnyTagClassName
{
color: #E86B67;
}
</style>
background-color css
<style>
a { background-color: #E86B67; }
a { background-color: rgb(232,107,103); }
div.DivClassName
{
background-color: #E86B67;
}
.BgClassName
{
background-color: #E86B67;
}
</style>
border-color css
<style>
span { border-color: #E86B67; }
span { border-color: rgb(232,107,103); }
td.TdClassName
{
border-color: #E86B67;
}
.TagClassName
{
border-color: #E86B67;
}
</style>