#E17A66

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

Shades of Terra Cotta #E17A66

Tints of Terra Cotta #E17A66

Color information

#E17A66 (or 0xE17A66) is unknown color: approx Terra Cotta. HEX triplet: E1, 7A and 66. RGB value is (225,122,102). Sum of RGB (Red+Green+Blue) = 225+122+102=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17A66 is #1E8599. Grayscale: #969696. Windows color (decimal): -2000282 or 6716129. OLE color: 6716129.

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

Color convert

RGB225122102-
CMYK00.460.550.12
HSL9.76º67.21%64.12%-
HSV(B)9.76º54.67%88.24%-
XYZ40.4130.8916.4-
YUV150.52100.62181.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.11%
GREEN value IS 122 (48.05% from 255) = 27.17%
BLUE value IS 102 (40.23% from 255) = 22.72%
R=50.11%
G=27.17%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512210200.460.550.129.7667.2164.12
HexE17A6602E37Ca4340
Octal341172146056671412103100
Binary111000011111010110011001011101101111100101010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17A66; }

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

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

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

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

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

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

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

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