#E86D56

Color #E86D56 Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #E86D56

Tints of Terra Cotta #E86D56

Color information

#E86D56 (or 0xE86D56) is unknown color: approx Terra Cotta. HEX triplet: E8, 6D and 56. RGB value is (232,109,86). Sum of RGB (Red+Green+Blue) = 232+109+86=427 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.33% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 232 - color contains mainly: red. Hex color #E86D56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86D56 is #1792A9. Grayscale: #8F8F8F. Windows color (decimal): -1544874 or 5664232. OLE color: 5664232.

HSL color Cylindrical-coordinate representation of color #E86D56: hue angle of 9.45º 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 #E86D56 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB23210986-
CMYK00.530.630.09
HSL9.45º76.04%62.35%-
HSV(B)9.45º62.93%90.98%-
XYZ40.4328.7612.23-
YUV143.1695.75191.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 54.33%
GREEN value IS 109 (42.97% from 255) = 25.53%
BLUE value IS 86 (33.98% from 255) = 20.14%
R=54.33%
G=25.53%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321098600.530.630.099.4576.0462.35
HexE86D560353F994c3e
Octal35015512606577111111476
Binary11101000110110110101100110101111111100110011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86D56; }

 p { color: rgb(232,109,86); }

 H1.HeaderClassName
 {
   color: #E86D56;
 }
 .AnyTagClassName
 {
   color: #E86D56;
 }
</style>
background-color css

<style>
 a { background-color: #E86D56; }

 a { background-color: rgb(232,109,86); }

 div.DivClassName
 {
   background-color: #E86D56;
 }
 .BgClassName
 {
   background-color: #E86D56;
 }
</style>
border-color css

<style>
 span { border-color: #E86D56; }

 span { border-color: rgb(232,109,86); }

 td.TdClassName
 {
   border-color: #E86D56;
 }
 .TagClassName
 {
   border-color: #E86D56;
 }
</style>