#E1745C

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

Shades of Terra Cotta #E1745C

Tints of Terra Cotta #E1745C

Color information

#E1745C (or 0xE1745C) is unknown color: approx Terra Cotta. HEX triplet: E1, 74 and 5C. RGB value is (225,116,92). Sum of RGB (Red+Green+Blue) = 225+116+92=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E1745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1745C is #1E8BA3. Grayscale: #929292. Windows color (decimal): -2001828 or 6059233. OLE color: 6059233.

HSL color Cylindrical-coordinate representation of color #E1745C: hue angle of 10.83º 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 #E1745C is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB22511692-
CMYK00.480.590.12
HSL10.83º68.91%62.16%-
HSV(B)10.83º59.11%88.24%-
XYZ39.2329.2713.71-
YUV145.8597.61184.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.96%
GREEN value IS 116 (45.70% from 255) = 26.79%
BLUE value IS 92 (36.33% from 255) = 21.25%
R=51.96%
G=26.79%
B=21.25%

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
Decimal2251169200.480.590.1210.8368.9162.16
HexE1745C0303BCb453e
Octal34116413406073141310576
Binary11100001111010010111000110000111011110010111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1745C; }

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

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

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

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

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

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

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

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