#E17166

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

Shades of Terra Cotta #E17166

Tints of Terra Cotta #E17166

Color information

#E17166 (or 0xE17166) is unknown color: approx Terra Cotta. HEX triplet: E1, 71 and 66. RGB value is (225,113,102). Sum of RGB (Red+Green+Blue) = 225+113+102=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E17166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17166 is #1E8E99. Grayscale: #919191. Windows color (decimal): -2002586 or 6713825. OLE color: 6713825.

HSL color Cylindrical-coordinate representation of color #E17166: hue angle of 5.37º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E17166 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB225113102-
CMYK00.500.550.12
HSL5.37º67.21%64.12%-
HSV(B)5.37º54.67%88.24%-
XYZ39.3528.7816.05-
YUV145.23103.61184.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.14%
GREEN value IS 113 (44.53% from 255) = 25.68%
BLUE value IS 102 (40.23% from 255) = 23.18%
R=51.14%
G=25.68%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511310200.500.550.125.3767.2164.12
HexE1716603237C54340
Octal34116114606267145103100
Binary11100001111000111001100110010110111110010110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17166; }

 p { color: rgb(225,113,102); }

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

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

 a { background-color: rgb(225,113,102); }

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

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

 span { border-color: rgb(225,113,102); }

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