#E97A5C

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

Shades of Terra Cotta #E97A5C

Tints of Terra Cotta #E97A5C

Color information

#E97A5C (or 0xE97A5C) is unknown color: approx Terra Cotta. HEX triplet: E9, 7A and 5C. RGB value is (233,122,92). Sum of RGB (Red+Green+Blue) = 233+122+92=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E97A5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97A5C is #1685A3. Grayscale: #989898. Windows color (decimal): -1476004 or 6060777. OLE color: 6060777.

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

Color convert

RGB23312292-
CMYK00.480.610.09
HSL12.77º76.22%63.73%-
HSV(B)12.77º60.52%91.37%-
XYZ42.532.0214.07-
YUV151.7794.27185.94-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.13%
GREEN value IS 122 (48.05% from 255) = 27.29%
BLUE value IS 92 (36.33% from 255) = 20.58%
R=52.13%
G=27.29%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331229200.480.610.0912.7776.2263.73
HexE97A5C0303D9d4c40
Octal351172134060751115114100
Binary111010011111010101110001100001111011001110110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97A5C; }

 p { color: rgb(233,122,92); }

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

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

 a { background-color: rgb(233,122,92); }

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

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

 span { border-color: rgb(233,122,92); }

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