#E8705D

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

Shades of Terra Cotta #E8705D

Tints of Terra Cotta #E8705D

Color information

#E8705D (or 0xE8705D) is unknown color: approx Terra Cotta. HEX triplet: E8, 70 and 5D. RGB value is (232,112,93). Sum of RGB (Red+Green+Blue) = 232+112+93=437 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.09% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 232 - color contains mainly: red. Hex color #E8705D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8705D is #178FA2. Grayscale: #919191. Windows color (decimal): -1544099 or 6123752. OLE color: 6123752.

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

Color convert

RGB23211293-
CMYK00.520.600.09
HSL8.2º75.14%63.73%-
HSV(B)8.2º59.91%90.98%-
XYZ41.0529.5313.89-
YUV145.7198.26189.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.09%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 93 (36.72% from 255) = 21.28%
R=53.09%
G=25.63%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321129300.520.600.098.275.1463.73
HexE8705D0343C984b40
Octal350160135064741110113100
Binary111010001110000101110101101001111001001100010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8705D; }

 p { color: rgb(232,112,93); }

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

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

 a { background-color: rgb(232,112,93); }

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

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

 span { border-color: rgb(232,112,93); }

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