#E8705E

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

Shades of Terra Cotta #E8705E

Tints of Terra Cotta #E8705E

Color information

#E8705E (or 0xE8705E) is unknown color: approx Terra Cotta. HEX triplet: E8, 70 and 5E. RGB value is (232,112,94). Sum of RGB (Red+Green+Blue) = 232+112+94=438 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.97% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 232 - color contains mainly: red. Hex color #E8705E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8705E is #178FA1. Grayscale: #929292. Windows color (decimal): -1544098 or 6189288. OLE color: 6189288.

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

Color convert

RGB23211294-
CMYK00.520.590.09
HSL7.83º75%63.92%-
HSV(B)7.83º59.48%90.98%-
XYZ41.0929.5514.13-
YUV145.8398.76189.46-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.97%
GREEN value IS 112 (44.14% from 255) = 25.57%
BLUE value IS 94 (37.11% from 255) = 21.46%
R=52.97%
G=25.57%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321129400.520.590.097.837563.92
HexE8705E0343B984b40
Octal350160136064731110113100
Binary111010001110000101111001101001110111001100010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8705E; }

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

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

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

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

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

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

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

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