#E1745D

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

Shades of Terra Cotta #E1745D

Tints of Terra Cotta #E1745D

Color information

#E1745D (or 0xE1745D) is unknown color: approx Terra Cotta. HEX triplet: E1, 74 and 5D. RGB value is (225,116,93). Sum of RGB (Red+Green+Blue) = 225+116+93=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1745D is #1E8BA2. Grayscale: #929292. Windows color (decimal): -2001827 or 6124769. OLE color: 6124769.

HSL color Cylindrical-coordinate representation of color #E1745D: hue angle of 10.45º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1745D is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB22511693-
CMYK00.480.590.12
HSL10.45º68.75%62.35%-
HSV(B)10.45º58.67%88.24%-
XYZ39.2729.2913.94-
YUV145.9798.11184.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.84%
GREEN value IS 116 (45.70% from 255) = 26.73%
BLUE value IS 93 (36.72% from 255) = 21.43%
R=51.84%
G=26.73%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251169300.480.590.1210.4568.7562.35
HexE1745D0303BCa453e
Octal34116413506073141210576
Binary11100001111010010111010110000111011110010101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1745D; }

 p { color: rgb(225,116,93); }

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

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

 a { background-color: rgb(225,116,93); }

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

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

 span { border-color: rgb(225,116,93); }

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