#E86E5F

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

Shades of Terra Cotta #E86E5F

Tints of Terra Cotta #E86E5F

Color information

#E86E5F (or 0xE86E5F) is unknown color: approx Terra Cotta. HEX triplet: E8, 6E and 5F. RGB value is (232,110,95). Sum of RGB (Red+Green+Blue) = 232+110+95=437 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.09% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 232 - color contains mainly: red. Hex color #E86E5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86E5F is #1791A0. Grayscale: #909090. Windows color (decimal): -1544609 or 6254312. OLE color: 6254312.

HSL color Cylindrical-coordinate representation of color #E86E5F: hue angle of 6.57º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E86E5F is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23211095-
CMYK00.530.590.09
HSL6.57º74.86%64.12%-
HSV(B)6.57º59.05%90.98%-
XYZ40.9229.1314.29-
YUV144.7799.92190.22-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.09%
GREEN value IS 110 (43.36% from 255) = 25.17%
BLUE value IS 95 (37.5% from 255) = 21.74%
R=53.09%
G=25.17%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321109500.530.590.096.5774.8664.12
HexE86E5F0353B974b40
Octal35015613706573117113100
Binary11101000110111010111110110101111011100111110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86E5F; }

 p { color: rgb(232,110,95); }

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

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

 a { background-color: rgb(232,110,95); }

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

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

 span { border-color: rgb(232,110,95); }

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