#e16d65

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

Shades of Terra Cotta #E16D65

Tints of Terra Cotta #E16D65

Color information

#E16D65 (or 0xE16D65) is unknown color: approx Terra Cotta. HEX triplet: E1, 6D and 65. RGB value is (225,109,101). Sum of RGB (Red+Green+Blue) = 225+109+101=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16D65 is #1E929A. Grayscale: #8E8E8E. Windows color (decimal): -2003611 or 6647265. OLE color: 6647265.

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

Color convert

RGB225109101-
CMYK00.520.550.12
HSL3.87º67.39%63.92%-
HSV(B)3.87º55.11%88.24%-
XYZ38.8727.8815.65-
YUV142.77104.43186.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.72%
GREEN value IS 109 (42.97% from 255) = 25.06%
BLUE value IS 101 (39.84% from 255) = 23.22%
R=51.72%
G=25.06%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510910100.520.550.123.8767.3963.92
HexE16D6503437C44340
Octal34115514506467144103100
Binary11100001110110111001010110100110111110010010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e16d65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e16d65; }

 p { color: rgb(225,109,101); }

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

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

 a { background-color: rgb(225,109,101); }

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

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

 span { border-color: rgb(225,109,101); }

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