Shades of Terra Cotta #E86F59
Tints of Terra Cotta #E86F59
RGB
CMYK
RGB Variations
Color information
#E86F59 (or 0xE86F59) is known color: Terra Cotta. HEX triplet: E8, 6F and 59. RGB value is (232,111,89). Sum of RGB (Red+Green+Blue) = 232+111+89=432 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.70% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 232 - color contains mainly: red. Hex color #E86F59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86F59 is #1790A6. Grayscale: #909090. Windows color (decimal): -1544359 or 5861352. OLE color: 5861352.
HSL color Cylindrical-coordinate representation of color #E86F59: hue angle of 9.23º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E86F59 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 111 | 89 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.09 |
| HSL | 9.23º | 0.76% | 0.63% | - |
| HSV(B) | 9.23º | 0.62% | 0.91% | - |
| XYZ | 40.77 | 29.25 | 12.95 | - |
| YUV | 144.67 | 96.59 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 111 | 89 | 0 | 0.52 | 0.62 | 0.09 | 9.23 | 0.76 | 0.63 |
| Hex | E8 | 6F | 59 | 0 | 34 | 3E | 9 | 9 | 4C | 3F |
| Octal | 350 | 157 | 131 | 0 | 64 | 76 | 11 | 11 | 114 | 77 |
| Binary | 11101000 | 1101111 | 1011001 | 0 | 110100 | 111110 | 1001 | 1001 | 1001100 | 111111 |
Color Harmonies of #E86F59
Complementary color
Monochromatic Colors of #E86F59
Black with #E86F59
Text Example
Text Example
White with #E86F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86F59; }
p { color: rgb(232,111,89); }
H1.HeaderClassName
{
color: #E86F59;
}
.AnyTagClassName
{
color: #E86F59;
}
</style>
background-color css
<style>
a { background-color: #E86F59; }
a { background-color: rgb(232,111,89); }
div.DivClassName
{
background-color: #E86F59;
}
.BgClassName
{
background-color: #E86F59;
}
</style>
border-color css
<style>
span { border-color: #E86F59; }
span { border-color: rgb(232,111,89); }
td.TdClassName
{
border-color: #E86F59;
}
.TagClassName
{
border-color: #E86F59;
}
</style>