#E16F66

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

Shades of Terra Cotta #E16F66

Tints of Terra Cotta #E16F66

Color information

#E16F66 (or 0xE16F66) is unknown color: approx Terra Cotta. HEX triplet: E1, 6F and 66. RGB value is (225,111,102). Sum of RGB (Red+Green+Blue) = 225+111+102=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16F66 is #1E9099. Grayscale: #909090. Windows color (decimal): -2003098 or 6713313. OLE color: 6713313.

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

Color convert

RGB225111102-
CMYK00.510.550.12
HSL4.39º67.21%64.12%-
HSV(B)4.39º54.67%88.24%-
XYZ39.1328.3415.98-
YUV144.06104.27185.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.37%
GREEN value IS 111 (43.75% from 255) = 25.34%
BLUE value IS 102 (40.23% from 255) = 23.29%
R=51.37%
G=25.34%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511110200.510.550.124.3967.2164.12
HexE16F6603337C44340
Octal34115714606367144103100
Binary11100001110111111001100110011110111110010010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16F66; }

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

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

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

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

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

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

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

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