#E77464

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

Shades of Terra Cotta #E77464

Tints of Terra Cotta #E77464

Color information

#E77464 (or 0xE77464) is unknown color: approx Terra Cotta. HEX triplet: E7, 74 and 64. RGB value is (231,116,100). Sum of RGB (Red+Green+Blue) = 231+116+100=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E77464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77464 is #188B9B. Grayscale: #949494. Windows color (decimal): -1608604 or 6583527. OLE color: 6583527.

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

Color convert

RGB231116100-
CMYK00.500.570.09
HSL7.33º73.18%64.9%-
HSV(B)7.33º56.71%90.59%-
XYZ41.530.415.74-
YUV148.56100.6186.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.68%
GREEN value IS 116 (45.70% from 255) = 25.95%
BLUE value IS 100 (39.45% from 255) = 22.37%
R=51.68%
G=25.95%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111610000.500.570.097.3373.1864.9
HexE7746403239974941
Octal34716414406271117111101
Binary11100111111010011001000110010111001100111110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77464; }

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

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

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

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

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

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

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

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