#e97960

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

Shades of Terra Cotta #E97960

Tints of Terra Cotta #E97960

Color information

#E97960 (or 0xE97960) is unknown color: approx Terra Cotta. HEX triplet: E9, 79 and 60. RGB value is (233,121,96). Sum of RGB (Red+Green+Blue) = 233+121+96=450 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.78% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 233 - color contains mainly: red. Hex color #E97960 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97960 is #16869F. Grayscale: #979797. Windows color (decimal): -1476256 or 6322665. OLE color: 6322665.

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

Color convert

RGB23312196-
CMYK00.480.590.09
HSL10.95º75.69%64.51%-
HSV(B)10.95º58.8%91.37%-
XYZ42.5531.8414.97-
YUV151.6496.61186.03-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.78%
GREEN value IS 121 (47.66% from 255) = 26.89%
BLUE value IS 96 (37.89% from 255) = 21.33%
R=51.78%
G=26.89%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331219600.480.590.0910.9575.6964.51
HexE979600303B9b4c41
Octal351171140060731113114101
Binary111010011111001110000001100001110111001101110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e97960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e97960; }

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

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

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

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

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

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

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

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