#E76D55

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

Shades of Terra Cotta #E76D55

Tints of Terra Cotta #E76D55

Color information

#E76D55 (or 0xE76D55) is unknown color: approx Terra Cotta. HEX triplet: E7, 6D and 55. RGB value is (231,109,85). Sum of RGB (Red+Green+Blue) = 231+109+85=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76D55 is #1892AA. Grayscale: #8E8E8E. Windows color (decimal): -1610411 or 5598695. OLE color: 5598695.

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

Color convert

RGB23110985-
CMYK00.530.630.09
HSL9.86º75.26%61.96%-
HSV(B)9.86º63.2%90.59%-
XYZ40.0628.5812-
YUV142.7495.42190.95-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 54.35%
GREEN value IS 109 (42.97% from 255) = 25.65%
BLUE value IS 85 (33.59% from 255) = 20%
R=54.35%
G=25.65%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311098500.530.630.099.8675.2661.96
HexE76D550353F9a4b3e
Octal34715512506577111211376
Binary11100111110110110101010110101111111100110101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76D55; }

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

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

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

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

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

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

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

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