#E1775C

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

Shades of Terra Cotta #E1775C

Tints of Terra Cotta #E1775C

Color information

#E1775C (or 0xE1775C) is unknown color: approx Terra Cotta. HEX triplet: E1, 77 and 5C. RGB value is (225,119,92). Sum of RGB (Red+Green+Blue) = 225+119+92=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1775C is #1E88A3. Grayscale: #939393. Windows color (decimal): -2001060 or 6060001. OLE color: 6060001.

HSL color Cylindrical-coordinate representation of color #E1775C: hue angle of 12.18º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1775C is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB22511992-
CMYK00.470.590.12
HSL12.18º68.91%62.16%-
HSV(B)12.18º59.11%88.24%-
XYZ39.5829.9713.82-
YUV147.6296.62183.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.61%
GREEN value IS 119 (46.88% from 255) = 27.29%
BLUE value IS 92 (36.33% from 255) = 21.10%
R=51.61%
G=27.29%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251199200.470.590.1212.1868.9162.16
HexE1775C02F3BCc453e
Octal34116713405773141410576
Binary11100001111011110111000101111111011110011001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1775C; }

 p { color: rgb(225,119,92); }

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

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

 a { background-color: rgb(225,119,92); }

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

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

 span { border-color: rgb(225,119,92); }

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