#E6785C

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

Shades of Terra Cotta #E6785C

Tints of Terra Cotta #E6785C

Color information

#E6785C (or 0xE6785C) is unknown color: approx Terra Cotta. HEX triplet: E6, 78 and 5C. RGB value is (230,120,92). Sum of RGB (Red+Green+Blue) = 230+120+92=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E6785C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6785C is #1987A3. Grayscale: #959595. Windows color (decimal): -1673124 or 6060262. OLE color: 6060262.

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

Color convert

RGB23012092-
CMYK00.480.600.10
HSL12.17º73.4%63.14%-
HSV(B)12.17º60%90.2%-
XYZ41.2831.0313.94-
YUV149.795.44185.28-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.04%
GREEN value IS 120 (47.27% from 255) = 27.15%
BLUE value IS 92 (36.33% from 255) = 20.81%
R=52.04%
G=27.15%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301209200.480.600.1012.1773.463.14
HexE6785C0303CAc493f
Octal34617013406074121411177
Binary11100110111100010111000110000111100101011001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6785C; }

 p { color: rgb(230,120,92); }

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

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

 a { background-color: rgb(230,120,92); }

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

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

 span { border-color: rgb(230,120,92); }

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