#E16E61

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

Shades of Terra Cotta #E16E61

Tints of Terra Cotta #E16E61

Color information

#E16E61 (or 0xE16E61) is unknown color: approx Terra Cotta. HEX triplet: E1, 6E and 61. RGB value is (225,110,97). Sum of RGB (Red+Green+Blue) = 225+110+97=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E61 is #1E919E. Grayscale: #8F8F8F. Windows color (decimal): -2003359 or 6385377. OLE color: 6385377.

HSL color Cylindrical-coordinate representation of color #E16E61: hue angle of 6.09º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E16E61 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB22511097-
CMYK00.510.570.12
HSL6.09º68.09%63.14%-
HSV(B)6.09º56.89%88.24%-
XYZ38.7828.0214.67-
YUV142.9102.1186.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.08%
GREEN value IS 110 (43.36% from 255) = 25.46%
BLUE value IS 97 (38.28% from 255) = 22.45%
R=52.08%
G=25.46%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251109700.510.570.126.0968.0963.14
HexE16E6103339C6443f
Octal3411561410637114610477
Binary1110000111011101100001011001111100111001101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16E61; }

 p { color: rgb(225,110,97); }

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

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

 a { background-color: rgb(225,110,97); }

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

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

 span { border-color: rgb(225,110,97); }

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