#E17666

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

Shades of Terra Cotta #E17666

Tints of Terra Cotta #E17666

Color information

#E17666 (or 0xE17666) is unknown color: approx Terra Cotta. HEX triplet: E1, 76 and 66. RGB value is (225,118,102). Sum of RGB (Red+Green+Blue) = 225+118+102=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E17666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17666 is #1E8999. Grayscale: #949494. Windows color (decimal): -2001306 or 6715105. OLE color: 6715105.

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

Color convert

RGB225118102-
CMYK00.480.550.12
HSL7.8º67.21%64.12%-
HSV(B)7.8º54.67%88.24%-
XYZ39.9329.9216.24-
YUV148.17101.95182.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.56%
GREEN value IS 118 (46.48% from 255) = 26.52%
BLUE value IS 102 (40.23% from 255) = 22.92%
R=50.56%
G=26.52%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511810200.480.550.127.867.2164.12
HexE1766603037C84340
Octal341166146060671410103100
Binary111000011110110110011001100001101111100100010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17666; }

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

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

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

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

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

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

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

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