#E17E64

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

Shades of Terra Cotta #E17E64

Tints of Terra Cotta #E17E64

Color information

#E17E64 (or 0xE17E64) is unknown color: approx Terra Cotta. HEX triplet: E1, 7E and 64. RGB value is (225,126,100). Sum of RGB (Red+Green+Blue) = 225+126+100=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E17E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17E64 is #1E819B. Grayscale: #989898. Windows color (decimal): -1999260 or 6586081. OLE color: 6586081.

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

Color convert

RGB225126100-
CMYK00.440.560.12
HSL12.48º67.57%63.73%-
HSV(B)12.48º55.56%88.24%-
XYZ40.8131.8516.05-
YUV152.6498.3179.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.89%
GREEN value IS 126 (49.61% from 255) = 27.94%
BLUE value IS 100 (39.45% from 255) = 22.17%
R=49.89%
G=27.94%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512610000.440.560.1212.4867.5763.73
HexE17E6402C38Cc4440
Octal341176144054701414104100
Binary111000011111110110010001011001110001100110010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17E64; }

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

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

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

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

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

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

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

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