#e3775d

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

Shades of Terra Cotta #E3775D

Tints of Terra Cotta #E3775D

Color information

#E3775D (or 0xE3775D) is unknown color: approx Terra Cotta. HEX triplet: E3, 77 and 5D. RGB value is (227,119,93). Sum of RGB (Red+Green+Blue) = 227+119+93=439 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.71% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 227 - color contains mainly: red. Hex color #E3775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3775D is #1C88A2. Grayscale: #949494. Windows color (decimal): -1869987 or 6125539. OLE color: 6125539.

HSL color Cylindrical-coordinate representation of color #E3775D: hue angle of 11.64º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E3775D is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB22711993-
CMYK00.480.590.11
HSL11.64º70.53%62.75%-
HSV(B)11.64º59.03%89.02%-
XYZ40.2530.3114.09-
YUV148.3396.78184.11-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.71%
GREEN value IS 119 (46.88% from 255) = 27.11%
BLUE value IS 93 (36.72% from 255) = 21.18%
R=51.71%
G=27.11%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271199300.480.590.1111.6470.5362.75
HexE3775D0303BBc473f
Octal34316713506073131410777
Binary11100011111011110111010110000111011101111001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3775d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3775d; }

 p { color: rgb(227,119,93); }

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

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

 a { background-color: rgb(227,119,93); }

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

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

 span { border-color: rgb(227,119,93); }

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