#E1765C

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

Shades of Terra Cotta #E1765C

Tints of Terra Cotta #E1765C

Color information

#E1765C (or 0xE1765C) is unknown color: approx Terra Cotta. HEX triplet: E1, 76 and 5C. RGB value is (225,118,92). Sum of RGB (Red+Green+Blue) = 225+118+92=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1765C is #1E89A3. Grayscale: #939393. Windows color (decimal): -2001316 or 6059745. OLE color: 6059745.

HSL color Cylindrical-coordinate representation of color #E1765C: hue angle of 11.73º 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 #E1765C is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB22511892-
CMYK00.480.590.12
HSL11.73º68.91%62.16%-
HSV(B)11.73º59.11%88.24%-
XYZ39.4629.7413.79-
YUV147.0396.95183.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.72%
GREEN value IS 118 (46.48% from 255) = 27.13%
BLUE value IS 92 (36.33% from 255) = 21.15%
R=51.72%
G=27.13%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251189200.480.590.1211.7368.9162.16
HexE1765C0303BCc453e
Octal34116613406073141410576
Binary11100001111011010111000110000111011110011001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1765C; }

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

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

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

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

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

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

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

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