#E17F5D

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

Shades of Terra Cotta #E17F5D

Tints of Terra Cotta #E17F5D

Color information

#E17F5D (or 0xE17F5D) is unknown color: approx Terra Cotta. HEX triplet: E1, 7F and 5D. RGB value is (225,127,93). Sum of RGB (Red+Green+Blue) = 225+127+93=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17F5D is #1E80A2. Grayscale: #989898. Windows color (decimal): -1999011 or 6127585. OLE color: 6127585.

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

Color convert

RGB22512793-
CMYK00.440.590.12
HSL15.45º68.75%62.35%-
HSV(B)15.45º58.67%88.24%-
XYZ40.6231.9814.39-
YUV152.4394.47179.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.56%
GREEN value IS 127 (50% from 255) = 28.54%
BLUE value IS 93 (36.72% from 255) = 20.90%
R=50.56%
G=28.54%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251279300.440.590.1215.4568.7562.35
HexE17F5D02C3BCf453e
Octal34117713505473141710576
Binary11100001111111110111010101100111011110011111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17F5D; }

 p { color: rgb(225,127,93); }

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

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

 a { background-color: rgb(225,127,93); }

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

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

 span { border-color: rgb(225,127,93); }

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