#E77F64

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

Shades of Terra Cotta #E77F64

Tints of Terra Cotta #E77F64

Color information

#E77F64 (or 0xE77F64) is unknown color: approx Terra Cotta. HEX triplet: E7, 7F and 64. RGB value is (231,127,100). Sum of RGB (Red+Green+Blue) = 231+127+100=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77F64 is #18809B. Grayscale: #9B9B9B. Windows color (decimal): -1605788 or 6586343. OLE color: 6586343.

HSL color Cylindrical-coordinate representation of color #E77F64: hue angle of 12.37º 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 #E77F64 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB231127100-
CMYK00.450.570.09
HSL12.37º73.18%64.9%-
HSV(B)12.37º56.71%90.59%-
XYZ42.8433.0916.19-
YUV155.0296.96182.2-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.44%
GREEN value IS 127 (50% from 255) = 27.73%
BLUE value IS 100 (39.45% from 255) = 21.83%
R=50.44%
G=27.73%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112710000.450.570.0912.3773.1864.9
HexE77F6402D399c4941
Octal347177144055711114111101
Binary111001111111111110010001011011110011001110010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77F64; }

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

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

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

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

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

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

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

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