#E78064

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

Shades of Terra Cotta #E78064

Tints of Terra Cotta #E78064

Color information

#E78064 (or 0xE78064) is unknown color: approx Terra Cotta. HEX triplet: E7, 80 and 64. RGB value is (231,128,100). Sum of RGB (Red+Green+Blue) = 231+128+100=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E78064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78064 is #187F9B. Grayscale: #9B9B9B. Windows color (decimal): -1605532 or 6586599. OLE color: 6586599.

HSL color Cylindrical-coordinate representation of color #E78064: hue angle of 12.82º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E78064 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB231128100-
CMYK00.450.570.09
HSL12.82º73.18%64.9%-
HSV(B)12.82º56.71%90.59%-
XYZ42.9733.3516.23-
YUV155.696.62181.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.33%
GREEN value IS 128 (50.39% from 255) = 27.89%
BLUE value IS 100 (39.45% from 255) = 21.79%
R=50.33%
G=27.89%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112810000.450.570.0912.8273.1864.9
HexE7806402D399d4941
Octal347200144055711115111101
Binary1110011110000000110010001011011110011001110110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78064; }

 p { color: rgb(231,128,100); }

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

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

 a { background-color: rgb(231,128,100); }

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

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

 span { border-color: rgb(231,128,100); }

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