#E16F55

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

Shades of Terra Cotta #E16F55

Tints of Terra Cotta #E16F55

Color information

#E16F55 (or 0xE16F55) is unknown color: approx Terra Cotta. HEX triplet: E1, 6F and 55. RGB value is (225,111,85). Sum of RGB (Red+Green+Blue) = 225+111+85=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16F55 is #1E90AA. Grayscale: #8E8E8E. Windows color (decimal): -2003115 or 5599201. OLE color: 5599201.

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

Color convert

RGB22511185-
CMYK00.510.620.12
HSL11.14º70%60.78%-
HSV(B)11.14º62.22%88.24%-
XYZ38.3828.0311.98-
YUV142.1295.77187.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.44%
GREEN value IS 111 (43.75% from 255) = 26.37%
BLUE value IS 85 (33.59% from 255) = 20.19%
R=53.44%
G=26.37%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251118500.510.620.1211.147060.78
HexE16F550333ECb463d
Octal34115712506376141310675
Binary11100001110111110101010110011111110110010111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16F55; }

 p { color: rgb(225,111,85); }

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

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

 a { background-color: rgb(225,111,85); }

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

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

 span { border-color: rgb(225,111,85); }

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