#E76D60

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

Shades of Terra Cotta #E76D60

Tints of Terra Cotta #E76D60

Color information

#E76D60 (or 0xE76D60) is unknown color: approx Terra Cotta. HEX triplet: E7, 6D and 60. RGB value is (231,109,96). Sum of RGB (Red+Green+Blue) = 231+109+96=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76D60 is #18929F. Grayscale: #909090. Windows color (decimal): -1610400 or 6319591. OLE color: 6319591.

HSL color Cylindrical-coordinate representation of color #E76D60: hue angle of 5.78º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E76D60 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB23110996-
CMYK00.530.580.09
HSL5.78º73.77%64.12%-
HSV(B)5.78º58.44%90.59%-
XYZ40.5328.7714.48-
YUV144100.92190.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.98%
GREEN value IS 109 (42.97% from 255) = 25%
BLUE value IS 96 (37.89% from 255) = 22.02%
R=52.98%
G=25%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311099600.530.580.095.7873.7764.12
HexE76D600353A964a40
Octal34715514006572116112100
Binary11100111110110111000000110101111010100111010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76D60; }

 p { color: rgb(231,109,96); }

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

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

 a { background-color: rgb(231,109,96); }

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

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

 span { border-color: rgb(231,109,96); }

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