#E56A60

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

Shades of Terra Cotta #E56A60

Tints of Terra Cotta #E56A60

Color information

#E56A60 (or 0xE56A60) is unknown color: approx Terra Cotta. HEX triplet: E5, 6A and 60. RGB value is (229,106,96). Sum of RGB (Red+Green+Blue) = 229+106+96=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E56A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56A60 is #1A959F. Grayscale: #8D8D8D. Windows color (decimal): -1742240 or 6318821. OLE color: 6318821.

HSL color Cylindrical-coordinate representation of color #E56A60: hue angle of 4.51º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E56A60 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB22910696-
CMYK00.540.580.10
HSL4.51º71.89%63.73%-
HSV(B)4.51º58.08%89.8%-
XYZ39.5827.8114.35-
YUV141.64102.25190.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.13%
GREEN value IS 106 (41.80% from 255) = 24.59%
BLUE value IS 96 (37.89% from 255) = 22.27%
R=53.13%
G=24.59%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291069600.540.580.104.5171.8963.73
HexE56A600363AA54840
Octal34515214006672125110100
Binary11100101110101011000000110110111010101010110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56A60; }

 p { color: rgb(229,106,96); }

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

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

 a { background-color: rgb(229,106,96); }

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

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

 span { border-color: rgb(229,106,96); }

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