#E6745D

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

Shades of Terra Cotta #E6745D

Tints of Terra Cotta #E6745D

Color information

#E6745D (or 0xE6745D) is unknown color: approx Terra Cotta. HEX triplet: E6, 74 and 5D. RGB value is (230,116,93). Sum of RGB (Red+Green+Blue) = 230+116+93=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E6745D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6745D is #198BA2. Grayscale: #939393. Windows color (decimal): -1674147 or 6124774. OLE color: 6124774.

HSL color Cylindrical-coordinate representation of color #E6745D: hue angle of 10.07º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6745D is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB23011693-
CMYK00.500.600.10
HSL10.07º73.26%63.33%-
HSV(B)10.07º59.57%90.2%-
XYZ40.8530.114.01-
YUV147.4697.27186.87-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.39%
GREEN value IS 116 (45.70% from 255) = 26.42%
BLUE value IS 93 (36.72% from 255) = 21.18%
R=52.39%
G=26.42%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301169300.500.600.1010.0773.2663.33
HexE6745D0323CAa493f
Octal34616413506274121211177
Binary11100110111010010111010110010111100101010101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6745D; }

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

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

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

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

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

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

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

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