#E16F64

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

Shades of Terra Cotta #E16F64

Tints of Terra Cotta #E16F64

Color information

#E16F64 (or 0xE16F64) is unknown color: approx Terra Cotta. HEX triplet: E1, 6F and 64. RGB value is (225,111,100). Sum of RGB (Red+Green+Blue) = 225+111+100=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16F64 is #1E909B. Grayscale: #8F8F8F. Windows color (decimal): -2003100 or 6582241. OLE color: 6582241.

HSL color Cylindrical-coordinate representation of color #E16F64: hue angle of 5.28º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16F64 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB225111100-
CMYK00.510.560.12
HSL5.28º67.57%63.73%-
HSV(B)5.28º55.56%88.24%-
XYZ39.0428.315.46-
YUV143.83103.27185.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.61%
GREEN value IS 111 (43.75% from 255) = 25.46%
BLUE value IS 100 (39.45% from 255) = 22.94%
R=51.61%
G=25.46%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511110000.510.560.125.2867.5763.73
HexE16F6403338C54440
Octal34115714406370145104100
Binary11100001110111111001000110011111000110010110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16F64; }

 p { color: rgb(225,111,100); }

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

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

 a { background-color: rgb(225,111,100); }

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

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

 span { border-color: rgb(225,111,100); }

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