#E17E60

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

Shades of Terra Cotta #E17E60

Tints of Terra Cotta #E17E60

Color information

#E17E60 (or 0xE17E60) is unknown color: approx Terra Cotta. HEX triplet: E1, 7E and 60. RGB value is (225,126,96). Sum of RGB (Red+Green+Blue) = 225+126+96=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E17E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17E60 is #1E819F. Grayscale: #989898. Windows color (decimal): -1999264 or 6323937. OLE color: 6323937.

HSL color Cylindrical-coordinate representation of color #E17E60: hue angle of 13.95º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E17E60 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB22512696-
CMYK00.440.570.12
HSL13.95º68.25%62.94%-
HSV(B)13.95º57.33%88.24%-
XYZ40.6231.7715.06-
YUV152.1896.3179.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.34%
GREEN value IS 126 (49.61% from 255) = 28.19%
BLUE value IS 96 (37.89% from 255) = 21.48%
R=50.34%
G=28.19%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251269600.440.570.1213.9568.2562.94
HexE17E6002C39Ce443f
Octal34117614005471141610477
Binary11100001111111011000000101100111001110011101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17E60; }

 p { color: rgb(225,126,96); }

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

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

 a { background-color: rgb(225,126,96); }

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

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

 span { border-color: rgb(225,126,96); }

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