#E17564

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

Shades of Terra Cotta #E17564

Tints of Terra Cotta #E17564

Color information

#E17564 (or 0xE17564) is unknown color: approx Terra Cotta. HEX triplet: E1, 75 and 64. RGB value is (225,117,100). Sum of RGB (Red+Green+Blue) = 225+117+100=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E17564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17564 is #1E8A9B. Grayscale: #939393. Windows color (decimal): -2001564 or 6583777. OLE color: 6583777.

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

Color convert

RGB225117100-
CMYK00.480.560.12
HSL8.16º67.57%63.73%-
HSV(B)8.16º55.56%88.24%-
XYZ39.7129.6515.69-
YUV147.35101.28183.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.90%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 100 (39.45% from 255) = 22.62%
R=50.90%
G=26.47%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511710000.480.560.128.1667.5763.73
HexE1756403038C84440
Octal341165144060701410104100
Binary111000011110101110010001100001110001100100010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17564; }

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

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

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

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

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

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

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

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