Shades of Terra Cotta #E86B56
Tints of Terra Cotta #E86B56
RGB
CMYK
RGB Variations
Color information
#E86B56 (or 0xE86B56) is known color: Terra Cotta. HEX triplet: E8, 6B and 56. RGB value is (232,107,86). Sum of RGB (Red+Green+Blue) = 232+107+86=425 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.59% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 232 - color contains mainly: red. Hex color #E86B56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86B56 is #1794A9. Grayscale: #8E8E8E. Windows color (decimal): -1545386 or 5663720. OLE color: 5663720.
HSL color Cylindrical-coordinate representation of color #E86B56: hue angle of 8.63º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E86B56 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 107 | 86 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.09 |
| HSL | 8.63º | 0.76% | 0.62% | - |
| HSV(B) | 8.63º | 0.63% | 0.91% | - |
| XYZ | 40.22 | 28.34 | 12.16 | - |
| YUV | 141.98 | 96.41 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 107 | 86 | 0 | 0.54 | 0.63 | 0.09 | 8.63 | 0.76 | 0.62 |
| Hex | E8 | 6B | 56 | 0 | 36 | 3F | 9 | 9 | 4C | 3E |
| Octal | 350 | 153 | 126 | 0 | 66 | 77 | 11 | 11 | 114 | 76 |
| Binary | 11101000 | 1101011 | 1010110 | 0 | 110110 | 111111 | 1001 | 1001 | 1001100 | 111110 |
Color Harmonies of #E86B56
Complementary color
Monochromatic Colors of #E86B56
Black with #E86B56
Text Example
Text Example
White with #E86B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86B56; }
p { color: rgb(232,107,86); }
H1.HeaderClassName
{
color: #E86B56;
}
.AnyTagClassName
{
color: #E86B56;
}
</style>
background-color css
<style>
a { background-color: #E86B56; }
a { background-color: rgb(232,107,86); }
div.DivClassName
{
background-color: #E86B56;
}
.BgClassName
{
background-color: #E86B56;
}
</style>
border-color css
<style>
span { border-color: #E86B56; }
span { border-color: rgb(232,107,86); }
td.TdClassName
{
border-color: #E86B56;
}
.TagClassName
{
border-color: #E86B56;
}
</style>