#E77466

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

Shades of Terra Cotta #E77466

Tints of Terra Cotta #E77466

Color information

#E77466 (or 0xE77466) is unknown color: approx Terra Cotta. HEX triplet: E7, 74 and 66. RGB value is (231,116,102). Sum of RGB (Red+Green+Blue) = 231+116+102=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E77466 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77466 is #188B99. Grayscale: #949494. Windows color (decimal): -1608602 or 6714599. OLE color: 6714599.

HSL color Cylindrical-coordinate representation of color #E77466: hue angle of 6.51º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E77466 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB231116102-
CMYK00.500.560.09
HSL6.51º72.88%65.29%-
HSV(B)6.51º55.84%90.59%-
XYZ41.630.4416.25-
YUV148.79101.6186.64-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.45%
GREEN value IS 116 (45.70% from 255) = 25.84%
BLUE value IS 102 (40.23% from 255) = 22.72%
R=51.45%
G=25.84%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111610200.500.560.096.5172.8865.29
HexE7746603238974941
Octal34716414606270117111101
Binary11100111111010011001100110010111000100111110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77466; }

 p { color: rgb(231,116,102); }

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

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

 a { background-color: rgb(231,116,102); }

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

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

 span { border-color: rgb(231,116,102); }

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