#E17355

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

Shades of Terra Cotta #E17355

Tints of Terra Cotta #E17355

Color information

#E17355 (or 0xE17355) is unknown color: approx Terra Cotta. HEX triplet: E1, 73 and 55. RGB value is (225,115,85). Sum of RGB (Red+Green+Blue) = 225+115+85=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E17355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17355 is #1E8CAA. Grayscale: #909090. Windows color (decimal): -2002091 or 5600225. OLE color: 5600225.

HSL color Cylindrical-coordinate representation of color #E17355: hue angle of 12.86º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E17355 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB22511585-
CMYK00.490.620.12
HSL12.86º70%60.78%-
HSV(B)12.86º62.22%88.24%-
XYZ38.8228.9212.13-
YUV144.4794.44185.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.94%
GREEN value IS 115 (45.31% from 255) = 27.06%
BLUE value IS 85 (33.59% from 255) = 20%
R=52.94%
G=27.06%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251158500.490.620.1212.867060.78
HexE173550313ECd463d
Octal34116312506176141510675
Binary11100001111001110101010110001111110110011011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17355; }

 p { color: rgb(225,115,85); }

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

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

 a { background-color: rgb(225,115,85); }

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

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

 span { border-color: rgb(225,115,85); }

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