#E76F65

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

Shades of Terra Cotta #E76F65

Tints of Terra Cotta #E76F65

Color information

#E76F65 (or 0xE76F65) is unknown color: approx Terra Cotta. HEX triplet: E7, 6F and 65. RGB value is (231,111,101). Sum of RGB (Red+Green+Blue) = 231+111+101=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E76F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76F65 is #18909A. Grayscale: #919191. Windows color (decimal): -1609883 or 6647783. OLE color: 6647783.

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

Color convert

RGB231111101-
CMYK00.520.560.09
HSL4.62º73.03%65.1%-
HSV(B)4.62º56.28%90.59%-
XYZ40.9929.315.81-
YUV145.74102.76188.81-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.14%
GREEN value IS 111 (43.75% from 255) = 25.06%
BLUE value IS 101 (39.84% from 255) = 22.80%
R=52.14%
G=25.06%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111110100.520.560.094.6273.0365.1
HexE76F6503438954941
Octal34715714506470115111101
Binary11100111110111111001010110100111000100110110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76F65; }

 p { color: rgb(231,111,101); }

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

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

 a { background-color: rgb(231,111,101); }

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

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

 span { border-color: rgb(231,111,101); }

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