#E16C68

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

Shades of Terra Cotta #E16C68

Tints of Terra Cotta #E16C68

Color information

#E16C68 (or 0xE16C68) is unknown color: approx Terra Cotta. HEX triplet: E1, 6C and 68. RGB value is (225,108,104). Sum of RGB (Red+Green+Blue) = 225+108+104=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16C68 is #1E9397. Grayscale: #8E8E8E. Windows color (decimal): -2003864 or 6843617. OLE color: 6843617.

HSL color Cylindrical-coordinate representation of color #E16C68: hue angle of 1.98º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E16C68 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB225108104-
CMYK00.520.540.12
HSL1.98º66.85%64.51%-
HSV(B)1.98º53.78%88.24%-
XYZ38.9127.7316.4-
YUV142.53106.26186.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.49%
GREEN value IS 108 (42.58% from 255) = 24.71%
BLUE value IS 104 (41.02% from 255) = 23.80%
R=51.49%
G=24.71%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510810400.520.540.121.9866.8564.51
HexE16C6803436C24341
Octal34115415006466142103101
Binary1110000111011001101000011010011011011001010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16C68; }

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

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

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

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

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

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

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

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