#E17A64

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

Shades of Terra Cotta #E17A64

Tints of Terra Cotta #E17A64

Color information

#E17A64 (or 0xE17A64) is unknown color: approx Terra Cotta. HEX triplet: E1, 7A and 64. RGB value is (225,122,100). Sum of RGB (Red+Green+Blue) = 225+122+100=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17A64 is #1E859B. Grayscale: #969696. Windows color (decimal): -2000284 or 6585057. OLE color: 6585057.

HSL color Cylindrical-coordinate representation of color #E17A64: hue angle of 10.56º 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 #E17A64 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB225122100-
CMYK00.460.560.12
HSL10.56º67.57%63.73%-
HSV(B)10.56º55.56%88.24%-
XYZ40.3130.8515.89-
YUV150.2999.62181.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.34%
GREEN value IS 122 (48.05% from 255) = 27.29%
BLUE value IS 100 (39.45% from 255) = 22.37%
R=50.34%
G=27.29%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512210000.460.560.1210.5667.5763.73
HexE17A6402E38Cb4440
Octal341172144056701413104100
Binary111000011111010110010001011101110001100101110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17A64; }

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

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

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

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

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

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

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

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