#E16C55

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

Shades of Terra Cotta #E16C55

Tints of Terra Cotta #E16C55

Color information

#E16C55 (or 0xE16C55) is unknown color: approx Terra Cotta. HEX triplet: E1, 6C and 55. RGB value is (225,108,85). Sum of RGB (Red+Green+Blue) = 225+108+85=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16C55 is #1E93AA. Grayscale: #8C8C8C. Windows color (decimal): -2003883 or 5598433. OLE color: 5598433.

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

Color convert

RGB22510885-
CMYK00.520.620.12
HSL9.86º70%60.78%-
HSV(B)9.86º62.22%88.24%-
XYZ38.0527.3911.88-
YUV140.3696.76188.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.83%
GREEN value IS 108 (42.58% from 255) = 25.84%
BLUE value IS 85 (33.59% from 255) = 20.33%
R=53.83%
G=25.84%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251088500.520.620.129.867060.78
HexE16C550343ECa463d
Octal34115412506476141210675
Binary11100001110110010101010110100111110110010101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16C55; }

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

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

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

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

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

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

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

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