#E17366

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

Shades of Terra Cotta #E17366

Tints of Terra Cotta #E17366

Color information

#E17366 (or 0xE17366) is unknown color: approx Terra Cotta. HEX triplet: E1, 73 and 66. RGB value is (225,115,102). Sum of RGB (Red+Green+Blue) = 225+115+102=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E17366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17366 is #1E8C99. Grayscale: #929292. Windows color (decimal): -2002074 or 6714337. OLE color: 6714337.

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

Color convert

RGB225115102-
CMYK00.490.550.12
HSL6.34º67.21%64.12%-
HSV(B)6.34º54.67%88.24%-
XYZ39.5829.2316.13-
YUV146.41102.94184.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.90%
GREEN value IS 115 (45.31% from 255) = 26.02%
BLUE value IS 102 (40.23% from 255) = 23.08%
R=50.90%
G=26.02%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511510200.490.550.126.3467.2164.12
HexE1736603137C64340
Octal34116314606167146103100
Binary11100001111001111001100110001110111110011010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17366; }

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

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

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

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

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

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

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

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