#E17C64

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

Shades of Terra Cotta #E17C64

Tints of Terra Cotta #E17C64

Color information

#E17C64 (or 0xE17C64) is unknown color: approx Terra Cotta. HEX triplet: E1, 7C and 64. RGB value is (225,124,100). Sum of RGB (Red+Green+Blue) = 225+124+100=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17C64 is #1E839B. Grayscale: #979797. Windows color (decimal): -1999772 or 6585569. OLE color: 6585569.

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

Color convert

RGB225124100-
CMYK00.450.560.12
HSL11.52º67.57%63.73%-
HSV(B)11.52º55.56%88.24%-
XYZ40.5631.3415.97-
YUV151.4698.96180.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.11%
GREEN value IS 124 (48.83% from 255) = 27.62%
BLUE value IS 100 (39.45% from 255) = 22.27%
R=50.11%
G=27.62%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512410000.450.560.1211.5267.5763.73
HexE17C6402D38Cc4440
Octal341174144055701414104100
Binary111000011111100110010001011011110001100110010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17C64; }

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

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

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

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

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

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

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

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