#E97560

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

Shades of Terra Cotta #E97560

Tints of Terra Cotta #E97560

Color information

#E97560 (or 0xE97560) is unknown color: approx Terra Cotta. HEX triplet: E9, 75 and 60. RGB value is (233,117,96). Sum of RGB (Red+Green+Blue) = 233+117+96=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E97560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97560 is #168A9F. Grayscale: #959595. Windows color (decimal): -1477280 or 6321641. OLE color: 6321641.

HSL color Cylindrical-coordinate representation of color #E97560: hue angle of 9.2º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E97560 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23311796-
CMYK00.500.590.09
HSL9.2º75.69%64.51%-
HSV(B)9.2º58.8%91.37%-
XYZ42.0830.8914.81-
YUV149.2997.93187.71-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.24%
GREEN value IS 117 (46.09% from 255) = 26.23%
BLUE value IS 96 (37.89% from 255) = 21.52%
R=52.24%
G=26.23%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331179600.500.590.099.275.6964.51
HexE975600323B994c41
Octal351165140062731111114101
Binary111010011110101110000001100101110111001100110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97560; }

 p { color: rgb(233,117,96); }

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

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

 a { background-color: rgb(233,117,96); }

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

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

 span { border-color: rgb(233,117,96); }

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