#E76E55

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

Shades of Terra Cotta #E76E55

Tints of Terra Cotta #E76E55

Color information

#E76E55 (or 0xE76E55) is unknown color: approx Terra Cotta. HEX triplet: E7, 6E and 55. RGB value is (231,110,85). Sum of RGB (Red+Green+Blue) = 231+110+85=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76E55 is #1891AA. Grayscale: #8F8F8F. Windows color (decimal): -1610155 or 5598951. OLE color: 5598951.

HSL color Cylindrical-coordinate representation of color #E76E55: hue angle of 10.27º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E76E55 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB23111085-
CMYK00.520.630.09
HSL10.27º75.26%61.96%-
HSV(B)10.27º63.2%90.59%-
XYZ40.1728.812.04-
YUV143.3395.09190.53-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 54.23%
GREEN value IS 110 (43.36% from 255) = 25.82%
BLUE value IS 85 (33.59% from 255) = 19.95%
R=54.23%
G=25.82%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311108500.520.630.0910.2775.2661.96
HexE76E550343F9a4b3e
Octal34715612506477111211376
Binary11100111110111010101010110100111111100110101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76E55; }

 p { color: rgb(231,110,85); }

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

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

 a { background-color: rgb(231,110,85); }

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

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

 span { border-color: rgb(231,110,85); }

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